File: //proc/1526/task/22050/cwd/zaklada/html/node_modules/postcss-cli/package.json
{
  "_args": [
    [
      "postcss-cli@3.2.0",
      "C:\\wamp\\www\\tokic-shop\\html"
    ]
  ],
  "_from": "postcss-cli@3.2.0",
  "_id": "postcss-cli@3.2.0",
  "_inBundle": false,
  "_integrity": "sha1-YSjZE+JQ0H9Bg0zHb3FIgs+iR6s=",
  "_location": "/postcss-cli",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-cli@3.2.0",
    "name": "postcss-cli",
    "escapedName": "postcss-cli",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-3.2.0.tgz",
  "_spec": "3.2.0",
  "_where": "C:\\wamp\\www\\tokic-shop\\html",
  "authors": [
    {
      "name": "Michael Ciniawky",
      "email": "michael.ciniawsky@gmail.com"
    },
    {
      "name": "Ryan Zimmermann",
      "email": "opensrc@ryanzim.com"
    }
  ],
  "bin": {
    "postcss": "./bin/postcss"
  },
  "bugs": {
    "url": "https://github.com/postcss/postcss-cli/issues"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "chokidar": "^1.6.1",
    "dependency-graph": "^0.5.0",
    "fs-promise": "^2.0.2",
    "get-stdin": "^5.0.1",
    "globby": "^6.1.0",
    "ora": "^1.1.0",
    "postcss": "^5.2.16",
    "postcss-load-config": "^1.1.0",
    "postcss-reporter": "^3.0.0",
    "read-cache": "^1.0.0",
    "yargs": "^7.0.2"
  },
  "description": "CLI for PostCSS",
  "devDependencies": {
    "ava": "^0.18.2",
    "coveralls": "^2.12.0",
    "nyc": "^10.1.2",
    "postcss-import": "^9.1.0",
    "standard": "^9.0.1",
    "sugarss": "^0.2.0",
    "uuid": "^3.0.1"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "bin",
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/postcss/postcss-cli#readme",
  "keywords": [
    "cli",
    "postcss",
    "postcss-runner"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "postcss-cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/postcss-cli.git"
  },
  "scripts": {
    "clean": "node test/helpers/clean.js",
    "lint": "standard",
    "pretest": "npm run clean && npm run lint",
    "test": "nyc ava -v"
  },
  "version": "3.2.0"
}