{
  "_args": [
    [
      "convert-css-length@1.0.2",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "convert-css-length@1.0.2",
  "_id": "convert-css-length@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-ecV7j3hXyXN1X2XfJBzhMR0o1Obv0v3nHmn0UiS3ACENrzbxE/EknkiunS/fCwQva0U62X1GChi8GaPh4oTlLg==",
  "_location": "/convert-css-length",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "convert-css-length@1.0.2",
    "name": "convert-css-length",
    "escapedName": "convert-css-length",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/compass-vertical-rhythm"
  ],
  "_resolved": "https://registry.npmjs.org/convert-css-length/-/convert-css-length-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/convert-css-length/issues"
  },
  "dependencies": {
    "console-polyfill": "^0.1.2",
    "parse-unit": "^1.0.1"
  },
  "description": "Convert between css lengths e.g. em->px or px->rem",
  "devDependencies": {
    "chai": "^1.10.0",
    "coffee-script": "^1.9.0",
    "microbundle": "^0.4.4",
    "mocha": "^2.1.0",
    "mocha-unfunk-reporter": "^0.4.0",
    "prettier": "^1.12.1"
  },
  "homepage": "https://github.com/KyleAMathews/convert-css-length",
  "keywords": [
    "css",
    "css",
    "length",
    "convert",
    "units",
    "sass",
    "compass"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "convert-css-length",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KyleAMathews/convert-css-length.git"
  },
  "scripts": {
    "build": "microbundle",
    "format": "prettier --write src/index.js"
  },
  "source": "src/index.js",
  "version": "1.0.2"
}
