{"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"keywords":["browserlists","browsers","browserslists","caniuse","css","lists","postcss","postcss-plugin","support","target"],"dist-tags":{"latest":"7.0.0"},"author":{"name":"Jonathan Neal","email":"csstools@hotmail.com"},"description":"Keep only the CSS you need based on comments and your browserslist","readme":"# PostCSS Browser Comments [<img src=\"https://postcss.github.io/postcss/logo.svg\" alt=\"PostCSS\" width=\"90\" height=\"90\" align=\"right\">][postcss]\n\n[![NPM Version][npm-img]][npm-url]\n[![Build Status][cli-img]][cli-url]\n[![Support Chat][git-img]][git-url]\n\n[PostCSS Browser Comments] lets you keep only the CSS you need based on\ncomments and your [browserslist].\n\n```css\n/**\n * Prevent adjustments of font size after orientation changes in IE and iOS.\n */\n\nhtml {\n  -ms-text-size-adjust: 100%;\n  -webkit-text-size-adjust: 100%;\n}\n```\n\nThe comment and rule above would be removed with the following browserslist:\n\n```yml\nlast 2 chrome versions\n```\n\nThe rule below would be more carefully altered:\n\n```css\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n  box-sizing: content-box; /* 1 */\n  height: 0; /* 1 */\n  overflow: visible; /* 2 */\n}\n\n/* with a `last 2 firefox versions` browserslist becomes */\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n  box-sizing: content-box; /* 1 */\n  height: 0; /* 1 */\n}\n```\n\n---\n\n[PostCSS Browser Comments] can remove rules based upon the comment above them,\nor it can remove declarations using numbered comments that reference the rule\nabove them. In the later case, when all of the numbered comments are removed,\nthen the entire rule and comment are also removed.\n\n## Usage\n\nAdd [PostCSS Browser Comments] to your project:\n\n```bash\nnpm install postcss-browser-comments --save-dev\n```\n\nUse [PostCSS Browser Comments] to process your CSS:\n\n```js\nconst postcssBrowserComments = require('postcss-browser-comments');\n\npostcssBrowserComments.process(YOUR_CSS /*, processOptions, pluginOptions */);\n```\n\nOr use it as a [PostCSS] plugin:\n\n```js\nconst postcss = require('postcss');\nconst postcssBrowserComments = require('postcss-browser-comments');\n\npostcss([\n  postcssBrowserComments(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n[PostCSS Browser Comments] runs in all Node environments, with special instructions for:\n\n| [Node](INSTALL.md#node) | [PostCSS CLI](INSTALL.md#postcss-cli) | [Webpack](INSTALL.md#webpack) | [Create React App](INSTALL.md#create-react-app) | [Gulp](INSTALL.md#gulp) | [Grunt](INSTALL.md#grunt) |\n| --- | --- | --- | --- | --- | --- |\n\n## Options\n\n### browsers\n\nThe `browsers` option overrides of the project’s browserslist.\n\n```js\npostcssBrowserComments({\n  browsers: 'last 2 versions'\n});\n```\n\n[cli-img]: https://img.shields.io/travis/csstools/postcss-browser-comments.svg\n[cli-url]: https://travis-ci.org/csstools/postcss-browser-comments\n[git-img]: https://img.shields.io/badge/support-chat-blue.svg\n[git-url]: https://gitter.im/postcss/postcss\n[npm-img]: https://img.shields.io/npm/v/postcss-browser-comments.svg\n[npm-url]: https://www.npmjs.com/package/postcss-browser-comments\n\n[browserslist]: https://github.com/browserslist/browserslist\n[PostCSS]: https://github.com/postcss/postcss\n[PostCSS Browser Comments]: https://github.com/csstools/postcss-browser-comments\n","repository":{"type":"git","url":"git+https://github.com/csstools/postcss-browser-comments.git","directory":"plugins/postcss-browser-comments"},"users":{},"bugs":{"url":"https://github.com/csstools/postcss-browser-comments/issues"},"license":"CC0-1.0","versions":{"1.0.0":{"name":"postcss-browser-comments","version":"1.0.0","description":"Keep only the CSS you need based on comments and your browserslist","author":{"name":"Jonathan Neal","email":"csstools@hotmail.com"},"license":"CC0-1.0","repository":{"type":"git","url":"git+https://github.com/csstools/postcss-browser-comments.git"},"homepage":"https://github.com/csstools/postcss-browser-comments#readme","bugs":{"url":"https://github.com/csstools/postcss-browser-comments/issues"},"main":"index.cjs.js","module":"index.es.js","files":["index.cjs.js","index.es.js"],"scripts":{"prepublishOnly":"npm test","pretest":"rollup -c .rollup.js --silent","test":"echo 'Running tests...'; npm run test:js && npm run test:tape","test:ec":"echint --ignore index.*.js test","test:js":"eslint *.js --cache --ignore-path .gitignore --quiet","test:tape":"postcss-tape"},"engines":{"node":">=6.0.0"},"dependencies":{"postcss":"^6.0.22"},"peerDependencies":{"browserslist":"^3"},"devDependencies":{"babel-core":"^6.26.3","babel-eslint":"^8.2.3","babel-preset-env":"^1.7.0","eslint":"^4.19.1","eslint-config-dev":"^2.0.0","postcss-tape":"^2.2.0","pre-commit":"^1.2.2","rollup":"^0.60.7","rollup-plugin-babel":"^3.0.4"},"eslintConfig":{"extends":"dev","parser":"babel-eslint"},"keywords":["postcss","css","postcss-plugin","browserslists","browserlists","browsers","lists","support","caniuse","target"],"gitHead":"ecfd48ff3a5fb2613380284050c2db1cd8f0e154","_id":"postcss-browser-comments@1.0.0","_npmVersion":"6.1.0","_nodeVersion":"10.4.0","_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"dist":{"shasum":"1189a566f8705369e32e30738d1534085bb8260e","size":6054,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-browser-comments/-/postcss-browser-comments-1.0.0.tgz"},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-browser-comments_1.0.0_1529126537658_0.8892611010446341"},"_hasShrinkwrap":false,"publish_time":1529126537713,"_cnpm_publish_time":1529126537713},"2.0.0":{"name":"postcss-browser-comments","version":"2.0.0","description":"Keep only the CSS you need based on comments and your browserslist","author":{"name":"Jonathan Neal","email":"csstools@hotmail.com"},"license":"CC0-1.0","repository":{"type":"git","url":"git+https://github.com/csstools/postcss-browser-comments.git"},"homepage":"https://github.com/csstools/postcss-browser-comments#readme","bugs":{"url":"https://github.com/csstools/postcss-browser-comments/issues"},"main":"index.cjs.js","module":"index.es.js","scripts":{"prepublishOnly":"npm test","pretest":"rollup -c .rollup.js --silent","test":"echo 'Running tests...'; npm run test:js && npm run test:tape","test:ec":"echint --ignore index.*.js test","test:js":"eslint *.js --cache --ignore-path .gitignore --quiet","test:tape":"postcss-tape"},"engines":{"node":">=6.0.0"},"dependencies":{"postcss":"^7.0.2"},"peerDependencies":{"browserslist":"^4"},"devDependencies":{"@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","babel-eslint":"^9.0.0","browserslist":"^4.1.1","eslint":"^5.5.0","eslint-config-dev":"^2.0.0","postcss-tape":"^2.2.0","pre-commit":"^1.2.2","rollup":"^0.65.2","rollup-plugin-babel":"^4.0.3"},"eslintConfig":{"extends":"dev","parser":"babel-eslint"},"keywords":["postcss","css","postcss-plugin","browserslists","browserlists","browsers","lists","support","caniuse","target"],"gitHead":"79a73db246680c092c9b0e8fdd8360a8ee7bddf4","_id":"postcss-browser-comments@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.9.0","_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"dist":{"shasum":"dc48d6a8ddbff188a80a000b7393436cb18aed88","size":6117,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-browser-comments/-/postcss-browser-comments-2.0.0.tgz"},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-browser-comments_2.0.0_1536236524971_0.342778064381722"},"_hasShrinkwrap":false,"publish_time":1536236525050,"_cnpm_publish_time":1536236525050},"3.0.0":{"name":"postcss-browser-comments","version":"3.0.0","description":"Keep only the CSS you need based on comments and your browserslist","author":{"name":"Jonathan Neal","email":"csstools@hotmail.com"},"license":"CC0-1.0","repository":{"type":"git","url":"git+https://github.com/csstools/postcss-browser-comments.git"},"homepage":"https://github.com/csstools/postcss-browser-comments#readme","bugs":{"url":"https://github.com/csstools/postcss-browser-comments/issues"},"main":"index.cjs.js","module":"index.es.js","scripts":{"prepublishOnly":"npm test","pretest":"rollup -c .rollup.js --silent","test":"npm run test:js && npm run test:tape","test:ec":"echint --ignore index.*.js test","test:js":"eslint *.js --cache --ignore-path .gitignore --quiet","test:tape":"postcss-tape"},"engines":{"node":">=8.0.0"},"dependencies":{"postcss":"^7"},"peerDependencies":{"browserslist":"^4"},"devDependencies":{"@babel/core":"^7.4.5","@babel/preset-env":"^7.4.5","babel-eslint":"^10.0.1","browserslist":"^4.1.1","eslint":"^5.16.0","postcss-tape":"^5.0.0","pre-commit":"^1.2.2","rollup":"^1.12.3","rollup-plugin-babel":"^4.3.2"},"eslintConfig":{"env":{"browser":true,"es6":true,"node":true},"extends":"eslint:recommended","parser":"babel-eslint","parserOptions":{"ecmaVersion":2018,"impliedStrict":true,"sourceType":"module"},"root":true},"keywords":["postcss","css","postcss-plugin","browserslists","browserlists","browsers","lists","support","caniuse","target"],"gitHead":"3d27200a7b3a75d5ce14fc3347878675d93a3783","_id":"postcss-browser-comments@3.0.0","_nodeVersion":"12.1.0","_npmVersion":"6.9.0","dist":{"shasum":"1248d2d935fb72053c8e1f61a84a57292d9f65e9","size":6001,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-browser-comments/-/postcss-browser-comments-3.0.0.tgz"},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-browser-comments_3.0.0_1558702744397_0.6221317332004974"},"_hasShrinkwrap":false,"publish_time":1558702744490,"_cnpm_publish_time":1558702744490},"4.0.0":{"name":"postcss-browser-comments","version":"4.0.0","keywords":["postcss","css","postcss-plugin","browserslists","browserlists","browsers","lists","support","caniuse","target"],"author":{"name":"Jonathan Neal","email":"csstools@hotmail.com"},"license":"CC0-1.0","_id":"postcss-browser-comments@4.0.0","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-browser-comments#readme","bugs":{"url":"https://github.com/csstools/postcss-browser-comments/issues"},"dist":{"shasum":"bcfc86134df5807f5d3c0eefa191d42136b5e72a","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz","fileCount":8,"integrity":"sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==","signatures":[{"sig":"MEQCICYzNjTh+5PMyeDFoJnS72jDxh2P9y0E8jQ4EWKhr5CxAiAz0sWo/v+8T7nIljlKQamepS+njpfOrxpWt0kSQYjbUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgimIFCRA9TVsSAnZWagAA2oMP/i/QLYIeMM9JytDXOcpu\nHgH/TlTr4MEZsR9rJb51nBba5vm1x29YHTBw+uBJIFM30QHh902CKsD2Yhnp\nSkOu7bBA/csyItAD0xbcSkhB0AIlODoxtv9Emn0vZj/ewYdy8J2l9U2uPiEb\n0kHUjbcHhRg4pYPdtzGlbyRlB99JExMzyC5q4jxk3BpqEEC5aazSVKeeqFzI\nOctwFj1oq75GOvWlgUAVYP4uQlzfGSKvgTDz4Fi79b4VS4thqGR7XW7Bsbt2\ndrCgKwPKrDY4Lu70ibch2AhHLeuLgY4NvMr9wEAir4omjy2VjHA1HkR14+c0\nm+rl29XOzLZ79BNBC2E0212HqFe+W21/5cZ4Zjbf2GRQm+sTAU3FmZvvqvKv\n3AuQNmRPBSYT832h4Ua4CQqwt9qXoPF5/fQyK8p/iEEzeHmbTjmZ6+ByEPYk\nS3ZzQnu36gH5NVy8iFoiiWykao8hlHLGdUjyc5Z50oj4+F3qnWXf47sn/GmO\nmTqaeVS2mAtyBl1ydMsQ7npQDAuOCa3OqHMUQ1RR898rXA9eEWbODHCbn0P+\nfIsltDUCFmtaP2Nm2fuh4AknRbO4sR3PvzkwDufqFaDhRpXBszBb39a8LCeI\nE9t+niNJ9adrR2hWtiX71BY5aVK8QiJJA02u4b9xjchS1YNyO/w23YvBZape\nNiFN\r\n=Vhtm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.cjs","module":"index.mjs","engines":{"node":">=8"},"gitHead":"aa067de3153340ea85a7f993d1f1b8683080a6cc","scripts":{"lint":"eslint *.js --cache --ignore-path .gitignore --quiet","tape":"postcss-tape","test":"npm run lint && npm run build && npm run tape","build":"rollup --config .rollup.js --silent","prepublishOnly":"npm test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-browser-comments.git","type":"git"},"_npmVersion":"7.10.0","description":"Keep only the CSS you need based on comments and your browserslist","directories":{},"_nodeVersion":"16.0.0","eslintConfig":{"rules":{"semi":["error","never"]},"extends":"eslint:recommended","parserOptions":{"sourceType":"module","ecmaVersion":12,"ecmaFeatures":{"modules":true}}},"_hasShrinkwrap":false,"devDependencies":{"eslint":"7.25.0","rollup":"2.46.0","postcss":"8.2.13","pre-commit":"1.2.2","@babel/core":"7.13.16","browserslist":"4.1.1","postcss-tape":"6.0.1","@babel/preset-env":"7.13.15","rollup-plugin-babel":"4.3.2"},"peerDependencies":{"postcss":">=8","browserslist":">=4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-browser-comments_4.0.0_1619681797139_0.11000168734239946","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"postcss-browser-comments","version":"5.0.0","keywords":["browserlists","browsers","browserslists","caniuse","css","lists","postcss","postcss-plugin","support","target"],"license":"MIT-0","_id":"postcss-browser-comments@5.0.0","maintainers":[{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"csstools@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-browser-comments#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"c0c8bd4cf6d79b739ff7b9c08a95ea39b5687096","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-browser-comments/-/postcss-browser-comments-5.0.0.tgz","fileCount":7,"integrity":"sha512-1qR8xqJPB0vmLV85FGA3/Kqf0qB70sZ2l3hQ3jm0ihwgzM644Fbfb47bcQes+GeQuZ+WJwsTHY1nWl66lTSRTg==","signatures":[{"sig":"MEYCIQCZfVwMZ8Z3tHsfL1Q57H600hpH1j/6eWGh/ikA8mLFiwIhAIgcBpyzARmeDn0gGq6cRq3JQDsVIzWFBkjGYjSQhSbn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9479},"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":"e3b75d1b09c3a1e7925b3dff1c4a0144172b753e","_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-browser-comments"},"_npmVersion":"10.7.0","description":"Keep only the CSS you need based on comments and your browserslist","directories":{},"_nodeVersion":"22.1.0","_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4","browserslist":"^4.23.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-browser-comments_5.0.0_1715509671908_0.20341796508045507","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"postcss-browser-comments","version":"6.0.0","keywords":["browserlists","browsers","browserslists","caniuse","css","lists","postcss","postcss-plugin","support","target"],"license":"MIT-0","_id":"postcss-browser-comments@6.0.0","maintainers":[{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"csstools@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-browser-comments#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"7b167ea7f83fca07a811f8de2285fe428296f5c7","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-browser-comments/-/postcss-browser-comments-6.0.0.tgz","fileCount":7,"integrity":"sha512-CFprmkikswpI09oGxIORjhZ6abxgrPa86HdRKxfTPPLoZ2bQJ5ZSn/nVxkT4QayXCWXb8aIUuaK1MeDM/QXhTg==","signatures":[{"sig":"MEUCIQCTrR6mKO005i4xPJ7DgzEmejSkbWKz7EpT6mnGbWM3xgIgWWlg1w9jZlErIBCl0jT4hw6+yxFqvQuqX7f+Ofduapg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8507},"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":"ce6eedd3d661885da1eed4a772147751a2f20a9e","scripts":{},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-browser-comments"},"_npmVersion":"10.7.0","description":"Keep only the CSS you need based on comments and your browserslist","directories":{},"_nodeVersion":"22.1.0","_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4","browserslist":"^4.23.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-browser-comments_6.0.0_1722720960853_0.5457856346849046","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"postcss-browser-comments","version":"6.0.1","keywords":["browserlists","browsers","browserslists","caniuse","css","lists","postcss","postcss-plugin","support","target"],"license":"MIT-0","_id":"postcss-browser-comments@6.0.1","maintainers":[{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"csstools@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-browser-comments#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"1a2735c734c3fe2bdcf723e49df8864ac90ed195","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-browser-comments/-/postcss-browser-comments-6.0.1.tgz","fileCount":7,"integrity":"sha512-VE5mVLOW+L31a+Eyi7i5j7PmzOydObKLA9VwGBpTZy2OYB3XY1E7/xHxv4tURtEI/qb5h2TyyGHPhZ31sXOEXg==","signatures":[{"sig":"MEQCIH9LeX7PWleWOJ508qwOzrwdDTKQWAXJ6ohUzVS6hWnXAiAFWIJ29ilJ+UqmQeCi2N8LYgp14fEJGUcr+ZEj/YuGBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8266},"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":"958b47053ad02dbe791dcaee2eff57c53a8ee92b","scripts":{},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-browser-comments"},"_npmVersion":"10.7.0","description":"Keep only the CSS you need based on comments and your browserslist","directories":{},"_nodeVersion":"22.1.0","_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4","browserslist":"^4.23.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-browser-comments_6.0.1_1727297183942_0.04447536626422455","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"postcss-browser-comments","version":"6.0.2","keywords":["browserlists","browsers","browserslists","caniuse","css","lists","postcss","postcss-plugin","support","target"],"license":"MIT-0","_id":"postcss-browser-comments@6.0.2","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"romainmenke","email":"romainmenke@gmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"csstools@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-browser-comments#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"6fb4f12d4aba7037282c91fce4bd026959cabb8e","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-browser-comments/-/postcss-browser-comments-6.0.2.tgz","fileCount":7,"integrity":"sha512-bZFLM8UZupVsuZDR4zFbzrPtKN6Xqpgj+C+vaxlL8r5E0cyhSO4OD3z+MjKstoQsIaKiQS+/Xci5jBUGyo9HlA==","signatures":[{"sig":"MEUCIHQOHnz8Y4RfzClb+Fwy00vUEkfKbJJSx9FfW7/9BP4bAiEAmR8Ku9W9rK/c1uDYTU94Y7/P08JABV+yBVKi654g7Fs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8356},"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":"4a7852f9736614dd10114cf4e665f3ca0d3774d4","scripts":{},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-browser-comments"},"_npmVersion":"11.6.2","description":"Keep only the CSS you need based on comments and your browserslist","directories":{},"_nodeVersion":"25.1.0","_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4","browserslist":"^4.28.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-browser-comments_6.0.2_1764155941603_0.33123137240119527","host":"s3://npm-registry-packages-npm-production"}},"7.0.0":{"name":"postcss-browser-comments","description":"Keep only the CSS you need based on comments and your browserslist","version":"7.0.0","contributors":[{"name":"Antonio Laguna","email":"antonio@laguna.es","url":"https://antonio.laguna.es"},{"name":"Jonathan Neal","email":"csstools@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"license":"MIT-0","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"}},"peerDependencies":{"browserslist":"^4.28.1","postcss":"^8.4"},"scripts":{},"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-browser-comments#readme","repository":{"type":"git","url":"git+https://github.com/csstools/postcss-plugins.git","directory":"plugins/postcss-browser-comments"},"bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"keywords":["browserlists","browsers","browserslists","caniuse","css","lists","postcss","postcss-plugin","support","target"],"gitHead":"8b24916b905d134e480bbe33706d3ce9cb25a416","_id":"postcss-browser-comments@7.0.0","_nodeVersion":"25.1.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-8hzvnKJiHNrEEiPwCjJuyj8KIZrm9moJzFpljFsWdeXF8raDMTyoCeg79TJ3W9c4gT0bNOXhJuTyws4H+j0ksw==","shasum":"919c1a2019fa493e0761e2ff02b75411c9f4d63c","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-browser-comments/-/postcss-browser-comments-7.0.0.tgz","fileCount":6,"unpackedSize":6715,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHCW5B1rsLU3NmVxJuVtX4iIWITznqVhP/iifrIHAfb+AiAt6D7O7r/dp6N4mBESimt4KpIWibVbT7Ol2WSe8lIqaQ=="}]},"_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"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/postcss-browser-comments_7.0.0_1768375294902_0.24654319814738468"},"_hasShrinkwrap":false}},"name":"postcss-browser-comments","time":{"created":"2018-06-16T05:22:17.713Z","modified":"2020-11-01T07:42:40.435Z","1.0.0":"2018-06-16T05:22:17.713Z","2.0.0":"2018-09-06T12:22:05.050Z","3.0.0":"2019-05-24T12:59:04.490Z","4.0.0":"2021-04-29T07:36:37.267Z","5.0.0":"2024-05-12T10:27:52.074Z","6.0.0":"2024-08-03T21:36:01.031Z","6.0.1":"2024-09-25T20:46:26.039Z","6.0.2":"2025-11-26T11:19:01.889Z","7.0.0":"2026-01-14T07:21:35.038Z"},"contributors":[{"name":"Antonio Laguna","email":"antonio@laguna.es","url":"https://antonio.laguna.es"},{"name":"Jonathan Neal","email":"csstools@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"readmeFilename":"README.md","homepage":"https://github.com/csstools/postcss-browser-comments#readme"}