{
  "_args": [
    [
      "@fullhuman/postcss-purgecss@1.3.0",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "@fullhuman/postcss-purgecss@1.3.0",
  "_id": "@fullhuman/postcss-purgecss@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-zvfS3dPKD2FAtMcXapMJXGbDgEp9E++mLR6lTgSruv6y37uvV5xJ1crVktuC1gvnmMwsa7Zh1m05FeEiz4VnIQ==",
  "_location": "/@fullhuman/postcss-purgecss",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@fullhuman/postcss-purgecss@1.3.0",
    "name": "@fullhuman/postcss-purgecss",
    "escapedName": "@fullhuman%2fpostcss-purgecss",
    "scope": "@fullhuman",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-1.3.0.tgz",
  "_spec": "1.3.0",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "FoundrySH",
    "email": "no-reply@foundry.sh"
  },
  "bugs": {
    "url": "https://github.com/FullHuman/postcss-purgecss/issues"
  },
  "dependencies": {
    "postcss": "^7.0.14",
    "purgecss": "^1.4.0"
  },
  "description": "PostCSS plugin for PurgeCSS",
  "devDependencies": {
    "@babel/core": "^7.6.0",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/preset-env": "^7.6.0",
    "@babel/preset-flow": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.0",
    "codacy-coverage": "^3.4.0",
    "eslint": "^6.3.0",
    "eslint-plugin-flowtype": "^4.3.0",
    "flow-bin": "^0.107.0",
    "jest": "^24.9.0",
    "prettier": "^1.18.0",
    "rollup": "^1.21.2",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-flow": "^1.1.1",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-resolve": "^5.2.0"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__",
    "example": "examples"
  },
  "homepage": "https://github.com/FullHuman/postcss-purgecss",
  "jsnext:main": "./lib/postcss-purgecss.es.js",
  "keywords": [
    "postcss",
    "postcss-plugin",
    "remove",
    "unused",
    "css",
    "purgecss"
  ],
  "license": "MIT",
  "main": "./lib/postcss-purgecss.js",
  "module": "./lib/postcss-purgecss.es.js",
  "name": "@fullhuman/postcss-purgecss",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FullHuman/postcss-purgecss.git"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "dev": "rollup -c rollup.config.js -w",
    "flow": "npx flow",
    "lint": "npx eslint -c .eslintrc src/",
    "prettier": "npx prettier --write --write --tab-width 4 --no-semi --single-quote '{src,__{tests,mocks}__}/**/*.js'",
    "test": "npx jest __tests__/.+.test.js"
  },
  "version": "1.3.0"
}
