{
  "_args": [
    [
      "extract-css-chunks-webpack-plugin@4.6.0",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "extract-css-chunks-webpack-plugin@4.6.0",
  "_id": "extract-css-chunks-webpack-plugin@4.6.0",
  "_inBundle": false,
  "_integrity": "sha512-HbTh4Yd0JYXbqOgtd/o/BNuLs/fL7h7bM9mCg/WZqKNE65B586Vzs+erzTGuU2xnp5B4gOQbHgC6MrmRVah1Nw==",
  "_location": "/extract-css-chunks-webpack-plugin",
  "_phantomChildren": {
    "ajv": "6.10.2",
    "ajv-errors": "1.0.1",
    "ajv-keywords": "3.4.1",
    "object-assign": "4.1.1",
    "prepend-http": "1.0.4",
    "query-string": "4.3.4",
    "sort-keys": "1.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "extract-css-chunks-webpack-plugin@4.6.0",
    "name": "extract-css-chunks-webpack-plugin",
    "escapedName": "extract-css-chunks-webpack-plugin",
    "rawSpec": "4.6.0",
    "saveSpec": null,
    "fetchSpec": "4.6.0"
  },
  "_requiredBy": [
    "/@nuxt/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/extract-css-chunks-webpack-plugin/-/extract-css-chunks-webpack-plugin-4.6.0.tgz",
  "_spec": "4.6.0",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "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",
    "normalize-url": "1.9.1",
    "schema-utils": "^1.0.0",
    "webpack-external-import": "^0.0.1-beta.19",
    "webpack-sources": "^1.1.0"
  },
  "description": "Extract CSS from chunks into stylesheets + HMR. Supports Webpack 4 + SSR",
  "devDependencies": {
    "@babel/cli": "^7.5.0",
    "@babel/core": "^7.5.4",
    "@babel/preset-env": "^7.5.4",
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "@webpack-contrib/defaults": "^5.0.2",
    "@webpack-contrib/eslint-config-webpack": "^3.0.0",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^24.8.0",
    "commitlint-azure-pipelines-cli": "^1.0.2",
    "cross-env": "^5.2.0",
    "css-loader": "^3.0.0",
    "del": "^4.1.1",
    "del-cli": "^1.1.0",
    "es-check": "^5.0.0",
    "eslint": "^6.0.1",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-import": "^2.18.0",
    "file-loader": "^4.0.0",
    "husky": "^3.0.0",
    "jest": "^24.8.0",
    "jest-junit": "^6.4.0",
    "lint-staged": "^9.2.0",
    "memory-fs": "^0.4.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.18.2",
    "standard-version": "^6.0.1",
    "webpack": "^4.35.3",
    "webpack-cli": "^3.3.6",
    "webpack-dev-server": "^3.7.2"
  },
  "engines": {
    "node": ">= 6.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",
    "defaults": "webpack-defaults",
    "lint": "eslint --cache src test",
    "lint-staged": "lint-staged",
    "postbuild": "es-check es5 dist/hmr/hotModuleReplacement.js",
    "prebuild": "npm run clean",
    "prepare": "npm run build",
    "pretest": "npm run lint",
    "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": "npm run test:coverage",
    "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
    "test:only": "jest",
    "test:watch": "jest --watch",
    "travis": "npm run ci:coverage"
  },
  "version": "4.6.0"
}
