package.json 2.36 KB
{
  "_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": "range",
    "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",
  "_shasum": "f0950bba18819512d42f7197e56c518aa491cf18",
  "_spec": "@csstools/normalize.css@^10.1.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\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": "^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"
}