{
  "_args": [
    [
      {
        "raw": "postcss-discard-duplicates@^2.0.1",
        "scope": null,
        "escapedName": "postcss-discard-duplicates",
        "name": "postcss-discard-duplicates",
        "rawSpec": "^2.0.1",
        "spec": ">=2.0.1 <3.0.0",
        "type": "range"
      },
      "/Users/gaearon/p/create-react-app/node_modules/cssnano"
    ]
  ],
  "_from": "postcss-discard-duplicates@>=2.0.1 <3.0.0",
  "_id": "postcss-discard-duplicates@2.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/postcss-discard-duplicates",
  "_nodeVersion": "5.4.1",
  "_npmOperationalInternal": {
    "host": "packages-6-west.internal.npmjs.com",
    "tmp": "tmp/postcss-discard-duplicates-2.0.1.tgz_1454800311832_0.8795879932586104"
  },
  "_npmUser": {
    "name": "beneb",
    "email": "beneb.info@gmail.com"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "postcss-discard-duplicates@^2.0.1",
    "scope": null,
    "escapedName": "postcss-discard-duplicates",
    "name": "postcss-discard-duplicates",
    "rawSpec": "^2.0.1",
    "spec": ">=2.0.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cssnano"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.0.1.tgz",
  "_shasum": "5fae3f1a71df3e19cffb37309d1a7dba56c4589c",
  "_shrinkwrap": null,
  "_spec": "postcss-discard-duplicates@^2.0.1",
  "_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-core/register"
  },
  "bugs": {
    "url": "https://github.com/ben-eb/postcss-discard-duplicates/issues"
  },
  "dependencies": {
    "postcss": "^5.0.4"
  },
  "description": "Discard duplicate rules in your CSS files with PostCSS.",
  "devDependencies": {
    "ava": "^0.11.0",
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.26",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-preset-es2015-loose": "^6.1.4",
    "babel-preset-stage-0": "^6.3.13",
    "del-cli": "^0.1.2",
    "eslint": "^1.10.3",
    "eslint-config-cssnano": "^1.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "5fae3f1a71df3e19cffb37309d1a7dba56c4589c",
    "tarball": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.0.1.tgz"
  },
  "eslintConfig": {
    "extends": "cssnano"
  },
  "files": [
    "dist",
    "LICENSE-MIT"
  ],
  "gitHead": "89111abc1df21c3ffb56ead76ad43456b1bb32b4",
  "homepage": "https://github.com/ben-eb/postcss-discard-duplicates",
  "keywords": [
    "css",
    "dedupe",
    "optimise",
    "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-discard-duplicates",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ben-eb/postcss-discard-duplicates.git"
  },
  "scripts": {
    "prepublish": "de dist && babel src --out-dir dist --ignore /__tests__/",
    "pretest": "eslint src",
    "test": "ava src/__tests__"
  },
  "version": "2.0.1"
}
