{
  "_args": [
    [
      "extract-css-chunks-webpack-plugin@4.2.0",
      "/var/www/html"
    ]
  ],
  "_from": "extract-css-chunks-webpack-plugin@4.2.0",
  "_id": "extract-css-chunks-webpack-plugin@4.2.0",
  "_inBundle": false,
  "_integrity": "sha512-ws8uIGdkKSa2TyDcdX70eo3uuBSHvp3hbeiqKaBHGIFEVBRWLk9gpLL09QoJN45FfgrXGl6D48NkOnhi2vuuXg==",
  "_location": "/extract-css-chunks-webpack-plugin",
  "_phantomChildren": {
    "prepend-http": "2.0.0",
    "query-string": "5.1.1",
    "sort-keys": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "extract-css-chunks-webpack-plugin@4.2.0",
    "name": "extract-css-chunks-webpack-plugin",
    "escapedName": "extract-css-chunks-webpack-plugin",
    "rawSpec": "4.2.0",
    "saveSpec": null,
    "fetchSpec": "4.2.0"
  },
  "_requiredBy": [
    "/@nuxt/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/extract-css-chunks-webpack-plugin/-/extract-css-chunks-webpack-plugin-4.2.0.tgz",
  "_spec": "4.2.0",
  "_where": "/var/www/html",
  "author": {
    "name": "James Gillmore",
    "email": "james@faceyspacey.com"
  },
  "bugs": {
    "url": "https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "contributors": [
    {
      "name": "Zack Jackson",
      "email": "zack@ScriptedAlchemy.com",
      "url": "https://github.com/ScriptedAlchemy"
    }
  ],
  "dependencies": {
    "loader-utils": "^1.1.0",
    "lodash": "^4.17.11",
    "normalize-url": "^2.0.1",
    "schema-utils": "^1.0.0",
    "webpack-sources": "^1.1.0"
  },
  "description": "Extract CSS from chunks into stylesheets + HMR. Supports Webpack 4 + SSR",
  "devDependencies": {
    "@commitlint/cli": "^6.1.3",
    "@commitlint/config-conventional": "^6.1.3",
    "@webpack-contrib/eslint-config-webpack": "^2.0.4",
    "babel-cli": "^6.26.0",
    "babel-jest": "^22.2.2",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "conventional-github-releaser": "^2.0.2",
    "cross-env": "^5.1.3",
    "css-loader": "^0.28.10",
    "del": "^3.0.0",
    "del-cli": "^1.1.0",
    "es-check": "^5.0.0",
    "eslint": "^4.17.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-prettier": "^2.6.0",
    "execa": "^1.0.0",
    "file-loader": "^1.1.11",
    "husky": "^0.14.3",
    "jest": "^22.2.2",
    "lint-staged": "^6.1.0",
    "memory-fs": "^0.4.1",
    "pre-commit": "^1.2.2",
    "prettier": "^1.11.1",
    "semantic-release": "^15.13.1",
    "webpack": "^4.28.0",
    "webpack-cli": "^2.0.13",
    "webpack-defaults": "^2.3.0",
    "webpack-dev-server": "^3.1.14"
  },
  "engines": {
    "node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "http://github.com/faceyspacey/extract-css-chunks-webpack-plugin",
  "keywords": [
    "css",
    "chunks",
    "code splitting",
    "mini-css",
    "hot",
    "hmr",
    "universal",
    "webpack",
    "webpack 4",
    "css-hot-loader",
    "extract-css-chunks-webpack-plugin"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/cjs.js",
  "name": "extract-css-chunks-webpack-plugin",
  "peerDependencies": {
    "webpack": "^4.4.0"
  },
  "pre-commit": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faceyspacey/extract-css-chunks-webpack-plugin.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
    "ci:coverage": "npm run test:coverage -- --runInBand",
    "ci:lint": "npm run lint && npm run security",
    "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
    "ci:test": "npm run test -- --runInBand",
    "clean": "del-cli dist",
    "commitlint": "commitlint",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "defaults": "webpack-defaults",
    "lint": "eslint --cache src test",
    "lint-staged": "lint-staged",
    "prebuild": "npm run clean",
    "prepublish": "npm run build",
    "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
    "security": "npm audit",
    "semantic-release": "npx semantic-release",
    "start": "npm run build -- -w",
    "test": "jest",
    "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
    "test:manual": "webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
    "test:watch": "jest --watch",
    "travis": "npm run ci:coverage"
  },
  "version": "4.2.0"
}
