{
  "_from": "convert-css-length@^2.0.1",
  "_id": "convert-css-length@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-iGpbcvhLPRKUbBc0Quxx7w/bV14AC3ItuBEGMahA5WTYqB8lq9jH0kTXFheCBASsYnqeMFZhiTruNxr1N59Axg==",
  "_location": "/convert-css-length",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "convert-css-length@^2.0.1",
    "name": "convert-css-length",
    "escapedName": "convert-css-length",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/@material-ui/core"
  ],
  "_resolved": "https://registry.npmjs.org/convert-css-length/-/convert-css-length-2.0.1.tgz",
  "_shasum": "90a76bde5bfd24d72881a5b45d02249b2c1d257c",
  "_spec": "convert-css-length@^2.0.1",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/@material-ui/core",
  "author": {
    "name": "Kyle Mathews",
    "email": "mathews.kyle@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/KyleAMathews/convert-css-length/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Convert between css lengths e.g. em->px or px->rem",
  "devDependencies": {
    "chai": "^1.10.0",
    "coffee-script": "^1.9.0",
    "esm": "^3.2.25",
    "microbundle": "^0.11.0",
    "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",
  "module": "dist/index.esm.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",
    "publish-patch": "npm run build && npm version patch && npm publish",
    "test": "mocha -r esm test/*.js"
  },
  "source": "src/index.js",
  "version": "2.0.1"
}