{
  "_from": "@primer/css",
  "_id": "@primer/css@12.4.1",
  "_inBundle": false,
  "_integrity": "sha512-sfNccNncNIRlwxJDi54k3otDb5yeD1oV1iKKVLedGnY9h6J3pQZKglSt7uSXmm+udeRVtSGo6F7YwsSOWIgoPg==",
  "_location": "/@primer/css",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@primer/css",
    "name": "@primer/css",
    "escapedName": "@primer%2fcss",
    "scope": "@primer",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@primer/css/-/css-12.4.1.tgz",
  "_shasum": "e32ad6ee050d154d6a7c33fbaac2bdd7880dfcf2",
  "_spec": "@primer/css",
  "_where": "/Users/huruji/Documents/huruji/github/skeleton-screen/example",
  "author": {
    "name": "GitHub, Inc."
  },
  "bin": {
    "primer-migrate": "bin/primer-migrate"
  },
  "bugs": {
    "url": "https://github.com/primer/css/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Primer is the CSS framework that powers GitHub's front-end design. primer includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project.",
  "devDependencies": {
    "@githubprimer/octicons-react": "^8.1.3",
    "@mdx-js/mdx": "^0.16.6",
    "@mdx-js/tag": "0.15.0",
    "@primer/blueprints": "4.0.2",
    "@primer/components": "12.0.1",
    "@primer/next-pages": "0.0.3",
    "@storybook/addon-viewport": "5.0.11",
    "@storybook/react": "5.0.11",
    "@svgr/webpack": "2.4.1",
    "@zeit/next-css": "1.0.1",
    "@zeit/next-sass": "^1.0.1",
    "action-status": "0.1.1",
    "autoprefixer": "9.4.7",
    "chroma-js": "^1.4.1",
    "clipboard-copy-element": "^0.5.0",
    "code-blocks": "^1.1.0",
    "colorette": "^1.0.7",
    "css-loader": "1.0.0",
    "cssstats": "3.3.0",
    "details-dialog-element": "^1.4.0",
    "eslint": "4.19.1",
    "eslint-plugin-github": "1.0.0",
    "execa": "^0.10.0",
    "filesize": "4.1.2",
    "fs-extra": "^4.0.2",
    "fx": "11.0.1",
    "gh-pages": "^1.0.0",
    "globby": "^6.1.0",
    "gray-matter": "^4.0.1",
    "hast-util-to-html": "^5.0.0",
    "hast-util-to-string": "^1.0.1",
    "html-2-jsx": "0.5.1-dev",
    "html-to-react": "^1.2.11",
    "klaw": "3.0.0",
    "loader-utils": "^1.1.0",
    "mdx-constant": "^0.1.0",
    "minimist": "1.2.0",
    "next": "7.0.2",
    "node-fetch": "2.4.0",
    "now": "^12.1.8",
    "npm-run-all": "4.1.5",
    "postcss": "7.0.14",
    "postcss-load-config": "2.0.0",
    "postcss-loader": "^2.0.6",
    "postcss-node-sass": "2.1.8",
    "postcss-scss": "2.0.0",
    "primer-colors": "^1.0.1",
    "prism-github": "^1.1.0",
    "prop-types": "^15.6.2",
    "raw-loader": "^0.5.1",
    "react": "16.8.1",
    "react-bodymovin": "2.0.0",
    "react-dom": "16.8.1",
    "react-live": "1.12.0",
    "react-measure": "^2.2.2",
    "refractor": "^2.6.2",
    "remark": "^8.0.0",
    "remark-emoji": "^2.0.2",
    "remark-images": "^0.16.1",
    "remark-parse": "^6.0.3",
    "remark-textr": "^3.0.3",
    "remark-toc": "^5.1.1",
    "sass-loader": "^6.0.6",
    "semver": "^5.3.0",
    "style-loader": "^0.18.2",
    "styled-components": "4.1.2",
    "stylelint": "9.10.1",
    "stylelint-config-primer": "7.0.0",
    "table": "5.2.3",
    "tar": "4.4.8",
    "title-case": "^2.1.1",
    "tree-model": "^1.0.7",
    "typographic-base": "^1.0.4",
    "unified": "^7.1.0",
    "unist-util-select": "^2.0.0",
    "unist-util-stringify-position": "^2.0.0",
    "unist-util-visit": "^1.4.0",
    "webpack": "4.20.2"
  },
  "homepage": "https://primer.style/css",
  "keywords": [
    "primer",
    "css",
    "github",
    "design-system"
  ],
  "license": "MIT",
  "main": "dist/primer.js",
  "name": "@primer/css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/primer/css.git"
  },
  "sass": "index.scss",
  "scripts": {
    "build-storybook": "build-storybook -o .storybuild",
    "check-links": "script/check-links http://localhost:3000/css -v",
    "dev": "next dev",
    "dist": "script/dist",
    "fresh": "rm -rf node_modules; npm install",
    "lint": "npm-run-all -s lint-css lint-js",
    "lint-css": "stylelint --quiet --syntax scss src/**/*.scss",
    "lint-js": "eslint lib docs .storybook",
    "now-build": "npm run dist && next build",
    "now-start": "next start",
    "now-test": "npm-run-all -s now-build now-start",
    "postpublish": "script/postpublish",
    "prepublishOnly": "script/prepublish",
    "publish-storybook": "script/publish-storybook",
    "start": "next dev",
    "start-storybook": "start-storybook -p 8001",
    "test": "npm-run-all -s test-urls test-migrate",
    "test-migrate": "script/test-migrate",
    "test-urls": "node docs-test/urls.js"
  },
  "style": "dist/primer.css",
  "version": "12.4.1"
}
