{ "_from": "postcss-browser-comments@^4", "_id": "postcss-browser-comments@4.0.0", "_inBundle": false, "_integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", "_location": "/postcss-browser-comments", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-browser-comments@^4", "name": "postcss-browser-comments", "escapedName": "postcss-browser-comments", "rawSpec": "^4", "saveSpec": null, "fetchSpec": "^4" }, "_requiredBy": [ "/postcss-normalize" ], "_resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", "_shasum": "bcfc86134df5807f5d3c0eefa191d42136b5e72a", "_spec": "postcss-browser-comments@^4", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/postcss-normalize", "author": { "name": "Jonathan Neal", "email": "csstools@hotmail.com" }, "bugs": { "url": "https://github.com/csstools/postcss-browser-comments/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Keep only the CSS you need based on comments and your browserslist", "devDependencies": { "@babel/core": "7.13.16", "@babel/preset-env": "7.13.15", "browserslist": "4.1.1", "eslint": "7.25.0", "postcss": "8.2.13", "postcss-tape": "6.0.1", "pre-commit": "1.2.2", "rollup": "2.46.0", "rollup-plugin-babel": "4.3.2" }, "engines": { "node": ">=8" }, "eslintConfig": { "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": 12, "sourceType": "module", "ecmaFeatures": { "modules": true } }, "rules": { "semi": [ "error", "never" ] } }, "files": [ "index.cjs", "index.cjs.map", "index.mjs", "index.mjs.map" ], "homepage": "https://github.com/csstools/postcss-browser-comments#readme", "keywords": [ "postcss", "css", "postcss-plugin", "browserslists", "browserlists", "browsers", "lists", "support", "caniuse", "target" ], "license": "CC0-1.0", "main": "index.cjs", "module": "index.mjs", "name": "postcss-browser-comments", "peerDependencies": { "browserslist": ">=4", "postcss": ">=8" }, "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-browser-comments.git" }, "scripts": { "build": "rollup --config .rollup.js --silent", "lint": "eslint *.js --cache --ignore-path .gitignore --quiet", "prepublishOnly": "npm test", "tape": "postcss-tape", "test": "npm run lint && npm run build && npm run tape" }, "version": "4.0.0" }