{
  "_args": [
    [
      "webpack-cli@3.2.1",
      "/home/centralpertec/public_html/css-loader"
    ]
  ],
  "_development": true,
  "_from": "webpack-cli@3.2.1",
  "_id": "webpack-cli@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-jeJveHwz/vwpJ3B8bxEL5a/rVKIpRNJDsKggfKnxuYeohNDW4Y/wB9N/XHJA093qZyS0r6mYL+/crLsIol4WKA==",
  "_location": "/webpack-cli",
  "_phantomChildren": {
    "color-convert": "1.9.3",
    "decamelize": "1.2.0",
    "escape-string-regexp": "1.0.5",
    "execa": "1.0.0",
    "get-caller-file": "1.0.3",
    "locate-path": "3.0.0",
    "mem": "4.3.0",
    "nice-try": "1.0.5",
    "path-key": "2.0.1",
    "require-directory": "2.1.1",
    "require-main-filename": "1.0.1",
    "semver": "5.7.0",
    "set-blocking": "2.0.0",
    "shebang-command": "1.2.0",
    "which": "1.3.1",
    "wrap-ansi": "2.1.0",
    "y18n": "3.2.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpack-cli@3.2.1",
    "name": "webpack-cli",
    "escapedName": "webpack-cli",
    "rawSpec": "3.2.1",
    "saveSpec": null,
    "fetchSpec": "3.2.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.2.1.tgz",
  "_spec": "3.2.1",
  "_where": "/home/centralpertec/public_html/css-loader",
  "bin": {
    "webpack-cli": "./bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/webpack/webpack-cli/issues"
  },
  "bundlesize": [
    {
      "path": "./packages/migrate/**.js",
      "maxSize": "1 kB"
    },
    {
      "path": "./packages/init/**/**.js",
      "maxSize": "1.6 kB"
    },
    {
      "path": "./packages/utils/**.js",
      "maxSize": "5.32 kB"
    }
  ],
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/webpack"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-customizable"
    },
    "cz-customizable": {
      "config": "./.cz-config.js"
    }
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "cross-spawn": "^6.0.5",
    "enhanced-resolve": "^4.1.0",
    "findup-sync": "^2.0.0",
    "global-modules": "^1.0.0",
    "global-modules-path": "^2.3.0",
    "import-local": "^2.0.0",
    "interpret": "^1.1.0",
    "lightercollective": "^0.1.0",
    "loader-utils": "^1.1.0",
    "supports-color": "^5.5.0",
    "v8-compile-cache": "^2.0.2",
    "yargs": "^12.0.4"
  },
  "description": "CLI for webpack & friends",
  "devDependencies": {
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-lerna-scopes": "^7.2.1",
    "@commitlint/prompt-cli": "^7.2.1",
    "@commitlint/travis-cli": "^7.2.1",
    "@types/jest": "^23.3.9",
    "@types/node": "^10.12.9",
    "babel-preset-env": "^1.7.0",
    "bundlesize": "^0.17.0",
    "codecov": "^3.1.0",
    "commitizen": "^3.0.4",
    "commitlint-config-cz": "^0.10.1",
    "conventional-changelog-cli": "^2.0.11",
    "cz-customizable": "^5.3.0",
    "eslint": "^5.9.0",
    "eslint-plugin-node": "^8.0.0",
    "execa": "^1.0.0",
    "husky": "^1.1.4",
    "jest": "^23.6.0",
    "jest-cli": "^23.6.0",
    "jest-junit": "^5.0.0",
    "lerna": "^3.4.3",
    "lint-staged": "7.x.x",
    "nyc": "^13.1.0",
    "prettier-eslint-cli": "^4.7.1",
    "readable-stream": "^3.0.6",
    "rimraf": "^2.6.2",
    "schema-utils": "^1.0.0",
    "ts-jest": "^23.10.4",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "typedoc": "^0.13.0",
    "typedoc-plugin-monorepo": "^0.1.0",
    "typescript": "^3.1.6",
    "webpack": "4.x.x",
    "webpack-dev-server": "^3.1.10"
  },
  "engines": {
    "node": ">=6.11.5"
  },
  "files": [
    "bin"
  ],
  "homepage": "https://github.com/webpack/webpack-cli#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "jest": {
    "testEnvironment": "node",
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "html",
      "cobertura"
    ],
    "moduleNameMapper": {
      "^.+\\.(ts)?$": "ts-jest"
    }
  },
  "keywords": [
    "webpack",
    "cli",
    "scaffolding",
    "module",
    "bundler"
  ],
  "license": "MIT",
  "lint-staged": {
    "{packages,bin}/**/!(__testfixtures__)/**.js": [
      "eslint --fix",
      "git add"
    ],
    "{packages,bin}/**/!(__testfixtures__)/**.ts": [
      "tslint --fix",
      "git add"
    ]
  },
  "main": "./bin/cli.js",
  "name": "webpack-cli",
  "nyc": {
    "include": [
      "bin/**.js",
      "packages/**/*.js"
    ],
    "reporter": [
      "lcov"
    ],
    "all": true
  },
  "peerDependencies": {
    "webpack": "4.x.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack/webpack-cli.git"
  },
  "scripts": {
    "bootstrap": "npm run clean:all && npm install && lerna bootstrap",
    "build": "tsc",
    "bundlesize": "bundlesize",
    "changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
    "clean:all": "rimraf node_modules package-lock.json packages/*/{node_modules,package-lock.json}",
    "commit": "git-cz",
    "docs": "typedoc",
    "format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
    "lint": "eslint \"./bin/*.js\" \"./test/**/*.js\" \"packages/**/!(node_modules)/*.test.js\"",
    "lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
    "postinstall": "lightercollective",
    "pretest": "npm run build && npm run lint && npm run tslint",
    "reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
    "test": "nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit",
    "test:ci": "nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit",
    "travis:integration": "npm run build && npm run test && npm run reportCoverage",
    "travis:lint": "lerna bootstrap && npm run build && npm run lint && npm run tslint && npm run bundlesize",
    "tslint": "tslint -c tslint.json \"packages/**/*.ts\"",
    "watch": "npm run build && tsc -w"
  },
  "version": "3.2.1"
}
