{
  "_args": [
    [
      {
        "raw": "postcss-convert-values@^2.3.4",
        "scope": null,
        "escapedName": "postcss-convert-values",
        "name": "postcss-convert-values",
        "rawSpec": "^2.3.4",
        "spec": ">=2.3.4 <3.0.0",
        "type": "range"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.iVFP9X9X/node_modules/cssnano"
    ]
  ],
  "_from": "postcss-convert-values@>=2.3.4 <3.0.0",
  "_id": "postcss-convert-values@2.4.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/postcss-convert-values",
  "_nodeVersion": "5.4.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/postcss-convert-values-2.4.0.tgz_1465426941565_0.9459112924523652"
  },
  "_npmUser": {
    "name": "beneb",
    "email": "beneb.info@gmail.com"
  },
  "_npmVersion": "3.9.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "postcss-convert-values@^2.3.4",
    "scope": null,
    "escapedName": "postcss-convert-values",
    "name": "postcss-convert-values",
    "rawSpec": "^2.3.4",
    "spec": ">=2.3.4 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cssnano"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-2.4.0.tgz",
  "_shasum": "59f593f681cf85c86a996a024ec2347699037482",
  "_shrinkwrap": null,
  "_spec": "postcss-convert-values@^2.3.4",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.iVFP9X9X/node_modules/cssnano",
  "author": {
    "name": "Ben Briggs",
    "email": "beneb.info@gmail.com",
    "url": "http://beneb.info"
  },
  "ava": {
    "require": "babel-register"
  },
  "bugs": {
    "url": "https://github.com/ben-eb/postcss-convert-values/issues"
  },
  "dependencies": {
    "postcss": "^5.0.11",
    "postcss-value-parser": "^3.1.2"
  },
  "description": "Convert values with PostCSS (e.g. ms -> s)",
  "devDependencies": {
    "ava": "^0.15.0",
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.26",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-es2015-loose": "^7.0.0",
    "babel-preset-stage-0": "^6.3.13",
    "babel-register": "^6.9.0",
    "del-cli": "^0.2.0",
    "eslint": "^2.0.0",
    "eslint-config-cssnano": "^2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "59f593f681cf85c86a996a024ec2347699037482",
    "tarball": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-2.4.0.tgz"
  },
  "eslintConfig": {
    "extends": "cssnano"
  },
  "files": [
    "LICENSE-MIT",
    "dist"
  ],
  "gitHead": "9feb3e607647be161a99e067228a04143fb4f622",
  "homepage": "https://github.com/ben-eb/postcss-convert-values",
  "keywords": [
    "css",
    "optimisation",
    "postcss",
    "postcss-plugin"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "beneb",
      "email": "beneb.info@gmail.com"
    },
    {
      "name": "trysound",
      "email": "trysound@yandex.ru"
    }
  ],
  "name": "postcss-convert-values",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ben-eb/postcss-convert-values.git"
  },
  "scripts": {
    "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
    "pretest": "eslint src",
    "test": "ava"
  },
  "version": "2.4.0"
}
