{
  "_args": [
    [
      "cssnano-simple@1.2.0",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "cssnano-simple@1.2.0",
  "_id": "cssnano-simple@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-pton9cZ70/wOCWMAbEGHO1ACsW1KggTB6Ikj7k71uOEsz6SfByH++86+WAmXjRSc9q/g9gxkpFP9bDX9vRotdA==",
  "_location": "/cssnano-simple",
  "_phantomChildren": {
    "caniuse-lite": "1.0.30001131",
    "chalk": "2.4.2",
    "source-map": "0.6.1",
    "supports-color": "6.1.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cssnano-simple@1.2.0",
    "name": "cssnano-simple",
    "escapedName": "cssnano-simple",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/next"
  ],
  "_resolved": "https://registry.npmjs.org/cssnano-simple/-/cssnano-simple-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Joe Haddad",
    "email": "timer150@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/timer/cssnano-simple/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "cssnano-preset-simple": "1.2.0",
    "postcss": "^7.0.32"
  },
  "description": "A simple cssnano preset handler.",
  "devDependencies": {
    "cz-conventional-changelog": "3.2.0",
    "husky": "^4.2.5",
    "jest": "^26.3.0",
    "prettier": "^2.0.5",
    "pretty-quick": "^2.0.1",
    "semantic-release": "^17.1.1"
  },
  "files": [
    "src/"
  ],
  "homepage": "https://github.com/timer/cssnano-simple#readme",
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "license": "MIT",
  "main": "src/index.js",
  "name": "cssnano-simple",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/timer/cssnano-simple.git"
  },
  "scripts": {
    "commit": "git-cz",
    "prepublishOnly": "yarn test",
    "semantic-release": "semantic-release",
    "test": "jest"
  },
  "version": "1.2.0"
}
