{
  "_from": "cssnano-preset-simple@^3.0.0",
  "_id": "cssnano-preset-simple@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-7c6EOw3oZshKOZc20Jh+cs2dIKxp0viV043jdal/t1iGVQkoyAQio3rrFWhPgAlkXMu+PRXsslqLhosFTmLhmQ==",
  "_location": "/cssnano-preset-simple",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cssnano-preset-simple@^3.0.0",
    "name": "cssnano-preset-simple",
    "escapedName": "cssnano-preset-simple",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/cssnano-simple"
  ],
  "_resolved": "https://registry.npmjs.org/cssnano-preset-simple/-/cssnano-preset-simple-3.0.2.tgz",
  "_shasum": "5d9d0caf4de7a76319b8716a789bb989a028054c",
  "_spec": "cssnano-preset-simple@^3.0.0",
  "_where": "C:\\Users\\silvi\\Documents\\eramitra-dev\\node_modules\\cssnano-simple",
  "author": {
    "name": "Joe Haddad",
    "email": "timer150@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/timer/cssnano-preset-simple/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "caniuse-lite": "^1.0.30001202"
  },
  "deprecated": false,
  "description": "A simple cssnano preset",
  "devDependencies": {
    "@vercel/ncc": "^0.28.6",
    "browserslist-config-google": "^1.5.0",
    "cssnano-preset-default": "^5.1.3",
    "cz-conventional-changelog": "3.3.0",
    "husky": "^4.3.8",
    "jest": "^27.0.6",
    "postcss": "^8.2.15",
    "postcss-svgo": "file:./postcss-plugin-stub/",
    "prettier": "^2.2.1",
    "pretty-quick": "^3.1.0",
    "rimraf": "^3.0.0",
    "semantic-release": "^19.0.2"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/timer/cssnano-preset-simple#readme",
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "license": "MIT",
  "main": "dist/index.js",
  "name": "cssnano-preset-simple",
  "peerDependencies": {
    "postcss": "^8.2.15"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/timer/cssnano-preset-simple.git"
  },
  "resolutions": {
    "postcss-svgo": "file:./postcss-plugin-stub/"
  },
  "scripts": {
    "build": "ncc build src/index.js -o dist --minify --external postcss --external caniuse-lite --external caniuse-lite/dist/unpacker/feature --external caniuse-lite/dist/unpacker/region --external caniuse-lite/dist/unpacker/agents",
    "commit": "git-cz",
    "prebuild": "rimraf dist/ && node patch.js",
    "prepublishOnly": "yarn build && yarn test",
    "semantic-release": "semantic-release",
    "test": "jest"
  },
  "version": "3.0.2"
}
