{
	"name": "postcss-attribute-case-insensitive",
	"versions": {
		"1.0.0": {
			"name": "postcss-attribute-case-insensitive",
			"version": "1.0.0",
			"description": "PostCSS plugin to support case insensitive attributes",
			"main": "dist/index.js",
			"scripts": {
				"test": "eslint src && npm run publish && mocha --compilers js:babel-register",
				"publish": "babel src --out-dir dist"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"attribute",
				"insensitive",
				"sensitive",
				"CSS4"
			],
			"author": {
				"name": "Dmitry Semigradsky"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
			},
			"homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
			"devDependencies": {
				"babel-cli": "^6.11.4",
				"babel-eslint": "^6.1.2",
				"babel-preset-es2015": "^6.9.0",
				"babel-register": "^6.11.6",
				"chai": "^3.5.0",
				"eslint": "^3.2.2",
				"eslint-config-airbnb-base": "^5.0.1",
				"eslint-plugin-import": "^1.12.0",
				"mocha": "^3.0.1"
			},
			"dependencies": {
				"postcss": "^5.1.1",
				"postcss-selector-parser": "^2.2.0"
			},
			"gitHead": "e3d9c2534b1c69f6ba51827306a9d3341788a934",
			"_id": "postcss-attribute-case-insensitive@1.0.0",
			"_shasum": "22136e44623c3bbaf174531f3377b48e4168c790",
			"_from": ".",
			"_npmVersion": "3.9.6",
			"_nodeVersion": "6.3.0",
			"_npmUser": {
				"name": "semigradsky",
				"email": "semigradskyd@gmail.com"
			},
			"maintainers": [
				{
					"name": "semigradsky",
					"email": "semigradskyd@gmail.com"
				}
			],
			"dist": {
				"shasum": "22136e44623c3bbaf174531f3377b48e4168c790",
				"tarball": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-1.0.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/postcss-attribute-case-insensitive-1.0.0.tgz_1470820352459_0.23037319746799767"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "postcss-attribute-case-insensitive",
			"version": "1.0.1",
			"description": "PostCSS plugin to support case insensitive attributes",
			"main": "dist/index.js",
			"scripts": {
				"test": "eslint src && npm run publish && mocha --compilers js:babel-register",
				"publish": "babel src --out-dir dist"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"attribute",
				"insensitive",
				"sensitive",
				"CSS4"
			],
			"author": {
				"name": "Dmitry Semigradsky"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
			},
			"homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
			"devDependencies": {
				"babel-cli": "^6.11.4",
				"babel-eslint": "^6.1.2",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-preset-es2015": "^6.9.0",
				"babel-register": "^6.11.6",
				"chai": "^3.5.0",
				"eslint": "^3.2.2",
				"eslint-config-airbnb-base": "^5.0.1",
				"eslint-plugin-import": "^1.12.0",
				"mocha": "^3.0.1"
			},
			"dependencies": {
				"postcss": "^5.1.1",
				"postcss-selector-parser": "^2.2.0"
			},
			"gitHead": "9adda13304a9e3cb2be8f1a5fc0e85aeaf0f3ec4",
			"_id": "postcss-attribute-case-insensitive@1.0.1",
			"_shasum": "ceb73777e106167eb233f1938c9bd9f2e697308d",
			"_from": ".",
			"_npmVersion": "3.9.6",
			"_nodeVersion": "6.3.0",
			"_npmUser": {
				"name": "semigradsky",
				"email": "semigradskyd@gmail.com"
			},
			"maintainers": [
				{
					"name": "semigradsky",
					"email": "semigradskyd@gmail.com"
				}
			],
			"dist": {
				"shasum": "ceb73777e106167eb233f1938c9bd9f2e697308d",
				"tarball": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-1.0.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/postcss-attribute-case-insensitive-1.0.1.tgz_1471616312495_0.1567153399810195"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "postcss-attribute-case-insensitive",
			"version": "2.0.0",
			"description": "PostCSS plugin to support case insensitive attributes",
			"main": "dist/index.js",
			"scripts": {
				"test": "eslint src && npm run prepublish && mocha --compilers js:babel-register",
				"prepublish": "babel src --out-dir dist"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"attribute",
				"insensitive",
				"sensitive",
				"CSS4"
			],
			"author": {
				"name": "Dmitry Semigradsky"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
			},
			"homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
			"devDependencies": {
				"babel-cli": "^6.11.4",
				"babel-eslint": "^7.0.0",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-preset-env": "^1.4.0",
				"babel-register": "^6.11.6",
				"chai": "^3.5.0",
				"eslint": "^3.2.2",
				"eslint-config-airbnb-base": "^8.0.0",
				"eslint-plugin-import": "^1.12.0",
				"mocha": "^3.0.1"
			},
			"dependencies": {
				"postcss": "^6.0.0",
				"postcss-selector-parser": "^2.2.3"
			},
			"gitHead": "44d948e055fceb4100117f5934415c2ca82f17de",
			"_id": "postcss-attribute-case-insensitive@2.0.0",
			"_shasum": "94dc422c8f90997f16bd33a3654bbbec084963b4",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "semigradsky",
				"email": "semigradskyd@gmail.com"
			},
			"dist": {
				"shasum": "94dc422c8f90997f16bd33a3654bbbec084963b4",
				"tarball": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "semigradsky",
					"email": "semigradskyd@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/postcss-attribute-case-insensitive-2.0.0.tgz_1494083535612_0.3119892079848796"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0": {
			"name": "postcss-attribute-case-insensitive",
			"version": "3.0.0",
			"description": "PostCSS plugin to support case insensitive attributes",
			"main": "dist/index.js",
			"scripts": {
				"test": "eslint src && npm run prepublish && mocha --require babel-register",
				"prepublish": "babel src --out-dir dist"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"attribute",
				"insensitive",
				"sensitive",
				"CSS4"
			],
			"author": {
				"name": "Dmitry Semigradsky"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
			},
			"homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
			"devDependencies": {
				"babel-cli": "^6.11.4",
				"babel-eslint": "^8.2.3",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-preset-env": "^1.4.0",
				"babel-register": "^6.11.6",
				"chai": "^4.1.2",
				"eslint": "^4.19.1",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-plugin-import": "^2.11.0",
				"mocha": "^5.1.1"
			},
			"dependencies": {
				"postcss": "^6.0.22",
				"postcss-selector-parser": "^4.0.0"
			},
			"gitHead": "5b5585e0a32aa54a2e5678375c09a76bb699f79b",
			"_id": "postcss-attribute-case-insensitive@3.0.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-8pw/t/0dAsp7XKAXImSMXuTUGBUpdKN0aqCF563lMfky/KTPh1KC7s8VI8ZjNuBunTa482RkmfmeMTrIwjJuSg==",
				"shasum": "03ec32ed221ed0a184fae26a99fea82c7de1a3b9",
				"tarball": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-3.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 10309,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8ZuACRA9TVsSAnZWagAArGwQAIJ059+4pwTvtmgIx0Ih\nhTaE3bNy8hILvkjsr7sr0zHVJKUHo7iVs3yPs2XEW0da7ALzx37oOxq3Jm3p\nREczmCQz1ZJGfn4S5xhJ4ajOB0n0nz/CSNWtQ6KBrMn55G84x/wuPyG84DBo\nIm1WnHro4zGTllfFOQCARpmC4AcLa9df13YxwEzgT0KaCKan6lWzu8a7K+Xi\nnwm4lojIRS9Il2DZVl3hS2NcQY66V0qdwjJyfos9hDpds0F/V3mJ2IELtlgT\nrZdT0Kt49nBXDUxrd6sjDG/NzU0BSiQeaDvEbOqbyE6Q2J/rdNHscDI3FeaV\nIkuL7sLibsvFy0iEqMnJ39SoZtmJu1DKsTuK8A8ZOI0gA72MyOYhEnq1AJbT\nJ2Q6OGUDYVIh2ayJ1s3+ZDzdKe++5CSYB+nDggfQATI+voulXSb/8tZPjb1o\npXMxeCyCFvHN6NI1/JHWY/DaX2p100IfmV41WNtfgd251oOWtSxxC1Fig2Z1\nDcQ29dZRNgeFNWDSZneQoLNemAnwGgnLSYMU14IL2hISslNpPHzPP/cyKqHO\nowSXVvQ4BuP6IfmUOii4j+9YQk45AuRAeABeu67s82+1z1mwPdaVhuYr0h/0\n2wgAVpTYWE6UlyokXOSIUCSVRP7zoC3zLHlRzRJlVY9Wd4OwNgDFmiJWnQ+L\nC53U\r\n=a9jw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jonathantneal@hotmail.com",
					"name": "jonathantneal"
				},
				{
					"email": "semigradskyd@gmail.com",
					"name": "semigradsky"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-attribute-case-insensitive_3.0.0_1525783423936_0.7527417861827435"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "postcss-attribute-case-insensitive",
			"version": "3.0.1",
			"description": "PostCSS plugin to support case insensitive attributes",
			"main": "dist/index.js",
			"scripts": {
				"test": "eslint src && npm run prepublish && mocha --require babel-register",
				"prepublish": "babel src --out-dir dist"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"attribute",
				"insensitive",
				"sensitive",
				"CSS4"
			],
			"author": {
				"name": "Dmitry Semigradsky"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
			},
			"homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-eslint": "^8.2.5",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-preset-env": "^1.7.0",
				"babel-register": "^6.26.0",
				"chai": "^4.1.2",
				"eslint": "^5.0.1",
				"eslint-config-airbnb-base": "^13.0.0",
				"eslint-plugin-import": "^2.13.0",
				"mocha": "^5.2.0"
			},
			"dependencies": {
				"postcss": "^6.0.23",
				"postcss-selector-parser": "^4.0.0"
			},
			"gitHead": "50da4e19bdbc8b3a9bfdad4c6875c502774c8c2f",
			"_id": "postcss-attribute-case-insensitive@3.0.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-X/viSS9YrAoDnRa2R4sElsAmW+scOWeVW11FjWQN8m+FW1YY0jdIA9fuBSSF1pKsJTYXJXGJ1oAjFHl8cqcmKw==",
				"shasum": "efd2c40b5d3d27dfab5678073bf652f76eaf4352",
				"tarball": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-3.0.1.tgz",
				"fileCount": 6,
				"unpackedSize": 10478,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMkoOCRA9TVsSAnZWagAA9LwP/1w+ZXQn83J9FcLpj3t9\nDRL7aqcBq01+uvqG9jlsX8AbbrrKxUOwSL24mDLarjriLTOyaEFjWvff7Mrz\ng9ENMf8LnB9e3tUrVYOrOcp1UzgdWuyKIxmHo2SfCLwqwDxcZ7M1mcZOc6KT\n3fN5G7TqrWjWR+dDIj2oNCx/0yxoNOmujylmdo1++rBrb32wLKLQVFgDv2s6\nsIb4Ip3tkGysM39GYun6/p+7Bz/0qlbGM2KtX9X+oZSBjhwnVWbMdMBAUm1r\nAsJ9p9jy4yNMzOvA+uVsJ7bIxH4UY3xumEYE+Fcr1zXMMTyvIfAeL2t4X4ub\nx7vpgIf7LX8pZCbnO+EYEFefFgAHjUV4fQlzldhpD43D+jTtc9o/2up1nBDj\nYenqc/SvML2x06kgPEvxY7Y7dzpvL8ePLAvdprUFiLu9UrGdl69U+VWYAZYn\nrCdMjwAbHHnDQC0MIFEJGfoauVwR2MHEPLRax0Ny142RqkBimz4FJ7+rNRng\nsGFTl1wHBThxVMGLDWjILJsf8LKAhADQDcXgtHQhBkl84WVDs3ohaGD0xAzW\nCm9U0YOdMk6WqvE4JqPfLFzZA0qsKBE4sN0Q41wxV6tOLU6bGhlCAIEzXKU3\nxFUAm5kkNrjtS8RSRwPbwSaOIdxFrX5hh+zbXYI1JZzjfzEAm4L4VMvQTvzn\ncoh8\r\n=3Opc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jonathantneal@hotmail.com",
					"name": "jonathantneal"
				},
				{
					"email": "semigradskyd@gmail.com",
					"name": "semigradsky"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-attribute-case-insensitive_3.0.1_1530022414684_0.5660436603932917"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "postcss-attribute-case-insensitive",
			"version": "4.0.0",
			"description": "PostCSS plugin to support case insensitive attributes",
			"main": "dist/index.js",
			"scripts": {
				"test": "eslint src && npm run prepublish && mocha --require babel-register",
				"prepublish": "babel src --out-dir dist"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"attribute",
				"insensitive",
				"sensitive",
				"CSS4"
			],
			"author": {
				"name": "Dmitry Semigradsky"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
			},
			"homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-eslint": "^9.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"
			},
			"dependencies": {
				"postcss": "^7.0.2",
				"postcss-selector-parser": "^5.0.0-rc.3"
			},
			"gitHead": "bdd1d80d1bd1544a8e112177bf5a7154725e8379",
			"_id": "postcss-attribute-case-insensitive@4.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-K/zqdg0/UgUgC8qR0lDuxYzmowPpnvrrNC5YuoqzhHMubR9AuhsPlpVu3jjkLHgDAzR+ohD/m7//iGnN9WxbzQ==",
				"shasum": "807b6a797ad8bf1c821b2d51cf641e9dd3837624",
				"tarball": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 10479,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboI2dCRA9TVsSAnZWagAAZ3wP/1TvHtcTNtawQCKKGqIB\nfdgdGOSFa9+W2SiUNuqIScHBim8v9gc4En8svqtJIzO4L07Jbok0XGRlpy1A\ndtiJJxUqKK3o7aOFEqeyHHSuCSvtx2Ni9KZuyUmmA8p9uOTkkCQrx44NDqdT\nhRNkuD1S2cccTXA0btizmvu12aDx9CpcZQ8QQTtG/sryf1E8umutaXSEvJSm\na1yo/baLVBo2a4ZWzrN/aTRdPIXdVzY6lK7QcjB6t61GKA6rQxfCdHxCIeGu\nONvSPjtJWw3F4XDQEmHnP+0Vde7TY03KjHMSKui5+TuAFs97/YBsojSAviey\nskJ4FU59g4vEy4sBjEUD3OWhImXG3JkaTjn6RxckI1H2EccNbXYGLvNKfzlR\n6bSznapcx63P/ZJpubpmRXCyPEgrsKH8u7JLD8dZd1+5tcRmEjIKqqcRtLJT\ntoB8ltfhWK7WddFSRwiLwa5NVpLKYzQ3zOEeEI9p9QyVbbt/fuieP+U6Z9HW\nYLnBkA812RmFNc73vxHuBzTNgSa/ILF/j0xK6gj9TIc8/sI6Ojt8+3tCNB7G\n9KNPM6bppIQl01WC31WjMuoNgGygkuj2iRfqdtojCru9k3Yz1s3KCWcoIeXf\npcjIxeYj+3m21HV+XgjKv53KY22pS36ghJX5zvIxaGY0KWBP2qlOKMA0BtGq\nUwA0\r\n=HBlG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jonathantneal@hotmail.com",
					"name": "jonathantneal"
				},
				{
					"email": "semigradskyd@gmail.com",
					"name": "semigradsky"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-attribute-case-insensitive_4.0.0_1537248668446_0.09517749239848494"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.1": {
			"name": "postcss-attribute-case-insensitive",
			"version": "4.0.1",
			"description": "PostCSS plugin to support case insensitive attributes",
			"main": "dist/index.js",
			"scripts": {
				"test": "eslint src && npm run prepublish && mocha --require babel-register",
				"prepublish": "babel src --out-dir dist"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"attribute",
				"insensitive",
				"sensitive",
				"CSS4"
			],
			"author": {
				"name": "Dmitry Semigradsky"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
			},
			"homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
			"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"
			},
			"dependencies": {
				"postcss": "^7.0.2",
				"postcss-selector-parser": "^5.0.0"
			},
			"gitHead": "6586bef450ab6f54be8513758d07e85e956db266",
			"_id": "postcss-attribute-case-insensitive@4.0.1",
			"_npmVersion": "5.10.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "semigradsky",
				"email": "semigradskyd@gmail.com"
			},
			"dist": {
				"integrity": "sha512-L2YKB3vF4PetdTIthQVeT+7YiSzMoNMLLYxPXXppOOP7NoazEAy45sh2LvJ8leCQjfBcfkYQs8TtCcQjeZTp8A==",
				"shasum": "b2a721a0d279c2f9103a36331c88981526428cc7",
				"tarball": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.1.tgz",
				"fileCount": 6,
				"unpackedSize": 10475,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN0HwCRA9TVsSAnZWagAAk8AP/jUXewasGLnUigKxb7ol\n+EZBmhTMmfYtvnC3khxbl0UMrSdgZD78eyRga3TR9rQ88R4ktQfvWrx0B2OM\nQl1YnqNVmU59dk2GZO7q3hnATQSIrdNtCUBpNp1MxLah/mwh83U0AgLla3yf\nmRRyjzsTmCWH4g/rBF2eOFzlAYM5XGA3deijGQsd2DTNLsw3H19l+P3GPCFp\ni4N4APw4oOesyfVhPcfzAjvVXbiVIjqmw1jVMHDmVaqozCEYLLJ5HdUzkiVg\n+e1UKJUFfxYQnlQaAFDpYHgkGIT4bJS0o6Q49js56s8OkLFZTd9IrpnZ4XEI\n6eyPtNLTB8Ws8RvCyWWFLLUyDhTHd26TTUCoq0MTTkv1JoX13yVMX3YeYzeO\niooOkMagtTNr0JKN9rGITrWDfrX5R8VfLZgTaqgCYd2Z3uRmfG+xPghfpSIK\nbVbB4BxNemzsOBruk8J5zw9LcZL/nVpuockwcH2P/t7Zndj307QofR6jedcq\nRVD+MyWvzoVxFSK1tIM/Co627suni0cCpdgV+MTzsiMy2bksnD1ISbdQWaq4\n/7TBuRHPNEqpM3bx5CfKKeoqhz+cQySnXJD74O5fMmsq1Q4UdyYIDzrAVYa3\nSI3EtXeXRM0fqS5p8H+VE8XuoVnhqhSBV8+rIG84Oo3lUggSY8brQAGFHboy\nHtP5\r\n=pFpe\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jonathantneal@hotmail.com",
					"name": "jonathantneal"
				},
				{
					"email": "semigradskyd@gmail.com",
					"name": "semigradsky"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-attribute-case-insensitive_4.0.1_1547125232209_0.39055827315136216"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.2": {
			"name": "postcss-attribute-case-insensitive",
			"version": "4.0.2",
			"description": "PostCSS plugin to support case insensitive attributes",
			"main": "dist/index.js",
			"scripts": {
				"test": "eslint src && npm run prepublish && mocha --require @babel/register",
				"prepublish": "babel src --out-dir dist"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"attribute",
				"insensitive",
				"sensitive",
				"CSS4"
			],
			"author": {
				"name": "Dmitry Semigradsky"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
			},
			"homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
			"devDependencies": {
				"@babel/cli": "^7.8.3",
				"@babel/core": "^7.8.3",
				"@babel/node": "^7.8.3",
				"@babel/preset-env": "^7.8.3",
				"@babel/register": "^7.8.3",
				"chai": "^4.2.0",
				"eslint": "^5.6.0",
				"eslint-config-airbnb-base": "^13.1.0",
				"eslint-plugin-import": "^2.14.0",
				"mocha": "^5.2.0"
			},
			"dependencies": {
				"postcss": "^7.0.2",
				"postcss-selector-parser": "^6.0.2"
			},
			"gitHead": "eb72ef3c5956ac64c0f787fd8e8a9a797cfbc3e7",
			"_id": "postcss-attribute-case-insensitive@4.0.2",
			"_nodeVersion": "12.13.1",
			"_npmVersion": "6.12.1",
			"dist": {
				"integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==",
				"shasum": "d93e46b504589e94ac7277b0463226c68041a880",
				"tarball": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz",
				"fileCount": 6,
				"unpackedSize": 10512,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKYmHCRA9TVsSAnZWagAA/60P/i6P5KCfqNxQ8SK2WLVi\n4SaRaOGPQelsM1huBzfPWKfFFvpV5Ioju/CFhnX6BGcxlL9QdMVldhP1qtmS\nYzMqRuvxGjniR6Nw4hRUWVxwnk6RbsbWf+QUo0VciNf1vNy3gj3xBgwL6AlW\nOYy/uP4ky4UnNz5ndVQbW1EBYmkn9iBJAdJJnB+MtN2Cq5cecUYmYvYtn1R2\nPCsLPk81PrPYLa2BEr8kBYdyjP+FsexqCH106T5WxffgpHA/w5IGmzp61Mg5\n1X6XuEIBGuI9w08SsSCf6LPthkHt+0lcc7+AcPKp16EX8ihnNtcv4vRgpEEd\nAwUyUV/pj6CacP9+zpDE8y1GEb07dgTZzH9KSmoL06IHKqYCijEktCCmHYgj\n71CUhs/H2+JSdsXb2MUAdD8MZPU9jflK+BD6ndwsgNoJWUenQ4XW685hVNKF\nLwUubz+DtJIzhntRjPgL878XmVCJu9SWIPT8Fwcd9BgKEEFJfErHvnvuNJAA\nijBzTwXuEMtgCoj2kqMrHgFQ2tCK17qTM+69p16cQmORskSj/6+bQZ0et8Kh\n1I2qtjXt6xr1XtIYoGfNzQhANbPB4c7TlWD6q9yvrjkbzLJHabcxBHwQ76TX\nQ1Gjuxlu338PRU7kBTBk6u8JVxj33LD9HMBXRcs0kHwBHhA9YApABK9n1TkN\n3ZNs\r\n=qtFb\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jonathantneal@hotmail.com",
					"name": "jonathantneal"
				},
				{
					"email": "semigradskyd@gmail.com",
					"name": "semigradsky"
				}
			],
			"_npmUser": {
				"name": "semigradsky",
				"email": "semigradskyd@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-attribute-case-insensitive_4.0.2_1579780487462_0.3883250844065673"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0": {
			"name": "postcss-attribute-case-insensitive",
			"version": "5.0.0",
			"description": "PostCSS plugin to support case insensitive attributes",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"attribute",
				"insensitive",
				"sensitive",
				"CSS4"
			],
			"author": {
				"name": "Dmitry Semigradsky"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
			},
			"homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
			"dependencies": {
				"postcss-selector-parser": "^6.0.2"
			},
			"peerDependencies": {
				"postcss": "^8.0.2"
			},
			"_id": "postcss-attribute-case-insensitive@5.0.0",
			"_nodeVersion": "14.9.0",
			"_npmVersion": "6.14.8",
			"dist": {
				"integrity": "sha512-b4g9eagFGq9T5SWX4+USfVyjIb3liPnjhHHRMP7FMB2kFVpYyfEscV0wP3eaXhKlcHKUut8lt5BGoeylWA/dBQ==",
				"shasum": "39cbf6babf3ded1e4abf37d09d6eda21c644105c",
				"tarball": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 5973,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYQw7CRA9TVsSAnZWagAAHNoP/1OGIU3bXoJ9Br+KkdRP\nt6iIXehpdcwSDqdg4VV8ry9o/QLuW8RP0k8PboMlGw5tIXoWqN2gn49hPEib\nbrRK9E0pqKkOSoxgwfJSTebMW9/RLSKqJLj61ae0sdRZOEujWyaxzJ02D95E\n4yl2FjeRJ9Uwtj7xaZFuRzEwfQAAm34Z8htAmxwsGxECRO8eMSqzZGwoqt/H\n2JVtE1VxSvc1870oUfBbK1+7NEpbZFXzncNcAAS4s/2vtVEJa4qIQI+9QzyP\n9SxfnBcBqlTmYsupdyi+yjzHe2B5crNcqw2hfqzNV1qtXUJCCAfuUD2e/Lx/\ndO5f0Zire1MmUZULUDIimmu1WIYrY7xv8oUq7stA2vvKDeMQmx61RmOew5U9\njAB6+CEmKs9Kud6ZOzrBEwKEYIJFV6Z3c5opLTpLOvXMdHqMudHIWV5u4pDZ\n5fEzJLSNpLpTk0GBDjNg4BLZia29AfFoicE5WTxtmQxo3RjYm90BDTUWIafb\nNYIULdS44seXNLlNdICCN2iVVFdD8sIWUUDdaw21/M/mP+qE5+9U/EhxJfKm\nunbRCLNG97UIz04ZV5EbQ4RHzz+s952uuvvKN9i1lq2aSW2yXCatTknGriy7\nLWbM/OoHBFt4oQhM8RyxVVaWOEQCJNqblCnLYZGxSve+JC+9GwK9L7mn9tzC\nzxSQ\r\n=S6Gv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "semigradsky",
					"email": "semigradskyd@gmail.com"
				},
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"_npmUser": {
				"name": "semigradsky",
				"email": "semigradskyd@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-attribute-case-insensitive_5.0.0_1600195643317_0.42236268046978376"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-09-15T18:47:25.726Z",
		"created": "2016-08-10T09:12:35.164Z",
		"1.0.0": "2016-08-10T09:12:35.164Z",
		"1.0.1": "2016-08-19T14:18:33.749Z",
		"2.0.0": "2017-05-06T15:12:16.605Z",
		"3.0.0": "2018-05-08T12:43:44.009Z",
		"3.0.1": "2018-06-26T14:13:34.752Z",
		"4.0.0": "2018-09-18T05:31:08.666Z",
		"4.0.1": "2019-01-10T13:00:32.372Z",
		"4.0.2": "2020-01-23T11:54:47.625Z",
		"5.0.0": "2020-09-15T18:47:23.444Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "5.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"bdf9b1440d0eb62ba16b5ef46adefa31\"",
			"fetched": 1600679295496
		}
	},
	"_distfiles": {
		"postcss-attribute-case-insensitive-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-1.0.0.tgz",
			"sha": "22136e44623c3bbaf174531f3377b48e4168c790",
			"registry": "npmjs"
		},
		"postcss-attribute-case-insensitive-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-1.0.1.tgz",
			"sha": "ceb73777e106167eb233f1938c9bd9f2e697308d",
			"registry": "npmjs"
		},
		"postcss-attribute-case-insensitive-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-2.0.0.tgz",
			"sha": "94dc422c8f90997f16bd33a3654bbbec084963b4",
			"registry": "npmjs"
		},
		"postcss-attribute-case-insensitive-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-3.0.0.tgz",
			"sha": "03ec32ed221ed0a184fae26a99fea82c7de1a3b9",
			"registry": "npmjs"
		},
		"postcss-attribute-case-insensitive-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-3.0.1.tgz",
			"sha": "efd2c40b5d3d27dfab5678073bf652f76eaf4352",
			"registry": "npmjs"
		},
		"postcss-attribute-case-insensitive-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.0.tgz",
			"sha": "807b6a797ad8bf1c821b2d51cf641e9dd3837624",
			"registry": "npmjs"
		},
		"postcss-attribute-case-insensitive-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.1.tgz",
			"sha": "b2a721a0d279c2f9103a36331c88981526428cc7",
			"registry": "npmjs"
		},
		"postcss-attribute-case-insensitive-4.0.2.tgz": {
			"url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz",
			"sha": "d93e46b504589e94ac7277b0463226c68041a880",
			"registry": "npmjs"
		},
		"postcss-attribute-case-insensitive-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz",
			"sha": "39cbf6babf3ded1e4abf37d09d6eda21c644105c",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"postcss-attribute-case-insensitive-4.0.2.tgz": {
			"shasum": "d93e46b504589e94ac7277b0463226c68041a880"
		}
	},
	"_rev": "2-a83a66ebb44fc221",
	"_id": "postcss-attribute-case-insensitive",
	"readme": "# postcss-attribute-case-insensitive [![Build Status][ci-img]][ci]\n\n[PostCSS] plugin to support [case insensitive attributes](https://www.w3.org/TR/selectors4/#attribute-case).\n\n[!['Can I use' table](https://caniuse.bitsofco.de/image/css-case-insensitive.png)](https://caniuse.com/#feat=css-case-insensitive)\n\n[PostCSS]: https://github.com/postcss/postcss\n[ci-img]:  https://travis-ci.org/Semigradsky/postcss-attribute-case-insensitive.svg\n[ci]:      https://travis-ci.org/Semigradsky/postcss-attribute-case-insensitive\n\n## Input\n```css\n[frame=hsides i] { border-style: solid none; }\n```\n\n\n## Output\n```css\n[frame=hsides],[frame=Hsides],[frame=hSides],[frame=HSides],[frame=hsIdes],[frame=HsIdes],[frame=hSIdes],[frame=HSIdes],[frame=hsiDes],[frame=HsiDes],[frame=hSiDes],[frame=HSiDes],[frame=hsIDes],[frame=HsIDes],[frame=hSIDes],[frame=HSIDes],[frame=hsidEs],[frame=HsidEs],[frame=hSidEs],[frame=HSidEs],[frame=hsIdEs],[frame=HsIdEs],[frame=hSIdEs],[frame=HSIdEs],[frame=hsiDEs],[frame=HsiDEs],[frame=hSiDEs],[frame=HSiDEs],[frame=hsIDEs],[frame=HsIDEs],[frame=hSIDEs],[frame=HSIDEs],[frame=hsideS],[frame=HsideS],[frame=hSideS],[frame=HSideS],[frame=hsIdeS],[frame=HsIdeS],[frame=hSIdeS],[frame=HSIdeS],[frame=hsiDeS],[frame=HsiDeS],[frame=hSiDeS],[frame=HSiDeS],[frame=hsIDeS],[frame=HsIDeS],[frame=hSIDeS],[frame=HSIDeS],[frame=hsidES],[frame=HsidES],[frame=hSidES],[frame=HSidES],[frame=hsIdES],[frame=HsIdES],[frame=hSIdES],[frame=HSIdES],[frame=hsiDES],[frame=HsiDES],[frame=hSiDES],[frame=HSiDES],[frame=hsIDES],[frame=HsIDES],[frame=hSIDES],[frame=HSIDES] { border-style: solid none; }\n```\n\n### Notes\n- As you see in example, it is not recommended to use this plugin with very long attributes."
}