{
  "_args": [
    [
      "@csstools/normalize.css@10.1.0",
      "/home/sonia/VisualStudioCode/Proyecto-React-Firebase/client"
    ]
  ],
  "_from": "@csstools/normalize.css@10.1.0",
  "_id": "@csstools/normalize.css@10.1.0",
  "_inBundle": false,
  "_integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==",
  "_location": "/@csstools/normalize.css",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@csstools/normalize.css@10.1.0",
    "name": "@csstools/normalize.css",
    "escapedName": "@csstools%2fnormalize.css",
    "scope": "@csstools",
    "rawSpec": "10.1.0",
    "saveSpec": null,
    "fetchSpec": "10.1.0"
  },
  "_requiredBy": [
    "/postcss-normalize"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz",
  "_spec": "10.1.0",
  "_where": "/home/sonia/VisualStudioCode/Proyecto-React-Firebase/client",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/normalize.css/issues"
  },
  "contributors": [
    {
      "name": "Jonathan Neal",
      "email": "jonathantneal@hotmail.com",
      "url": "http://jonathantneal.com/"
    },
    {
      "name": "Nicolas Gallagher",
      "email": "nicolas@nicolasgallagher.com",
      "url": "http://nicolasgallagher.com/"
    }
  ],
  "description": "A cross-browser CSS foundation",
  "devDependencies": {
    "stylelint": "^10.0.1",
    "stylelint-config-standard": "^18.3.0"
  },
  "files": [
    "normalize.css",
    "opinionated.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 opinionated.css"
  },
  "style": "normalize.css",
  "stylelint": {
    "extends": "stylelint-config-standard",
    "rules": {
      "font-family-no-duplicate-names": [
        true,
        {
          "ignoreFontFamilyNames": [
            "monospace"
          ]
        }
      ]
    }
  },
  "version": "10.1.0"
}