{"_id":"postcss-attribute-case-insensitive","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"keywords":["attribute","css","CSS4","insensitive","postcss","postcss-plugin","sensitive"],"dist-tags":{"latest":"8.0.0"},"description":"Enable support for case insensitive attribute matching in selectors","readme":"# PostCSS Attribute Case Insensitive [<img src=\"https://postcss.github.io/postcss/logo.svg\" alt=\"PostCSS Logo\" width=\"90\" height=\"90\" align=\"right\">][PostCSS]\n\n`npm install postcss-attribute-case-insensitive --save-dev`\n\n[PostCSS Attribute Case Insensitive] enables support for [Case Insensitive Attribute] matching in selectors.\n\n```css\n[frame=hsides i] {\n\tborder-style: solid none;\n}\n\n/* becomes */\n\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] {\n\tborder-style: solid none;\n}\n```\n\n## Usage\n\nAdd [PostCSS Attribute Case Insensitive] to your project:\n\n```bash\nnpm install postcss postcss-attribute-case-insensitive --save-dev\n```\n\nUse it as a [PostCSS] plugin:\n\n```js\nconst postcss = require('postcss');\nconst postcssAttributeCaseInsensitive = require('postcss-attribute-case-insensitive');\n\npostcss([\n\tpostcssAttributeCaseInsensitive(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n\n\n## Options\n\n### preserve\n\nThe `preserve` option determines whether the original notation\nis preserved. By default, it is not preserved.\n\n```js\npostcssAttributeCaseInsensitive({ preserve: true })\n```\n\n```css\n[frame=hsides i] {\n\tborder-style: solid none;\n}\n\n/* becomes */\n\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] {\n\tborder-style: solid none;\n}\n[frame=hsides i] {\n\tborder-style: solid none;\n}\n```\n\n[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test\n[css-url]: https://cssdb.org/#case-insensitive-attributes\n[discord]: https://discord.gg/bUadyRwkJS\n[npm-url]: https://www.npmjs.com/package/postcss-attribute-case-insensitive\n\n[PostCSS]: https://github.com/postcss/postcss\n[PostCSS Attribute Case Insensitive]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive\n[Case Insensitive Attribute]: https://www.w3.org/TR/selectors4/#attribute-case\n","repository":{"type":"git","directory":"plugins/postcss-attribute-case-insensitive","url":"git+https://github.com/csstools/postcss-plugins.git"},"bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"license":"MIT","versions":{"2.0.0":{"name":"postcss-attribute-case-insensitive","version":"2.0.0","keywords":["postcss","css","postcss-plugin","attribute","insensitive","sensitive","CSS4"],"author":{"name":"Dmitry Semigradsky"},"license":"MIT","_id":"postcss-attribute-case-insensitive@2.0.0","maintainers":[{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"homepage":"https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"},"dist":{"shasum":"94dc422c8f90997f16bd33a3654bbbec084963b4","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-2.0.0.tgz","integrity":"sha512-J8sdzNF8glKA0ZpNLOftTaNu12a48wJ97sVDTYGRR6gX8cSoRE4tXoVgYRemFz3TvSurbmVuMQUmqUclA0hL/Q==","signatures":[{"sig":"MEYCIQDjGECc/IuqIfL4shrwN+3Fri9Auji/7Ga7lAE9EW6ZBwIhALdwwYwz3eZKyJSwYEgyRQ2gIix3MJHL+1B8HJ7dcA34","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","_shasum":"94dc422c8f90997f16bd33a3654bbbec084963b4","gitHead":"44d948e055fceb4100117f5934415c2ca82f17de","scripts":{"test":"eslint src && npm run prepublish && mocha --compilers js:babel-register","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"semigradsky","email":"semigradskyd@gmail.com"},"repository":{"url":"git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git","type":"git"},"_npmVersion":"3.10.3","description":"PostCSS plugin to support case insensitive attributes","directories":{},"_nodeVersion":"6.5.0","dependencies":{"postcss":"^6.0.0","postcss-selector-parser":"^2.2.3"},"devDependencies":{"chai":"^3.5.0","mocha":"^3.0.1","eslint":"^3.2.2","babel-cli":"^6.11.4","babel-eslint":"^7.0.0","babel-register":"^6.11.6","babel-preset-env":"^1.4.0","eslint-plugin-import":"^1.12.0","eslint-config-airbnb-base":"^8.0.0","babel-plugin-add-module-exports":"^0.2.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive-2.0.0.tgz_1494083535612_0.3119892079848796","host":"packages-18-east.internal.npmjs.com"}},"7.0.1":{"name":"postcss-attribute-case-insensitive","version":"7.0.1","keywords":["attribute","css","CSS4","insensitive","postcss","postcss-plugin","sensitive"],"license":"MIT","_id":"postcss-attribute-case-insensitive@7.0.1","maintainers":[{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Romain Menke","email":"romainmenke@gmail.com"},{"name":"Dmitry Semigradsky"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"0c4500e3bcb2141848e89382c05b5a31c23033a3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.1.tgz","fileCount":7,"integrity":"sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==","signatures":[{"sig":"MEUCIQDB4fdfKU8EBfBNbih72XnF9En4GK7V1NCDfNUbevYxvAIgNDmYn+vLMhPMNKb/DQxtwHANsJdlsfJSR4Y8tMVK2Kw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10055},"main":"dist/index.cjs","type":"module","types":"./dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=18"},"exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"},"require":{"default":"./dist/index.cjs"}}},"funding":[{"url":"https://github.com/sponsors/csstools","type":"github"},{"url":"https://opencollective.com/csstools","type":"opencollective"}],"gitHead":"c0a35e0ec3f8f557b352f6c0c9d9491dd0b86822","scripts":{},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-attribute-case-insensitive"},"_npmVersion":"10.7.0","description":"Enable support for case insensitive attribute matching in selectors","directories":{},"_nodeVersion":"22.1.0","dependencies":{"postcss-selector-parser":"^7.0.0"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_7.0.1_1729719856812_0.6887783436032042","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"postcss-attribute-case-insensitive","version":"7.0.0","keywords":["attribute","css","CSS4","insensitive","postcss","postcss-plugin","sensitive"],"license":"MIT","_id":"postcss-attribute-case-insensitive@7.0.0","maintainers":[{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Romain Menke","email":"romainmenke@gmail.com"},{"name":"Dmitry Semigradsky"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"500034cdea39836a406626ce0f83686f2af52ffa","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.0.tgz","fileCount":7,"integrity":"sha512-ETMUHIw67Kyv9Q81nden/NuJbRh+4/S963giXpfSLd5eaKK8kd1UdAHMVRV/NG/w/N6Cq8B0qZIZbZZWU/67+A==","signatures":[{"sig":"MEYCIQCMQFqYFf9Qc/yeIu00AUdhSHRg1TeIKDqH4jrc8Cx5OgIhAId6zFC8fF6YaopVdpowXrNomirRPoIc60p4MND8yXAa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10058},"main":"dist/index.cjs","type":"module","types":"./dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=18"},"exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"},"require":{"default":"./dist/index.cjs"}}},"funding":[{"url":"https://github.com/sponsors/csstools","type":"github"},{"url":"https://opencollective.com/csstools","type":"opencollective"}],"gitHead":"8636dedb4de969f36cf950b1e27091b589734599","scripts":{},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-attribute-case-insensitive"},"_npmVersion":"10.7.0","description":"Enable support for case insensitive attribute matching in selectors","directories":{},"_nodeVersion":"22.1.0","dependencies":{"postcss-selector-parser":"^6.1.0"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_7.0.0_1722720955460_0.39975791440544883","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"postcss-attribute-case-insensitive","version":"4.0.2","keywords":["postcss","css","postcss-plugin","attribute","insensitive","sensitive","CSS4"],"author":{"name":"Dmitry Semigradsky"},"license":"MIT","_id":"postcss-attribute-case-insensitive@4.0.2","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"homepage":"https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"},"dist":{"shasum":"d93e46b504589e94ac7277b0463226c68041a880","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz","fileCount":6,"integrity":"sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==","signatures":[{"sig":"MEQCICWC6brR8r3m+VHp/y4IdSUb/znVuVGcMRWqbCDaSL9cAiBRFZkvvxtuf7Ty+bZptrtHiT3k0SCSrA9XLTDZeQIvlQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"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"},"main":"dist/index.js","gitHead":"eb72ef3c5956ac64c0f787fd8e8a9a797cfbc3e7","scripts":{"test":"eslint src && npm run prepublish && mocha --require @babel/register","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"semigradsky","email":"semigradskyd@gmail.com"},"repository":{"url":"git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git","type":"git"},"_npmVersion":"6.12.1","description":"PostCSS plugin to support case insensitive attributes","directories":{},"_nodeVersion":"12.13.1","dependencies":{"postcss":"^7.0.2","postcss-selector-parser":"^6.0.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","mocha":"^5.2.0","eslint":"^5.6.0","@babel/cli":"^7.8.3","@babel/core":"^7.8.3","@babel/node":"^7.8.3","@babel/register":"^7.8.3","@babel/preset-env":"^7.8.3","eslint-plugin-import":"^2.14.0","eslint-config-airbnb-base":"^13.1.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_4.0.2_1579780487462_0.3883250844065673","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"postcss-attribute-case-insensitive","version":"4.0.0","keywords":["postcss","css","postcss-plugin","attribute","insensitive","sensitive","CSS4"],"author":{"name":"Dmitry Semigradsky"},"license":"MIT","_id":"postcss-attribute-case-insensitive@4.0.0","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"homepage":"https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"},"dist":{"shasum":"807b6a797ad8bf1c821b2d51cf641e9dd3837624","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.0.tgz","fileCount":6,"integrity":"sha512-K/zqdg0/UgUgC8qR0lDuxYzmowPpnvrrNC5YuoqzhHMubR9AuhsPlpVu3jjkLHgDAzR+ohD/m7//iGnN9WxbzQ==","signatures":[{"sig":"MEUCIQCQFXALP2mM4aITEbKDNpyvhPVlI28HdzIKR3iiOSUtQgIgOj2Kq/XK306FhfXj5hTmAyR6AZS+/qYvAseORrV8ics=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"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"},"main":"dist/index.js","gitHead":"bdd1d80d1bd1544a8e112177bf5a7154725e8379","scripts":{"test":"eslint src && npm run prepublish && mocha --require babel-register","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"repository":{"url":"git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git","type":"git"},"_npmVersion":"6.4.1","description":"PostCSS plugin to support case insensitive attributes","directories":{},"_nodeVersion":"10.10.0","dependencies":{"postcss":"^7.0.2","postcss-selector-parser":"^5.0.0-rc.3"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","mocha":"^5.2.0","eslint":"^5.6.0","babel-cli":"^6.26.0","babel-eslint":"^9.0.0","babel-register":"^6.26.0","babel-preset-env":"^1.7.0","eslint-plugin-import":"^2.14.0","eslint-config-airbnb-base":"^13.1.0","babel-plugin-add-module-exports":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_4.0.0_1537248668446_0.09517749239848494","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"postcss-attribute-case-insensitive","version":"4.0.1","keywords":["postcss","css","postcss-plugin","attribute","insensitive","sensitive","CSS4"],"author":{"name":"Dmitry Semigradsky"},"license":"MIT","_id":"postcss-attribute-case-insensitive@4.0.1","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"homepage":"https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"},"dist":{"shasum":"b2a721a0d279c2f9103a36331c88981526428cc7","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.1.tgz","fileCount":6,"integrity":"sha512-L2YKB3vF4PetdTIthQVeT+7YiSzMoNMLLYxPXXppOOP7NoazEAy45sh2LvJ8leCQjfBcfkYQs8TtCcQjeZTp8A==","signatures":[{"sig":"MEQCIGc6V9udOYFMKkd61u2u9SydWci7ji3kHrNhkjH/lxzLAiAzdXJG3QUV2T/GSgaNBC71fe2nCvlX3jmVxfqNhOn5iw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"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"},"main":"dist/index.js","gitHead":"6586bef450ab6f54be8513758d07e85e956db266","scripts":{"test":"eslint src && npm run prepublish && mocha --require babel-register","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"semigradsky","email":"semigradskyd@gmail.com"},"repository":{"url":"git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git","type":"git"},"_npmVersion":"5.10.0","description":"PostCSS plugin to support case insensitive attributes","directories":{},"_nodeVersion":"8.11.3","dependencies":{"postcss":"^7.0.2","postcss-selector-parser":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","mocha":"^5.2.0","eslint":"^5.6.0","babel-cli":"^6.26.0","babel-eslint":"^10.0.0","babel-register":"^6.26.0","babel-preset-env":"^1.7.0","eslint-plugin-import":"^2.14.0","eslint-config-airbnb-base":"^13.1.0","babel-plugin-add-module-exports":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_4.0.1_1547125232209_0.39055827315136216","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"postcss-attribute-case-insensitive","version":"6.0.2","keywords":["attribute","css","CSS4","insensitive","postcss","postcss-plugin","sensitive"],"license":"MIT","_id":"postcss-attribute-case-insensitive@6.0.2","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Romain Menke","email":"romainmenke@gmail.com"},{"name":"Dmitry Semigradsky"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"e843091859323342e461878d201ee70278809e01","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-6.0.2.tgz","fileCount":7,"integrity":"sha512-IRuCwwAAQbgaLhxQdQcIIK0dCVXg3XDUnzgKD8iwdiYdwU4rMWRWyl/W9/0nA4ihVpq5pyALiHB2veBJ0292pw==","signatures":[{"sig":"MEUCIFsgA3XbfRLvXpmn/F/vYOntvQRfZC8P2cYD5Ks3TA08AiEAmK73lJJPK0PqUifuqLWR4ossVXAghFDVb0mUZRJyheY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4TZBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrINg//X/Fj1cJOdP6WqhLJItK/VbvFH9pZ/9J20++LSb3ZpmJEAegj\r\nhdrBaOxCtvRGKmCuRAP/Ych/veW4cCLbDSjf3lRQxA9FcD3KFi39WwNO27Nr\r\nd5X6NC4W3Fj7WiKstLZezsTOhsNP9Docg+cpixszYcjMQqKrL0d1ev+h9KKX\r\nj4IyjnKRA0TK0guTmxbIePADY/nU1FaoCukRoysbMiiRSorvEXrOdsS5V3Ux\r\nBlbh9mMW2geTd1+O7vjwMwvTQzHePseUECXZ0aLxFAl8ZuUWeNZK0lmK6APB\r\n2p3y5iO+rPiTXWlhXCTfZuv9iEIS5pQ/+z5yqntl1GDDyY5OAwP+9Py9GJ5F\r\n685NF0lsqgT3BesEF2SL48X9nYuuqlW7utGzwbZ17r8liHry2cwup/zyr1tI\r\nXjaInZZYj+Qxsd7mKA6BS5ryVXfARO1aBi0mAotZkvVV98zuQXudIvGuxw6/\r\npVxVbbJwDkjYTHa14pLdA1uDadThW1K1W1yOyiwA+Hq+eV37JDZZn7xCNtq3\r\nbVV4fbh2PUqf35WSflB/+IBZnTZSw/IaWhDRUQKvA0zW0OToJfoodTVaFK6S\r\nPnOPfG9ynTZ9bKscPFZF3+p2dNW76PrkdmXWh0PeObnu5yU/ZpnoAklJis2M\r\nVlvAUkV5OObAfaF1NHcThKQw51mm7Vdzs0c=\r\n=WjnG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","types":"dist/index.d.ts","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"76f785c9d691c9df7d55278a4edb0d9aecab4d87","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.mjs","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true }); fs.mkdirSync('./dist');\"","prebuild":"npm run clean","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"cssdbId":"case-insensitive-attributes","specUrl":"https://www.w3.org/TR/selectors4/#attribute-case","exportName":"postcssAttributeCaseInsensitive","humanReadableName":"PostCSS Attribute Case Insensitive"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-attribute-case-insensitive"},"_npmVersion":"9.4.1","description":"Enable support for case insensitive attribute matching in selectors","directories":{},"_nodeVersion":"18.13.0","dependencies":{"postcss-selector-parser":"^6.0.10"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_6.0.2_1675703873359_0.9870703498475419","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"postcss-attribute-case-insensitive","version":"3.0.0","keywords":["postcss","css","postcss-plugin","attribute","insensitive","sensitive","CSS4"],"author":{"name":"Dmitry Semigradsky"},"license":"MIT","_id":"postcss-attribute-case-insensitive@3.0.0","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"homepage":"https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"},"dist":{"shasum":"03ec32ed221ed0a184fae26a99fea82c7de1a3b9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-3.0.0.tgz","fileCount":6,"integrity":"sha512-8pw/t/0dAsp7XKAXImSMXuTUGBUpdKN0aqCF563lMfky/KTPh1KC7s8VI8ZjNuBunTa482RkmfmeMTrIwjJuSg==","signatures":[{"sig":"MEQCIEDCQHryZWkK4cXcyaz68n1+nn/HDGkBhgg0s/NwIspsAiBowUxCToiQygJRPo+G7ACArzSBRvXy+e6oFnsefSIDAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"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"},"main":"dist/index.js","gitHead":"5b5585e0a32aa54a2e5678375c09a76bb699f79b","scripts":{"test":"eslint src && npm run prepublish && mocha --require babel-register","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"repository":{"url":"git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git","type":"git"},"_npmVersion":"6.0.0","description":"PostCSS plugin to support case insensitive attributes","directories":{},"_nodeVersion":"10.0.0","dependencies":{"postcss":"^6.0.22","postcss-selector-parser":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","mocha":"^5.1.1","eslint":"^4.19.1","babel-cli":"^6.11.4","babel-eslint":"^8.2.3","babel-register":"^6.11.6","babel-preset-env":"^1.4.0","eslint-plugin-import":"^2.11.0","eslint-config-airbnb-base":"^12.1.0","babel-plugin-add-module-exports":"^0.2.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_3.0.0_1525783423936_0.7527417861827435","host":"s3://npm-registry-packages"}},"6.0.3":{"name":"postcss-attribute-case-insensitive","version":"6.0.3","keywords":["attribute","css","CSS4","insensitive","postcss","postcss-plugin","sensitive"],"license":"MIT","_id":"postcss-attribute-case-insensitive@6.0.3","maintainers":[{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Romain Menke","email":"romainmenke@gmail.com"},{"name":"Dmitry Semigradsky"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"d118023911a768dfccfc0b0147f5ff06d8485806","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-6.0.3.tgz","fileCount":7,"integrity":"sha512-KHkmCILThWBRtg+Jn1owTnHPnFit4OkqS+eKiGEOPIGke54DCeYGJ6r0Fx/HjfE9M9kznApCLcU0DvnPchazMQ==","signatures":[{"sig":"MEYCIQCDgDp/s3QFSGnlLp3bj0o5iXtjs4hegw4u6C2J6K2LbAIhAJiuhvHANXvT/SmeljfXffQXZMHTAEwUClfO4t0EPBpJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11160},"main":"dist/index.cjs","type":"module","types":"./dist/index.d.ts","module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"},"require":{"default":"./dist/index.cjs"}}},"funding":[{"url":"https://github.com/sponsors/csstools","type":"github"},{"url":"https://opencollective.com/csstools","type":"opencollective"}],"gitHead":"f71f775bda416fc7bb7780ac2a35604db602ebfa","_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-attribute-case-insensitive"},"_npmVersion":"10.2.3","description":"Enable support for case insensitive attribute matching in selectors","directories":{},"_nodeVersion":"20.10.0","dependencies":{"postcss-selector-parser":"^6.0.13"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_6.0.3_1708379414022_0.1310526705489372","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"postcss-attribute-case-insensitive","version":"6.0.0","keywords":["attribute","css","CSS4","insensitive","postcss","postcss-plugin","sensitive"],"license":"MIT","_id":"postcss-attribute-case-insensitive@6.0.0","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Romain Menke","email":"romainmenke@gmail.com"},{"name":"Dmitry Semigradsky"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"2d090cc15174f6235e8221bfdf7bd7ce7ecdeddb","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-6.0.0.tgz","fileCount":7,"integrity":"sha512-Bi5tVYe9rKjU1k1v9xzAAZqMzUrlb2sVbRyV7ZDdtLJVpxV+6db5Yd6ESe6CMl09brexIfDUrGPVB1IbVc7bQQ==","signatures":[{"sig":"MEUCIAQTOYlKUFbX8nKYN3p2hEAW9Bbg3OuPoakEZEHgDxSjAiEAmewlCHkINo26TE8P1jSY7kfOXjIE9svjISmDSx6c9IU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11869,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjz5qyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQXg//S0eDwqZjhxN/r/NZ0ZsmdQsnGnS67ucVu09gQaz1JuY1qrKb\r\nKD6cdOAA66Ps5sWQVG6sF+Gbr7GOM0nVWfPuKXJxLVL0EZOpc0rSVGyV5J4u\r\nODJF/MxLKfJhruBlqEaVbbgabWAkMR9tIBR/GMpauzChgMsSBPX/lZDSITL0\r\nrTDfaDUeystBp+Z1lx4d9rgMkba93nR6cPvYKPLXFwyA+BCLt2faiVqCs1Qk\r\nn8cJBd6sLK62c09b8gf0CTtz8oiWGmUPQmqFmJ5C1yGte8XGDwJM7jhfsQDq\r\n24+UZqnYGS1bOQ/hfMl1usfjCXPkN+FRV8JvHvL62pPt9cbbf30ciJLr210u\r\nOcD8KtlKOQEy3NN6unHgbqX5YsBmTqD30/G4FUBKUx34WRak0M64OgGSXH5s\r\nWbPJO92xXhUPCF1XleMeL4IHjZYT+GfdX8OrTBWnV5aD6mD2XGe2ZezNihPN\r\nraOi2NJLGe8Tnn4jYVk7RO3wnxIuZJUGDXdtnkm08oTFi7VfqCg/J/lJGJBp\r\nAKA+noXtdf5Eq9/RV2lVDgK8qW5d+FYVLiQ+0IQD0e3DTcnowNACNGPaHDO9\r\nfBqPy0u3NMoCD7wZKlPph/0/mbWLJVlvrEPuHJ///uO3Xain15U/7sUlw6oH\r\nvpjfpITcuaW4+yLB7ZgRyePskIqKloCIJAE=\r\n=zynP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","types":"dist/index.d.ts","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"b29ddd7572f7fd1ef4c71f9daa4d44546d599fc0","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.mjs","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true }); fs.mkdirSync('./dist');\"","prebuild":"npm run clean","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"cssdbId":"case-insensitive-attributes","specUrl":"https://www.w3.org/TR/selectors4/#attribute-case","exportName":"postcssAttributeCaseInsensitive","humanReadableName":"PostCSS Attribute Case Insensitive"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-attribute-case-insensitive"},"_npmVersion":"8.1.2","description":"Enable support for case insensitive attribute matching in selectors","directories":{},"_nodeVersion":"16.13.1","dependencies":{"postcss-selector-parser":"^6.0.10"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_6.0.0_1674549938058_0.547150807169575","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"postcss-attribute-case-insensitive","version":"6.0.1","keywords":["attribute","css","CSS4","insensitive","postcss","postcss-plugin","sensitive"],"license":"MIT","_id":"postcss-attribute-case-insensitive@6.0.1","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Romain Menke","email":"romainmenke@gmail.com"},{"name":"Dmitry Semigradsky"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"69f521cf99aa4fe280943290032c69e3b51df5c0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-6.0.1.tgz","fileCount":7,"integrity":"sha512-XNVoIdu/Pskb5OhkM+iHicEVuASeqAjOTCaW8Wcbrd1UVwRukOJr5+zWzFjYxJj55Z/67ViVm9n/1hwF7MGByQ==","signatures":[{"sig":"MEQCIEwv7araXYjKqgaaVMrSdREfBosuORai318M65ZwmqbIAiAvWpz/u+d75PLzZDqFPLMtDj01Jwo1hCOZzdR6iv6P3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11981,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1M6kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXrA//ViuiJvzHDZPmaKXNlgKq5LDqsTe8YhXodMFxgCSKqJVkB3T1\r\nApPwUhKgspsPsMPw2hpOTgKk6ni1iToyPrbEo2Oqp5K+OzvKFuXaM0pbTJwk\r\nJFd+iVPDQdzSQKXMve2B6zStiq0LLkBdYzP8lofh7iAMd9ttUtXWvTqum47a\r\nSTIFgYjQnk55ZBwJvOE4NtbCUGcgZT4ZHrBpzoIM7iAkvEZeeT3gVnSfzCcq\r\nNUtpcEeuAujcdu4iSlqPu9amT5/Ef6amwTWaSGth+Pp/Lc1G8g08M57+Wzmz\r\nVn0mDbHECkP4bPBcSLAIERL42D0zYo4Lwos9KzKXtU4qkADPFjOtqI+mlfqz\r\nCKQQxj+exx/BjspWZncPbkDcW9PRLdQiGT/dGg9362P8cmPRTWtGwK50LZdi\r\nzOIG3VgquwOc5vvey4MxDjGNZIDPBjrYmGC8/Xj2GL/KykTPACeiPWEq8Nnu\r\nmGHIBKLzuFN8M2J5NRM0YRixzQUiZxe69XWthbm2Llk3ihucLVei2WUXzENk\r\nxPjIZMRh9heMM/pUwoDPe57ZAjZaSm3u8K7wDH/Sp/a3Ys8rfqWimjfEot5L\r\nAGK+0L16KPZrhDkljor5AVQyli2FuFcZbOCRMvwo4S64HFwuITLjjweJmxBA\r\n2f+cSlxS87087bzQ7jyWH1RTUBGAMKKUZhM=\r\n=wEz7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","types":"dist/index.d.ts","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"df1d1632f6ab207f9067a54c84923a81fbbfb06a","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.mjs","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true }); fs.mkdirSync('./dist');\"","prebuild":"npm run clean","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"cssdbId":"case-insensitive-attributes","specUrl":"https://www.w3.org/TR/selectors4/#attribute-case","exportName":"postcssAttributeCaseInsensitive","humanReadableName":"PostCSS Attribute Case Insensitive"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-attribute-case-insensitive"},"_npmVersion":"8.18.0","description":"Enable support for case insensitive attribute matching in selectors","directories":{},"_nodeVersion":"18.8.0","dependencies":{"postcss-selector-parser":"^6.0.10"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_6.0.1_1674890916096_0.9965334296402957","host":"s3://npm-registry-packages"}},"8.0.0":{"name":"postcss-attribute-case-insensitive","description":"Enable support for case insensitive attribute matching in selectors","version":"8.0.0","contributors":[{"name":"Antonio Laguna","email":"antonio@laguna.es","url":"https://antonio.laguna.es"},{"name":"Romain Menke","email":"romainmenke@gmail.com"},{"name":"Dmitry Semigradsky"}],"license":"MIT","funding":[{"type":"github","url":"https://github.com/sponsors/csstools"},{"type":"opencollective","url":"https://opencollective.com/csstools"}],"engines":{"node":">=20.19.0"},"type":"module","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"dependencies":{"postcss-selector-parser":"^7.1.1"},"peerDependencies":{"postcss":"^8.4"},"scripts":{},"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme","repository":{"type":"git","url":"git+https://github.com/csstools/postcss-plugins.git","directory":"plugins/postcss-attribute-case-insensitive"},"bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"keywords":["attribute","css","CSS4","insensitive","postcss","postcss-plugin","sensitive"],"gitHead":"204b3064be725894b929052a3a82bb73a2444394","_id":"postcss-attribute-case-insensitive@8.0.0","_nodeVersion":"25.1.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-fovIPEV35c2JzVXdmP+sp2xirbBMt54J+upU8u6TSj410kUU5+axgEzvBBSAX8KCybze8CFCelzFAw/FfWg2TA==","shasum":"17034ecbd3afe5b62c203d554bc02326445d20b3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-8.0.0.tgz","fileCount":6,"unpackedSize":8517,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEMCIFfw1Ma4awhdaxAvv56Jd85Mep3hpZSykjx/js5VvdauAh9zUaVobLRnvYs0EfRnPLdKWEsldhdhQulfOekTnalM"}]},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/postcss-attribute-case-insensitive_8.0.0_1768375288744_0.9586579256604872"},"_hasShrinkwrap":false},"5.0.0":{"name":"postcss-attribute-case-insensitive","version":"5.0.0","keywords":["postcss","css","postcss-plugin","attribute","insensitive","sensitive","CSS4"],"author":{"name":"Dmitry Semigradsky"},"license":"MIT","_id":"postcss-attribute-case-insensitive@5.0.0","maintainers":[{"name":"semigradsky","email":"semigradskyd@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"},"dist":{"shasum":"39cbf6babf3ded1e4abf37d09d6eda21c644105c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz","fileCount":4,"integrity":"sha512-b4g9eagFGq9T5SWX4+USfVyjIb3liPnjhHHRMP7FMB2kFVpYyfEscV0wP3eaXhKlcHKUut8lt5BGoeylWA/dBQ==","signatures":[{"sig":"MEYCIQDEk/+tSgl64zqKGcfYfwz3sbjHhBNn1ewW3yhIAYEftQIhAMFr5fWu6xJmEJvKnx751yUuMjo4BFbYprVzbSrNaNhQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"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"},"main":"lib/index.js","_npmUser":{"name":"semigradsky","email":"semigradskyd@gmail.com"},"repository":{"url":"git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git","type":"git"},"_npmVersion":"6.14.8","description":"PostCSS plugin to support case insensitive attributes","directories":{},"_nodeVersion":"14.9.0","dependencies":{"postcss-selector-parser":"^6.0.2"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.0.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_5.0.0_1600195643317_0.42236268046978376","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"postcss-attribute-case-insensitive","version":"5.0.1","keywords":["CSS4","attribute","css","insensitive","postcss","postcss-plugin","sensitive"],"license":"MIT","_id":"postcss-attribute-case-insensitive@5.0.1","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Romain Menke","email":"romainmenke@gmail.com"},{"name":"Dmitry Semigradsky"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"86d323c77ab8896ed90500071c2c8329fba64fda","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.1.tgz","fileCount":7,"integrity":"sha512-wrt2VndqSLJpyBRNz9OmJcgnhI9MaongeWgapdBuUMu2a/KNJ8SENesG4SdiTnQwGO9b1VKbTWYAfCPeokLqZQ==","signatures":[{"sig":"MEQCIDNucvypBQffWGmygjF0n5aB7AHkPTcrzpd4NnJLyXCwAiAbzBdN2bLm6+gEOeERR1AED7D3cQzgletrfDl9BenvpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimZoaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6XRAAihcPCTQ7teeO9ESt/t9wasOuNdZ48mPhELN1p3WgHiR+ofG9\r\ngaa5xoTcbC489dcRwtaeRhMjWJNj/yODNadJPYI4rzXxaEf887Nzbha661vJ\r\nQsLQJk4JAXFkIvybyPYa5e7CIAAzD9tO6wYYeM6GBoaVMRweH4C5Se6JnLeU\r\n8r3cOS1MVDUR9Zox7lHahvaIDeInk48+iW1DJeenafijMCLP2oBFdJvahIvr\r\nComQS+i2JHUOiLDxTm3bYA+DiESNIT49Udw+O2bfzr9g5YB+keFcRK2Gq2nz\r\nqVeEMqr/V8q+0Vc7EAvruRKLdI3YlBUM4hyt5WEAV+TUR+a0HRLUwCmv7RGY\r\nyZAKiMDFPTtXyJ3DKRs7dvVTnGVpBXojLPSn/BsBW3WBrTVDPNzzwKcltefF\r\ntufUkjykECEAhKmtMQ36ASymKQnyhGPDGB5d+idUrqd2wR1YAfDtjJoThrgU\r\nb5irJen63cR0XWHSUVkPYPK8AG69VcZWHJZCZAAdH3H9DXKC6z5X0wzE4wxo\r\nWdi1sEprqPGnXHETrCM9Bkj9X4aPpm8wG/g3O3vu2UOvovr3CztfhQ5cQgPs\r\ngQx1tzoc7VEmS1Q41GpWYJCx45LwaDZtwbINnP79DiwUgqVjVdYzdmKz83vl\r\nzgWB6opdfP0CDYBF0e7Otwm26Slq+tQVIKE=\r\n=hpXl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","types":"dist/index.d.ts","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^12 || ^14 || >=16"},"exports":{".":{"import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"6405d3cc845f14e50bad3aa965c73b0b5916c7d5","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.js","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"cssdbId":"case-insensitive-attributes","specUrl":"https://www.w3.org/TR/selectors4/#attribute-case","exportName":"postcssAttributeCaseInsensitive","humanReadableName":"PostCSS Attribute Case Insensitive"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-attribute-case-insensitive"},"_npmVersion":"8.1.2","description":"Enable support for case insensitive attribute matching in selectors","directories":{},"_nodeVersion":"16.13.1","dependencies":{"postcss-selector-parser":"^6.0.10"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.3"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_5.0.1_1654233626597_0.7749388636178698","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"postcss-attribute-case-insensitive","version":"5.0.2","keywords":["CSS4","attribute","css","insensitive","postcss","postcss-plugin","sensitive"],"license":"MIT","_id":"postcss-attribute-case-insensitive@5.0.2","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Romain Menke","email":"romainmenke@gmail.com"},{"name":"Dmitry Semigradsky"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"03d761b24afc04c09e757e92ff53716ae8ea2741","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz","fileCount":7,"integrity":"sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==","signatures":[{"sig":"MEUCIQCNhUy42sHdicwscF3WI2B4IWpDdZ9N1uyiFOmJv9EWzQIgBzC/YYmYY7IvspDwO2jGF9Rg/OQxoSiIKWb/EWXs4vY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFL2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrN1w/9GdEIVmzyxrRYQNk2cPi2KQNV+cwsxJcmvQVFyKcBB+IQjncz\r\nU/7rPsznVqjwLCbEhGK9nd8CoHT6ygz3vemgH3JFE5qdTENFzvrzWWI9vijN\r\nYs3ROHiIiE7U2LlNpgfc8XAiNfh5N2EyGWbsQoiRdFMBWSRuVa6mFdEuMjHd\r\n+xJqem/9Iuk0lzTxz5HhRtDi/tMNwSmJdf6CJafIe5Sare7hMkE93FmYuJIK\r\ntb0ffN68e5PeApYeUdi0/eYKt9e4zwd0+N/0Q77DlMzXphNkKzNuRqaQGLFn\r\ndzR4IQtip1W+1mStRp1QCdh5l9VuIelVtmYZv4M78hPApRcYsyXqGiM53wzV\r\nilvrNQgOVn7e+zm0QfMhRx1zDTI33oDZV8aLNosSxLoaalec7MfXcLY89vx9\r\ndqN7wW/cg/0s7AaIOOVnWnVhaTAOKjy8YR0f6T8xY0IUdSt3spQzUM83joWQ\r\naoILALCi4xGQSeCeq/BSngwDlay+huhvOkQmoTRbXo+4dEYnCQ2KwvVvcpwl\r\n+2Pm6STwFqGY7+Lr8JomuGIOvL2KwhF1DJ3TUtqYQZApQSBTq/7SXpKMyE81\r\nL62zE2bUKcoiuI0OV8Wr9rA67espu69I/A7/O0dhapA0csf9g7HIUQwB96fI\r\nfww9ebd6+m5ddtppvmY8Tj+rd9uqCzJikpE=\r\n=ZeMu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","types":"dist/index.d.ts","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^12 || ^14 || >=16"},"exports":{".":{"import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"3fc4ddf7f5c7cd789ef5454186a89c6ddf4b8ed0","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.js","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"cssdbId":"case-insensitive-attributes","specUrl":"https://www.w3.org/TR/selectors4/#attribute-case","exportName":"postcssAttributeCaseInsensitive","humanReadableName":"PostCSS Attribute Case Insensitive"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-attribute-case-insensitive"},"_npmVersion":"8.1.2","description":"Enable support for case insensitive attribute matching in selectors","directories":{},"_nodeVersion":"16.13.1","dependencies":{"postcss-selector-parser":"^6.0.10"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_5.0.2_1657295605904_0.8371530554918116","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"postcss-attribute-case-insensitive","version":"3.0.1","keywords":["postcss","css","postcss-plugin","attribute","insensitive","sensitive","CSS4"],"author":{"name":"Dmitry Semigradsky"},"license":"MIT","_id":"postcss-attribute-case-insensitive@3.0.1","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"homepage":"https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"},"dist":{"shasum":"efd2c40b5d3d27dfab5678073bf652f76eaf4352","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-3.0.1.tgz","fileCount":6,"integrity":"sha512-X/viSS9YrAoDnRa2R4sElsAmW+scOWeVW11FjWQN8m+FW1YY0jdIA9fuBSSF1pKsJTYXJXGJ1oAjFHl8cqcmKw==","signatures":[{"sig":"MEQCIA9IDqRMkMWkSpJhYhBigdtBxrJaUtiZbXeG7XggqNlRAiB/8UmXTSRy+zVXmTJvGaA0QeJwC0E2w8H4jtU4cLchWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"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"},"main":"dist/index.js","gitHead":"50da4e19bdbc8b3a9bfdad4c6875c502774c8c2f","scripts":{"test":"eslint src && npm run prepublish && mocha --require babel-register","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"repository":{"url":"git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git","type":"git"},"_npmVersion":"6.1.0","description":"PostCSS plugin to support case insensitive attributes","directories":{},"_nodeVersion":"10.5.0","dependencies":{"postcss":"^6.0.23","postcss-selector-parser":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","mocha":"^5.2.0","eslint":"^5.0.1","babel-cli":"^6.26.0","babel-eslint":"^8.2.5","babel-register":"^6.26.0","babel-preset-env":"^1.7.0","eslint-plugin-import":"^2.13.0","eslint-config-airbnb-base":"^13.0.0","babel-plugin-add-module-exports":"^0.2.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive_3.0.1_1530022414684_0.5660436603932917","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"postcss-attribute-case-insensitive","version":"1.0.0","keywords":["postcss","css","postcss-plugin","attribute","insensitive","sensitive","CSS4"],"author":{"name":"Dmitry Semigradsky"},"license":"MIT","_id":"postcss-attribute-case-insensitive@1.0.0","maintainers":[{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"homepage":"https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"},"dist":{"shasum":"22136e44623c3bbaf174531f3377b48e4168c790","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-1.0.0.tgz","integrity":"sha512-LWieEzBP2bkPQmaUcMNLvEuV4kCNk49v/wFGOzpoCGeUYqKn2EZkKwh+soPqpzOR5jKjmPG/wZkZnuStWdx7jg==","signatures":[{"sig":"MEUCICkvqmZtGnkwFz6vPE5OLa6KOMUDVR2ME3qUXXSoTMANAiEA5QJZv/tj5W11pNIsk99coQ5SGAFjAjFthSS+o81Ihes=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","_shasum":"22136e44623c3bbaf174531f3377b48e4168c790","gitHead":"e3d9c2534b1c69f6ba51827306a9d3341788a934","scripts":{"test":"eslint src && npm run publish && mocha --compilers js:babel-register","publish":"babel src --out-dir dist"},"_npmUser":{"name":"semigradsky","email":"semigradskyd@gmail.com"},"repository":{"url":"git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git","type":"git"},"_npmVersion":"3.9.6","description":"PostCSS plugin to support case insensitive attributes","directories":{},"_nodeVersion":"6.3.0","dependencies":{"postcss":"^5.1.1","postcss-selector-parser":"^2.2.0"},"devDependencies":{"chai":"^3.5.0","mocha":"^3.0.1","eslint":"^3.2.2","babel-cli":"^6.11.4","babel-eslint":"^6.1.2","babel-register":"^6.11.6","babel-preset-es2015":"^6.9.0","eslint-plugin-import":"^1.12.0","eslint-config-airbnb-base":"^5.0.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive-1.0.0.tgz_1470820352459_0.23037319746799767","host":"packages-16-east.internal.npmjs.com"}},"1.0.1":{"name":"postcss-attribute-case-insensitive","version":"1.0.1","keywords":["postcss","css","postcss-plugin","attribute","insensitive","sensitive","CSS4"],"author":{"name":"Dmitry Semigradsky"},"license":"MIT","_id":"postcss-attribute-case-insensitive@1.0.1","maintainers":[{"name":"semigradsky","email":"semigradskyd@gmail.com"}],"homepage":"https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme","bugs":{"url":"https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"},"dist":{"shasum":"ceb73777e106167eb233f1938c9bd9f2e697308d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-1.0.1.tgz","integrity":"sha512-lORletJWptL5LO+7lXp2fcnPNrDc6kJ5Z9TL/U6Mru3cPMSNM8X1droa2J61CHEoodk0uCj+PV7nbY5+enSMUw==","signatures":[{"sig":"MEUCIQCdf8fBZuNg+yK0zXHze5gHM3BCGyo/IW9iz6rqskk6dAIgLix1QzA1lanJ6fu9Fk6lAXo9Pgikij6qlcqe0jYhqZ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","_shasum":"ceb73777e106167eb233f1938c9bd9f2e697308d","gitHead":"9adda13304a9e3cb2be8f1a5fc0e85aeaf0f3ec4","scripts":{"test":"eslint src && npm run publish && mocha --compilers js:babel-register","publish":"babel src --out-dir dist"},"_npmUser":{"name":"semigradsky","email":"semigradskyd@gmail.com"},"repository":{"url":"git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git","type":"git"},"_npmVersion":"3.9.6","description":"PostCSS plugin to support case insensitive attributes","directories":{},"_nodeVersion":"6.3.0","dependencies":{"postcss":"^5.1.1","postcss-selector-parser":"^2.2.0"},"devDependencies":{"chai":"^3.5.0","mocha":"^3.0.1","eslint":"^3.2.2","babel-cli":"^6.11.4","babel-eslint":"^6.1.2","babel-register":"^6.11.6","babel-preset-es2015":"^6.9.0","eslint-plugin-import":"^1.12.0","eslint-config-airbnb-base":"^5.0.1","babel-plugin-add-module-exports":"^0.2.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-attribute-case-insensitive-1.0.1.tgz_1471616312495_0.1567153399810195","host":"packages-16-east.internal.npmjs.com"}}},"name":"postcss-attribute-case-insensitive","time":{"2.0.0":"2017-05-06T15:12:16.605Z","7.0.1":"2024-10-23T21:44:17.021Z","created":"2016-08-10T09:12:35.164Z","7.0.0":"2024-08-03T21:35:55.626Z","4.0.2":"2020-01-23T11:54:47.625Z","4.0.0":"2018-09-18T05:31:08.666Z","4.0.1":"2019-01-10T13:00:32.372Z","6.0.2":"2023-02-06T17:17:53.556Z","3.0.0":"2018-05-08T12:43:44.009Z","6.0.3":"2024-02-19T21:50:14.180Z","6.0.0":"2023-01-24T08:45:38.217Z","6.0.1":"2023-01-28T07:28:36.317Z","8.0.0":"2026-01-14T07:21:28.890Z","modified":"2026-02-16T13:28:21.598Z","5.0.0":"2020-09-15T18:47:23.444Z","5.0.1":"2022-06-03T05:20:26.762Z","5.0.2":"2022-07-08T15:53:26.039Z","3.0.1":"2018-06-26T14:13:34.752Z","1.0.0":"2016-08-10T09:12:35.164Z","1.0.1":"2016-08-19T14:18:33.749Z"},"contributors":[{"name":"Antonio Laguna","email":"antonio@laguna.es","url":"https://antonio.laguna.es"},{"name":"Romain Menke","email":"romainmenke@gmail.com"},{"name":"Dmitry Semigradsky"}],"readmeFilename":"README.md","homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme"}