{
  "_from": "csscomb@^4.3.0",
  "_id": "csscomb@4.3.0",
  "_inBundle": false,
  "_integrity": "sha512-U2VDmuCbChAzBz8zLXrcFMs/tORwYa9hjG0qHDCZHzyK7CYgTRzTk+I1Hxgh0SoPiW4XWYL68qG5vDl5hGZQ3w==",
  "_location": "/csscomb",
  "_phantomChildren": {
    "brace-expansion": "1.1.11"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "csscomb@^4.3.0",
    "name": "csscomb",
    "escapedName": "csscomb",
    "rawSpec": "^4.3.0",
    "saveSpec": null,
    "fetchSpec": "^4.3.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/csscomb/-/csscomb-4.3.0.tgz",
  "_shasum": "8dbc743e66b5190ef57ea0c928c478a6b9592c93",
  "_spec": "csscomb@^4.3.0",
  "_where": "C:\\xampp\\htdocs\\Quiety",
  "author": {
    "name": "Mikhail Troshev",
    "email": "mishanga@yandex-team.ru"
  },
  "bin": {
    "csscomb": "bin/csscomb"
  },
  "bugs": {
    "url": "https://github.com/csscomb/csscomb.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/polyfill": "^7.4.0",
    "gonzales-pe": "4.2.4",
    "minimatch": "3.0.4",
    "minimist": "1.2.0",
    "vow": "0.4.19",
    "vow-fs": "0.3.6"
  },
  "deprecated": false,
  "description": "CSS coding style formatter",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.4.0",
    "@babel/node": "^7.2.2",
    "@babel/plugin-transform-destructuring": "^7.4.0",
    "@babel/plugin-transform-strict-mode": "^7.2.0",
    "acorn": "^6.1.1",
    "eslint": "^5.15.3",
    "jshint": "2.10.2",
    "mocha": "^6.1.3"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "files": [
    "bin",
    "config",
    "lib"
  ],
  "homepage": "http://csscomb.com/",
  "license": "MIT",
  "main": "./lib/csscomb.js",
  "maintainers": [
    {
      "name": "Tony Ganch",
      "email": "tonyganch+github@gmail.com",
      "url": "http://tonyganch.com/"
    }
  ],
  "name": "csscomb",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csscomb/csscomb.js.git"
  },
  "scripts": {
    "build": "./scripts/build.sh",
    "coverage": "./scripts/coverage.sh",
    "prepublish": "./scripts/build.sh",
    "test": "./scripts/build.sh && ./scripts/test.sh",
    "watch": "./scripts/watch.sh"
  },
  "version": "4.3.0"
}
