{ "_from": "postcss-normalize@^10.0.1", "_id": "postcss-normalize@10.0.1", "_inBundle": false, "_integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", "_location": "/postcss-normalize", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-normalize@^10.0.1", "name": "postcss-normalize", "escapedName": "postcss-normalize", "rawSpec": "^10.0.1", "saveSpec": null, "fetchSpec": "^10.0.1" }, "_requiredBy": [ "/react-scripts" ], "_resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", "_shasum": "464692676b52792a06b06880a176279216540dd7", "_spec": "postcss-normalize@^10.0.1", "_where": "/home/josie/development/container-mom-go/landing-page/node_modules/react-scripts", "author": { "name": "Jonathan Neal", "email": "jonathantneal@hotmail.com" }, "babel": { "plugins": [ "@babel/plugin-syntax-import-meta" ], "presets": [ [ "@babel/env", { "targets": "maintained node versions" } ] ] }, "bugs": { "url": "https://github.com/csstools/postcss-normalize/issues" }, "bundleDependencies": false, "dependencies": { "@csstools/normalize.css": "*", "postcss-browser-comments": "^4", "sanitize.css": "*" }, "deprecated": false, "description": "Use the parts of normalize.css or sanitize.css you need from your browserslist", "devDependencies": { "@babel/core": "^7.15.5", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/preset-env": "^7.15.6", "@skypack/package-check": "^0.2.2", "browserslist": "^4.16.5", "eslint": "^7.32.0", "postcss": "^8.2.13", "postcss-import": "^14.0.2", "postcss-tape": "^6.0.1", "pre-commit": "^1.2.2", "rollup": "^2.56.3", "rollup-plugin-babel": "^4.4.0" }, "engines": { "node": ">= 12" }, "eslintConfig": { "extends": "eslint:recommended", "ignorePatterns": [ ".tape.js" ], "parserOptions": { "ecmaVersion": 12, "sourceType": "module", "ecmaFeatures": { "modules": true } }, "rules": { "semi": [ "error", "never" ] } }, "exports": { "require": "./index.cjs", "import": "./index.mjs", "default": "./index.mjs" }, "files": [ "index.d.ts", "index.cjs", "index.mjs" ], "homepage": "https://github.com/csstools/postcss-normalize#readme", "keywords": [ "postcss", "css", "postcss-plugin", "normalizes", "browsers", "fixes" ], "license": "CC0-1.0", "main": "./index.cjs", "module": "./index.mjs", "name": "postcss-normalize", "peerDependencies": { "browserslist": ">= 4", "postcss": ">= 8" }, "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-normalize.git" }, "scripts": { "build": "rollup --config .rollup.js --silent", "lint": "package-check && eslint --cache .gitignore --quiet", "prepublishOnly": "npm test", "tape": "postcss-tape", "test": "npm run lint && npm run build && npm run tape" }, "types": "./index.d.ts", "version": "10.0.1" }