Files
2017-07-03 16:17:14 -05:00

93 lines
2.6 KiB
JSON

{
"_from": "primer-css",
"_id": "primer-css@8.0.0",
"_inBundle": false,
"_integrity": "sha1-5XYtq/f62SXzCXi7vFiPO9Rmrl8=",
"_location": "/primer-css",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "primer-css",
"name": "primer-css",
"escapedName": "primer-css",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/primer-css/-/primer-css-8.0.0.tgz",
"_shasum": "e5762dabf7fad925f30978bbbc588f3bd466ae5f",
"_spec": "primer-css",
"_where": "/Users/bkeepers/projects/probot/probot.github.io",
"author": {
"name": "GitHub, Inc."
},
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"bundleDependencies": false,
"dependencies": {
"primer-alerts": "^1.1.7",
"primer-avatars": "^1.0.1",
"primer-base": "^0.4.0",
"primer-blankslate": "^1.0.1",
"primer-box": "^2.1.7",
"primer-breadcrumb": "^1.0.1",
"primer-buttons": "^2.0.5",
"primer-cards": "^0.1.7",
"primer-core": "^5.0.1",
"primer-forms": "^1.0.12",
"primer-labels": "^1.1.5",
"primer-layout": "^1.0.4",
"primer-markdown": "^3.3.12",
"primer-marketing": "^5.0.1",
"primer-marketing-support": "^1.0.1",
"primer-marketing-type": "^1.0.1",
"primer-marketing-utilities": "^1.0.1",
"primer-navigation": "^1.0.5",
"primer-page-headers": "^1.0.1",
"primer-page-sections": "^1.0.1",
"primer-product": "^5.0.1",
"primer-support": "^4.0.6",
"primer-table-object": "^1.0.8",
"primer-tables": "^1.0.1",
"primer-tooltips": "^1.0.1",
"primer-truncate": "^1.0.1",
"primer-utilities": "^4.3.4"
},
"deprecated": false,
"description": "Primer is the CSS framework that powers GitHub's front-end design. Primer-css 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": {
"primer-module-build": "*"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primercss.io/",
"keywords": [
"primer",
"css",
"github",
"primercss"
],
"license": "MIT",
"name": "primer-css",
"repository": {
"type": "git",
"url": "https://github.com/primer/primer-css/tree/master/packages/primer-css"
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"test": "npm run build"
},
"style": "build/build.css",
"version": "8.0.0"
}