{ "_from": "primer-box@^2.1.7", "_id": "primer-box@2.1.7", "_inBundle": false, "_integrity": "sha1-BLcZ1evmpwgPWVgb9791TJTVc0I=", "_location": "/primer-box", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "primer-box@^2.1.7", "name": "primer-box", "escapedName": "primer-box", "rawSpec": "^2.1.7", "saveSpec": null, "fetchSpec": "^2.1.7" }, "_requiredBy": [ "/primer-core", "/primer-css" ], "_resolved": "https://registry.npmjs.org/primer-box/-/primer-box-2.1.7.tgz", "_shasum": "04b719d5ebe6a7080f59581bf7bf754c94d57342", "_spec": "primer-box@^2.1.7", "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", "author": { "name": "GitHub, Inc." }, "bugs": { "url": "https://github.com/primer/primer-css/issues" }, "bundleDependencies": false, "dependencies": { "primer-support": "^4.0.6" }, "deprecated": false, "description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.", "devDependencies": { "primer-module-build": "*", "stylelint": "*", "stylelint-config-primer": "*" }, "files": [ "index.scss", "lib", "build" ], "homepage": "http://primercss.io/", "keywords": [ "primer", "css", "github", "primercss" ], "license": "MIT", "main": "build/index.js", "name": "primer-box", "repository": { "type": "git", "url": "https://github.com/primer/primer-css/tree/master/packages/primer-box" }, "scripts": { "build": "primer-module-build index.scss", "prepare": "npm run build", "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" }, "style": "index.scss", "version": "2.1.7" }