{
  "_args": [
    [
      {
        "raw": "postcss-reduce-initial@^1.0.0",
        "scope": null,
        "escapedName": "postcss-reduce-initial",
        "name": "postcss-reduce-initial",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/gaearon/p/create-react-app/node_modules/cssnano"
    ]
  ],
  "_from": "postcss-reduce-initial@>=1.0.0 <2.0.0",
  "_id": "postcss-reduce-initial@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/postcss-reduce-initial",
  "_nodeVersion": "5.4.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/postcss-reduce-initial-1.0.0.tgz_1464799893182_0.15439685387536883"
  },
  "_npmUser": {
    "name": "beneb",
    "email": "beneb.info@gmail.com"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "postcss-reduce-initial@^1.0.0",
    "scope": null,
    "escapedName": "postcss-reduce-initial",
    "name": "postcss-reduce-initial",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cssnano"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.0.tgz",
  "_shasum": "8f739b938289ef2e48936d7101783e4741ca9bbb",
  "_shrinkwrap": null,
  "_spec": "postcss-reduce-initial@^1.0.0",
  "_where": "/Users/gaearon/p/create-react-app/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-reduce-initial/issues"
  },
  "dependencies": {
    "postcss": "^5.0.4"
  },
  "description": "Reduce initial definitions to the actual initial value, where possible.",
  "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",
    "cheerio": "^0.20.0",
    "del-cli": "^0.2.0",
    "eslint": "^2.0.0",
    "eslint-config-cssnano": "^2.0.0",
    "got": "^6.3.0",
    "html2plaintext": "^1.0.1",
    "is-html": "^1.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "8f739b938289ef2e48936d7101783e4741ca9bbb",
    "tarball": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.0.tgz"
  },
  "eslintConfig": {
    "extends": "cssnano"
  },
  "files": [
    "data",
    "dist/index.js",
    "LICENSE-MIT"
  ],
  "gitHead": "033422fa733c65fedbbff2dc3579ffb39fffbffc",
  "homepage": "https://github.com/ben-eb/postcss-reduce-initial",
  "keywords": [
    "css",
    "postcss",
    "postcss-plugin"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "beneb",
      "email": "beneb.info@gmail.com"
    }
  ],
  "name": "postcss-reduce-initial",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ben-eb/postcss-reduce-initial.git"
  },
  "scripts": {
    "acquire": "node ./dist/acquire.js > ./data/values.json",
    "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
    "pretest": "eslint src",
    "test": "ava"
  },
  "version": "1.0.0"
}
