{
  "_from": "@csstools/normalize.css@^9.0.1",
  "_id": "@csstools/normalize.css@9.0.1",
  "_inBundle": false,
  "_integrity": "sha512-6It2EVfGskxZCQhuykrfnALg7oVeiI6KclWSmGDqB0AiInVrTGB9Jp9i4/Ad21u9Jde/voVQz6eFX/eSg/UsPA==",
  "_location": "/@csstools/normalize.css",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@csstools/normalize.css@^9.0.1",
    "name": "@csstools/normalize.css",
    "escapedName": "@csstools%2fnormalize.css",
    "scope": "@csstools",
    "rawSpec": "^9.0.1",
    "saveSpec": null,
    "fetchSpec": "^9.0.1"
  },
  "_requiredBy": [
    "/postcss-normalize"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-9.0.1.tgz",
  "_shasum": "c27b391d8457d1e893f1eddeaf5e5412d12ffbb5",
  "_spec": "@csstools/normalize.css@^9.0.1",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/postcss-normalize",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/normalize.css/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jonathan Neal",
      "email": "jonathantneal@hotmail.com",
      "url": "http://jonathantneal.com/"
    },
    {
      "name": "Nicolas Gallagher",
      "email": "nicolas@nicolasgallagher.com",
      "url": "http://nicolasgallagher.com/"
    }
  ],
  "deprecated": false,
  "description": "A cross-browser CSS foundation",
  "devDependencies": {
    "stylelint": "^9.5.0",
    "stylelint-config-standard": "^18.2.0"
  },
  "files": [
    "normalize.css"
  ],
  "homepage": "https://github.com/csstools/normalize.css#readme",
  "keywords": [
    "css",
    "normalizes",
    "browsers",
    "fixes"
  ],
  "license": "CC0-1.0",
  "main": "normalize.css",
  "name": "@csstools/normalize.css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/normalize.css.git"
  },
  "scripts": {
    "prepublishOnly": "npm test",
    "test": "stylelint normalize.css"
  },
  "style": "normalize.css",
  "stylelint": {
    "extends": "stylelint-config-standard",
    "rules": {
      "font-family-no-duplicate-names": [
        true,
        {
          "ignoreFontFamilyNames": [
            "monospace"
          ]
        }
      ]
    }
  },
  "version": "9.0.1"
}