{ "name": "postcss-normalize", "version": "8.0.1", "description": "Use the parts of normalize.css or sanitize.css you need from your browserslist", "author": "Jonathan Neal ", "license": "CC0-1.0", "repository": "csstools/postcss-normalize", "homepage": "https://github.com/csstools/postcss-normalize#readme", "bugs": "https://github.com/csstools/postcss-normalize/issues", "main": "index.cjs.js", "module": "index.esm.mjs", "files": [ "index.cjs.js", "index.cjs.js.map", "index.esm.mjs", "index.esm.mjs.map" ], "scripts": { "build": "rollup --config .rollup.js --silent", "prepublishOnly": "npm test", "pretest:tape": "npm run build", "test": "npm run test:js && npm run test:tape", "test:js": "eslint src/{*,**/*}.js --cache --ignore-path .gitignore --quiet", "test:tape": "postcss-tape" }, "engines": { "node": ">=8.0.0" }, "dependencies": { "@csstools/normalize.css": "^10.1.0", "browserslist": "^4.6.2", "postcss": "^7.0.17", "postcss-browser-comments": "^3.0.0", "sanitize.css": "^10.0.0" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-syntax-import-meta": "^7.2.0", "@babel/preset-env": "^7.4.5", "babel-eslint": "^10.0.1", "eslint": "^5.16.0", "postcss-import": "^12.0.1", "postcss-tape": "^5.0.0", "pre-commit": "^1.2.2", "rollup": "^1.14.6", "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", "normalizes", "browsers", "fixes" ] }