{
  "_args": [
    [
      "postcss-hexrgba@1.0.1",
      "/var/www/html"
    ]
  ],
  "_development": true,
  "_from": "postcss-hexrgba@1.0.1",
  "_id": "postcss-hexrgba@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-zFJ5XEoh6aD1clOCxHx2D2Vj2dzcr86t5OXgZKB0K2z0LWZlWhdVJV1lpJBRX075qhTSbKqqjemUHU+TSy9Buw==",
  "_location": "/postcss-hexrgba",
  "_phantomChildren": {
    "chalk": "2.4.2",
    "supports-color": "5.5.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-hexrgba@1.0.1",
    "name": "postcss-hexrgba",
    "escapedName": "postcss-hexrgba",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-hexrgba/-/postcss-hexrgba-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/var/www/html",
  "author": {
    "name": "Sean King",
    "email": "sean@simpla.io"
  },
  "bugs": {
    "url": "https://github.com/seaneking/postcss-hexrgba/issues"
  },
  "dependencies": {
    "postcss": "^6.0.7"
  },
  "description": "PostCSS plugin that adds shorthand hex methods to rgba() values",
  "devDependencies": {
    "chai": "^4.0.2",
    "eslint": "^4.1.1",
    "mocha": "^3.4.2"
  },
  "homepage": "https://github.com/seaneking/postcss-hexrgba",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "hex",
    "rgba"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "Sean King",
      "email": "sean@simpla.io",
      "url": "http://simpla.io"
    }
  ],
  "name": "postcss-hexrgba",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seaneking/postcss-hexrgba.git"
  },
  "scripts": {
    "posttest": "eslint .",
    "test": "mocha test"
  },
  "version": "1.0.1"
}
