{
  "_args": [
    [
      "modularscale@1.0.2",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "modularscale@1.0.2",
  "_id": "modularscale@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-So8TrzKl5SFPxuLPxSkGSr/X2Hc=",
  "_location": "/modularscale",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "modularscale@1.0.2",
    "name": "modularscale",
    "escapedName": "modularscale",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/typography"
  ],
  "_resolved": "https://registry.npmjs.org/modularscale/-/modularscale-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "Kyle Mathews",
    "email": "mathews.kyle@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/KyleAMathews/modularscale/issues"
  },
  "dependencies": {
    "lodash.isnumber": "^3.0.0"
  },
  "description": "Calculate a value from a modular scale",
  "devDependencies": {
    "chai": "^2.1.0",
    "coffee-script": "^1.9.1",
    "coffeelint": "^1.9.2",
    "mocha": "^2.1.0",
    "mocha-unfunk-reporter": "^0.4.0",
    "pre-commit": "^1.0.5"
  },
  "homepage": "https://github.com/KyleAMathews/modularscale",
  "keywords": [
    "modular",
    "modular-scale",
    "modularscale",
    "scale",
    "typography"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "modularscale",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KyleAMathews/modularscale.git"
  },
  "scripts": {
    "test": "coffeelint src/* && NODE_ENV=test node_modules/.bin/mocha --recursive --compilers coffee:coffee-script/register -R mocha-unfunk-reporter",
    "test-watch": "NODE_ENV=test node_modules/.bin/mocha -w --recursive --compilers coffee:coffee-script/register -R mocha-unfunk-reporter"
  },
  "version": "1.0.2"
}
