{ "_args": [ [ { "raw": "primer-layout@^0.2.4", "scope": null, "escapedName": "primer-layout", "name": "primer-layout", "rawSpec": "^0.2.4", "spec": ">=0.2.4 <0.3.0", "type": "range" }, "/Users/benbalter/projects/jekyll-theme-primer" ] ], "_from": "primer-layout@>=0.2.4 <0.3.0", "_id": "primer-layout@0.2.4", "_inCache": true, "_location": "/primer-layout", "_nodeVersion": "5.12.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/primer-layout-0.2.4.tgz_1471631141474_0.3794332854449749" }, "_npmUser": { "name": "jonrohan", "email": "yes@jonrohan.codes" }, "_npmVersion": "3.8.6", "_phantomChildren": {}, "_requested": { "raw": "primer-layout@^0.2.4", "scope": null, "escapedName": "primer-layout", "name": "primer-layout", "rawSpec": "^0.2.4", "spec": ">=0.2.4 <0.3.0", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/primer-layout/-/primer-layout-0.2.4.tgz", "_shasum": "36b86fbc77d15350f1a816ee4df3da51d0495d64", "_shrinkwrap": null, "_spec": "primer-layout@^0.2.4", "_where": "/Users/benbalter/projects/jekyll-theme-primer", "author": { "name": "GitHub, Inc." }, "bugs": { "url": "https://github.com/primer/layout/issues" }, "dependencies": { "primer-support": "*" }, "description": "Containers, rows, and columns for creating page layout.", "devDependencies": { "autoprefixer": "^6.3.6", "node-sass": "^3.7.0", "postcss-cli": "^2.5.2", "stylelint": "^7.0.3", "stylelint-config-primer": "^1.1.0" }, "directories": {}, "dist": { "shasum": "36b86fbc77d15350f1a816ee4df3da51d0495d64", "tarball": "https://registry.npmjs.org/primer-layout/-/primer-layout-0.2.4.tgz" }, "files": [ "index.scss", "lib", "build" ], "gitHead": "65ec42da11ef78c876d2e285fa3842752f0b38b8", "homepage": "http://primercss.io/", "keywords": [ "primer", "css", "github", "primercss" ], "license": "MIT", "maintainers": [ { "name": "jonrohan", "email": "yes@jonrohan.codes" } ], "name": "primer-layout", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/primer/layout.git" }, "scripts": { "build": "node-sass index.scss --include-path node_modules --output-style compressed | postcss -c .postcss.json -o build/build.css", "prepublish": "npm run setup && npm run build", "setup": "if [ ! -d \"node_modules\" ]; then npm install; fi", "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" }, "style": "index.scss", "version": "0.2.4" }