mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"_from": "primer-base@^0.4.0",
|
|
"_id": "primer-base@0.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-EL6nvdRUxEex7W6AFZXziIsw8B8=",
|
|
"_location": "/primer-base",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "primer-base@^0.4.0",
|
|
"name": "primer-base",
|
|
"escapedName": "primer-base",
|
|
"rawSpec": "^0.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/primer-core",
|
|
"/primer-css"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/primer-base/-/primer-base-0.4.2.tgz",
|
|
"_shasum": "10bea7bdd454c447b1ed6e801595f3888b30f01f",
|
|
"_spec": "primer-base@^0.4.0",
|
|
"_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css",
|
|
"author": {
|
|
"name": "GitHub, Inc."
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer-base/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"primer-support": "*"
|
|
},
|
|
"deprecated": false,
|
|
"description": "CSS to reset the browsers default styles",
|
|
"devDependencies": {
|
|
"primer-module-build": "*",
|
|
"stylelint": "*",
|
|
"stylelint-config-primer": "*"
|
|
},
|
|
"files": [
|
|
"index.scss",
|
|
"lib",
|
|
"build"
|
|
],
|
|
"homepage": "http://primercss.io/",
|
|
"keywords": [
|
|
"primer",
|
|
"css",
|
|
"github",
|
|
"primercss",
|
|
"base",
|
|
"reset",
|
|
"normalize"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"name": "primer-base",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/primer/primer-base.git"
|
|
},
|
|
"scripts": {
|
|
"build": "primer-module-build index.scss",
|
|
"prepublish": "npm run build",
|
|
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
|
},
|
|
"style": "index.scss",
|
|
"version": "0.4.2"
|
|
}
|