{
  "_args": [
    [
      "extract-css-chunks-webpack-plugin@4.7.4",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/pieniazek_web"
    ]
  ],
  "_from": "extract-css-chunks-webpack-plugin@4.7.4",
  "_id": "extract-css-chunks-webpack-plugin@4.7.4",
  "_inBundle": false,
  "_integrity": "sha512-Q0iLfJnS+MT8L/KbiPxFeTLi06dBzJaAphXJg00rIlcyjSqNx5yI0/V8ODGWCcwUO1V7W2z3dpjC+8eBKBoQrA==",
  "_location": "/extract-css-chunks-webpack-plugin",
  "_phantomChildren": {
    "ajv": "6.11.0",
    "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.7.4",
    "name": "extract-css-chunks-webpack-plugin",
    "escapedName": "extract-css-chunks-webpack-plugin",
    "rawSpec": "4.7.4",
    "saveSpec": null,
    "fetchSpec": "4.7.4"
  },
  "_requiredBy": [
    "/@nuxt/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/extract-css-chunks-webpack-plugin/-/extract-css-chunks-webpack-plugin-4.7.4.tgz",
  "_spec": "4.7.4",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/pieniazek_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": "^1.1.0-beta.3",
    "webpack-sources": "^1.1.0"
  },
  "description": "Extract CSS from chunks into stylesheets + HMR. Supports Webpack 4 + SSR",
  "devDependencies": {
    "@babel/cli": "^7.7.5",
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "@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.3.2",
    "del": "^4.1.1",
    "del-cli": "^1.1.0",
    "es-check": "^5.0.0",
    "eslint": "^6.7.2",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-prettier": "^3.1.2",
    "file-loader": "^4.0.0",
    "husky": "^3.0.0",
    "jest": "^24.8.0",
    "jest-junit": "^10.0.0",
    "lint-staged": "^9.5.0",
    "memfs": "^3.0.2",
    "npm-run-all": "^4.1.5",
    "prerender-loader": "^1.3.0",
    "prettier": "^1.19.1",
    "standard-version": "^7.0.1",
    "webpack": "^4.41.4",
    "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",
  "main": "dist/cjs.js",
  "name": "extract-css-chunks-webpack-plugin",
  "peerDependencies": {
    "webpack": "^4.4.0 || ^5.0.0"
  },
  "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",
    "clean": "del-cli dist",
    "commitlint": "commitlint --from=master",
    "defaults": "webpack-defaults",
    "lint": "npm-run-all -l -p \"lint:js\" \"lint:prettier\"",
    "lint:js": "eslint --cache src test",
    "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
    "postbuild": "es-check es5 dist/hmr/hotModuleReplacement.js",
    "prebuild": "npm run clean",
    "prepare": "npm run build",
    "pretest": "npm run lint",
    "release": "standard-version",
    "security": "npm audit",
    "semantic-release": "npx semantic-release",
    "start": "npm run build -- -w",
    "test": "cross-env NODE_ENV=test npm run test:coverage",
    "test:coverage": "cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage",
    "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
    "test:only": "cross-env NODE_ENV=test jest --updateSnapshot",
    "test:watch": "cross-env NODE_ENV=test jest --watch",
    "travis": "npm run ci:coverage"
  },
  "version": "4.7.4"
}
