{ "_from": "postcss-normalize@7.0.1", "_id": "postcss-normalize@7.0.1", "_inBundle": false, "_integrity": "sha512-NOp1fwrG+6kVXWo7P9SizCHX6QvioxFD/hZcI2MLxPmVnFJFC0j0DDpIuNw2tUDeCFMni59gCVgeJ1/hYhj2OQ==", "_location": "/postcss-normalize", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "postcss-normalize@7.0.1", "name": "postcss-normalize", "escapedName": "postcss-normalize", "rawSpec": "7.0.1", "saveSpec": null, "fetchSpec": "7.0.1" }, "_requiredBy": [ "/react-scripts" ], "_resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-7.0.1.tgz", "_shasum": "eb51568d962b8aa61a8318383c8bb7e54332282e", "_spec": "postcss-normalize@7.0.1", "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/react-scripts", "author": { "name": "Jonathan Neal", "email": "jonathantneal@hotmail.com" }, "bugs": { "url": "https://github.com/csstools/postcss-normalize/issues" }, "bundleDependencies": false, "dependencies": { "@csstools/normalize.css": "^9.0.1", "browserslist": "^4.1.1", "postcss": "^7.0.2", "postcss-browser-comments": "^2.0.0" }, "deprecated": false, "description": "Use the parts of normalize.css you need from your browserslist", "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "babel-eslint": "^9.0.0", "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" }, "engines": { "node": ">=6.0.0" }, "eslintConfig": { "extends": "dev", "parser": "babel-eslint" }, "files": [ "index.cjs.js", "index.es.js" ], "homepage": "https://github.com/csstools/postcss-normalize#readme", "keywords": [ "postcss", "css", "postcss-plugin", "normalizes", "browsers", "fixes" ], "license": "CC0-1.0", "main": "index.cjs.js", "module": "index.es.js", "name": "postcss-normalize", "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-normalize.git" }, "scripts": { "prepublishOnly": "npm test", "pretest": "rollup -c .rollup.js --silent", "test": "echo 'Running tests...'; npm run test:js && npm run test:tape", "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet", "test:tape": "postcss-tape" }, "version": "7.0.1" }