{
  "_args": [
    [
      "compass-vertical-rhythm@1.4.5",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "compass-vertical-rhythm@1.4.5",
  "_id": "compass-vertical-rhythm@1.4.5",
  "_inBundle": false,
  "_integrity": "sha512-bJo3IYX7xmmZCDYjrT2XolaiNjGZ4E2JvUGxpdU0ecbH4ZLK786wvc8aHKVrGrKct9JlkmJbUi8YLrQWvOc+uA==",
  "_location": "/compass-vertical-rhythm",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "compass-vertical-rhythm@1.4.5",
    "name": "compass-vertical-rhythm",
    "escapedName": "compass-vertical-rhythm",
    "rawSpec": "1.4.5",
    "saveSpec": null,
    "fetchSpec": "1.4.5"
  },
  "_requiredBy": [
    "/typography"
  ],
  "_resolved": "https://registry.npmjs.org/compass-vertical-rhythm/-/compass-vertical-rhythm-1.4.5.tgz",
  "_spec": "1.4.5",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "Kyle Mathews",
    "email": "mathews.kyle@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/KyleAMathews/vertical-rhythm/issues"
  },
  "dependencies": {
    "convert-css-length": "^1.0.1",
    "object-assign": "^4.1.0",
    "parse-unit": "^1.0.1"
  },
  "description": "A port-in-progress of the Compass vertical rhythm library",
  "devDependencies": {
    "chai": "^1.10.0",
    "microbundle": "^0.4.4",
    "mocha": "^2.1.0",
    "mocha-unfunk-reporter": "^0.4.0",
    "pre-commit": "^1.0.5",
    "prettier": "^1.12.1",
    "underscore": "^1.8.2"
  },
  "homepage": "https://github.com/KyleAMathews/vertical-rhythm",
  "keywords": [
    "sass",
    "compass",
    "vertical-rhythm",
    "css",
    "typography"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "compass-vertical-rhythm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KyleAMathews/vertical-rhythm.git"
  },
  "scripts": {
    "build": "microbundle",
    "format": "prettier --write src/index.js",
    "publish": "microbundle && npm version patch && npm publish",
    "test": "mocha test/index.js",
    "test-watch": "mocha --watch test/index.js"
  },
  "source": "src/index.js",
  "version": "1.4.5"
}
