{
  "_from": "cssnano-simple@3.0.0",
  "_id": "cssnano-simple@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-oU3ueli5Dtwgh0DyeohcIEE00QVfbPR3HzyXdAl89SfnQG3y0/qcpfLVW+jPIh3/rgMZGwuW96rejZGaYE9eUg==",
  "_location": "/cssnano-simple",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cssnano-simple@3.0.0",
    "name": "cssnano-simple",
    "escapedName": "cssnano-simple",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/next"
  ],
  "_resolved": "https://registry.npmjs.org/cssnano-simple/-/cssnano-simple-3.0.0.tgz",
  "_shasum": "a4b8ccdef4c7084af97e19bc5b93b4ecf211e90f",
  "_spec": "cssnano-simple@3.0.0",
  "_where": "C:\\Users\\silvi\\Documents\\eramitra-dev\\node_modules\\next",
  "author": {
    "name": "Joe Haddad",
    "email": "timer150@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/timer/cssnano-simple/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "cssnano-preset-simple": "^3.0.0"
  },
  "deprecated": false,
  "description": "A simple cssnano preset handler.",
  "devDependencies": {
    "cz-conventional-changelog": "3.3.0",
    "husky": "^6.0.0",
    "jest": "^27.0.6",
    "postcss": "^8.2.15",
    "prettier": "^2.2.1",
    "pretty-quick": "^3.1.0",
    "semantic-release": "^17.3.7"
  },
  "files": [
    "src/"
  ],
  "homepage": "https://github.com/timer/cssnano-simple#readme",
  "license": "MIT",
  "main": "src/index.js",
  "name": "cssnano-simple",
  "peerDependencies": {
    "postcss": "^8.2.15"
  },
  "peerDependenciesMeta": {
    "postcss": {
      "optional": true
    }
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/timer/cssnano-simple.git"
  },
  "scripts": {
    "commit": "yarn git-cz",
    "prepare": "husky install",
    "prepublishOnly": "yarn test",
    "semantic-release": "semantic-release",
    "test": "jest"
  },
  "version": "3.0.0"
}
