{"_id":"mini-css-extract-plugin","_rev":"242535","name":"mini-css-extract-plugin","description":"extracts CSS into separate files","dist-tags":{"latest":"2.7.5"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"time":{"modified":"2023-03-27T06:39:47.000Z","created":"2018-03-04T10:59:53.741Z","2.7.5":"2023-03-16T23:56:01.702Z","2.7.4":"2023-03-16T11:51:01.302Z","2.7.3":"2023-03-07T20:11:36.963Z","2.7.2":"2022-12-06T02:03:55.618Z","2.7.1":"2022-11-29T18:00:16.598Z","2.7.0":"2022-11-16T20:13:42.802Z","2.6.1":"2022-06-15T19:13:28.119Z","2.6.0":"2022-03-03T20:17:28.540Z","2.5.3":"2022-01-25T10:10:16.025Z","2.5.2":"2022-01-17T20:08:42.102Z","2.5.1":"2022-01-17T12:13:59.580Z","2.5.0":"2022-01-14T17:30:22.264Z","2.4.7":"2022-01-13T18:15:35.166Z","2.4.6":"2022-01-06T12:37:40.286Z","2.4.5":"2021-11-17T17:19:05.446Z","2.4.4":"2021-11-04T12:21:43.530Z","2.4.3":"2021-10-21T15:13:56.525Z","2.4.2":"2021-10-07T15:00:27.906Z","2.4.1":"2021-10-05T20:55:31.869Z","2.4.0":"2021-10-05T20:43:09.210Z","2.3.0":"2021-09-11T15:54:19.960Z","2.2.2":"2021-09-01T17:11:22.592Z","2.2.1":"2021-08-31T14:06:38.178Z","2.2.0":"2021-08-04T16:16:56.854Z","2.1.0":"2021-07-05T12:46:35.762Z","2.0.0":"2021-06-30T17:01:34.330Z","1.6.2":"2021-06-28T15:45:14.326Z","1.6.1":"2021-06-25T16:30:37.204Z","1.6.0":"2021-04-30T11:46:41.167Z","1.5.1":"2021-04-28T13:45:39.307Z","1.5.0":"2021-04-17T15:13:10.554Z","1.4.1":"2021-04-07T12:17:16.944Z","1.4.0":"2021-03-26T18:12:48.664Z","1.3.9":"2021-02-25T16:45:53.966Z","1.3.8":"2021-02-18T15:01:56.760Z","1.3.7":"2021-02-15T14:14:07.495Z","1.3.6":"2021-02-08T11:03:25.557Z","1.3.5":"2021-01-28T12:01:26.015Z","1.3.4":"2021-01-13T15:00:22.487Z","1.3.3":"2020-12-10T17:21:50.139Z","1.3.2":"2020-12-04T12:16:05.239Z","1.3.1":"2020-11-12T18:58:36.257Z","1.3.0":"2020-11-06T14:07:00.136Z","1.2.1":"2020-10-27T14:34:31.292Z","1.2.0":"2020-10-23T19:23:38.307Z","1.1.2":"2020-10-22T21:20:46.896Z","1.1.1":"2020-10-20T14:45:21.468Z","1.1.0":"2020-10-19T16:50:39.786Z","1.0.0":"2020-10-09T12:50:27.138Z","0.12.0":"2020-10-07T12:23:13.812Z","0.11.3":"2020-10-02T13:21:36.544Z","0.11.2":"2020-09-12T15:19:57.423Z","0.11.1":"2020-09-08T14:04:17.046Z","0.11.0":"2020-08-27T16:39:35.185Z","0.10.1":"2020-08-27T16:19:27.736Z","0.10.0":"2020-08-10T15:39:12.299Z","0.9.0":"2019-12-20T15:40:46.386Z","0.8.2":"2019-12-17T17:45:37.652Z","0.8.1":"2019-12-17T14:04:25.430Z","0.8.0":"2019-07-16T20:48:38.217Z","0.7.0":"2019-05-27T16:12:50.276Z","0.6.0":"2019-04-10T10:38:11.989Z","0.5.0":"2018-12-07T10:08:22.837Z","0.4.5":"2018-11-21T19:16:32.669Z","0.4.4":"2018-10-10T13:31:40.174Z","0.4.3":"2018-09-18T18:29:18.693Z","0.4.2":"2018-08-21T13:32:52.810Z","0.4.1":"2018-06-29T13:48:17.159Z","0.4.0":"2018-03-29T16:14:32.985Z","0.3.0":"2018-03-28T17:58:53.616Z","0.2.0":"2018-03-07T12:37:04.752Z","0.1.0":"2018-03-04T10:59:53.741Z"},"users":{},"author":{"name":"Tobias Koppers @sokra"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"versions":{"2.7.5":{"name":"mini-css-extract-plugin","version":"2.7.5","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:spelling":"cspell \"**/*.*\"","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.21.0","@babel/core":"^7.21.0","@babel/eslint-parser":"^7.19.1","@babel/preset-env":"^7.19.4","@commitlint/cli":"^17.4.4","@commitlint/config-conventional":"^17.4.4","@types/node":"^18.14.4","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^28.1.3","bootstrap":"^4.6.2","cross-env":"^7.0.3","cspell":"^6.27.0","css-loader":"^6.7.3","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^7.1.0","eslint":"^8.35.0","eslint-config-prettier":"^8.6.0","eslint-plugin-import":"^2.27.5","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^28.1.3","jest-environment-jsdom":"^28.1.3","jsdom":"^19.0.0","lint-staged":"^12.3.4","memfs":"^3.4.13","npm-run-all":"^4.1.5","prettier":"^2.8.4","sass":"^1.58.3","sass-loader":"^12.6.0","standard-version":"^9.3.0","typescript":"^4.9.5","webpack":"^5.74.0","webpack-cli":"^4.9.2","webpack-dev-server":"^4.11.1"},"keywords":["webpack","css","extract","hmr"],"gitHead":"ab1d8500f071b581f6e87ee74e2bfd358c88db97","_id":"mini-css-extract-plugin@2.7.5","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"shasum":"afbb344977659ec0f1f6e050c7aea456b121cfc5","size":27487,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.5.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.7.5.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.7.5_1679010961549_0.6404962157950433"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-16T23:56:01.702Z","publish_time":1679010961702,"_cnpm_publish_time":1679010961702},"2.7.4":{"name":"mini-css-extract-plugin","version":"2.7.4","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:spelling":"cspell \"**/*.*\"","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.21.0","@babel/core":"^7.21.0","@babel/eslint-parser":"^7.19.1","@babel/preset-env":"^7.19.4","@commitlint/cli":"^17.4.4","@commitlint/config-conventional":"^17.4.4","@types/node":"^18.14.4","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^28.1.3","bootstrap":"^4.6.2","cross-env":"^7.0.3","cspell":"^6.27.0","css-loader":"^6.7.3","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^7.1.0","eslint":"^8.35.0","eslint-config-prettier":"^8.6.0","eslint-plugin-import":"^2.27.5","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^28.1.3","jest-environment-jsdom":"^28.1.3","jsdom":"^19.0.0","lint-staged":"^12.3.4","memfs":"^3.4.13","npm-run-all":"^4.1.5","prettier":"^2.8.4","sass":"^1.58.3","sass-loader":"^12.6.0","standard-version":"^9.3.0","typescript":"^4.9.5","webpack":"^5.74.0","webpack-cli":"^4.9.2","webpack-dev-server":"^4.11.1"},"keywords":["webpack","css","extract","hmr"],"gitHead":"c2d8eac06677264f88df511af1ad08e5bf0f0a3e","_id":"mini-css-extract-plugin@2.7.4","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"shasum":"1e92eaafb0dd598d36b68b699ac553ae4d52ae60","size":27424,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.4.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.7.4.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.7.4_1678967461113_0.12950883788655299"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-16T11:51:01.302Z","publish_time":1678967461302,"_cnpm_publish_time":1678967461302},"2.7.3":{"name":"mini-css-extract-plugin","version":"2.7.3","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:spelling":"cspell \"**/*.*\"","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.21.0","@babel/core":"^7.21.0","@babel/eslint-parser":"^7.19.1","@babel/preset-env":"^7.19.4","@commitlint/cli":"^17.4.4","@commitlint/config-conventional":"^17.4.4","@types/node":"^18.14.4","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^28.1.3","bootstrap":"^4.6.2","cross-env":"^7.0.3","cspell":"^6.27.0","css-loader":"^6.7.3","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^7.1.0","eslint":"^8.35.0","eslint-config-prettier":"^8.6.0","eslint-plugin-import":"^2.27.5","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^28.1.3","jest-environment-jsdom":"^28.1.3","jsdom":"^19.0.0","lint-staged":"^12.3.4","memfs":"^3.4.13","npm-run-all":"^4.1.5","prettier":"^2.8.4","sass":"^1.58.3","sass-loader":"^12.6.0","standard-version":"^9.3.0","typescript":"^4.9.5","webpack":"^5.74.0","webpack-cli":"^4.9.2","webpack-dev-server":"^4.11.1"},"keywords":["webpack","css","extract","hmr"],"gitHead":"1d226c1abfdb74ca34c9519499f3d9eca8d53cc4","_id":"mini-css-extract-plugin@2.7.3","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"shasum":"794aa4d598bf178a66b2a35fe287c3df3eac394e","size":27416,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.3.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.7.3.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.7.3_1678219896809_0.3421681945454942"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-07T20:11:36.963Z","publish_time":1678219896963,"_cnpm_publish_time":1678219896963},"2.7.2":{"name":"mini-css-extract-plugin","version":"2.7.2","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:spelling":"cspell \"**/*.*\"","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.19.3","@babel/core":"^7.19.6","@babel/eslint-parser":"^7.19.1","@babel/preset-env":"^7.19.4","@commitlint/cli":"^17.2.0","@commitlint/config-conventional":"^17.2.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^28.1.3","bootstrap":"^4.6.2","cross-env":"^7.0.3","cspell":"^6.16.0","css-loader":"^6.7.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^7.0.1","eslint":"^8.29.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^28.1.3","jest-environment-jsdom":"^28.1.3","jsdom":"^19.0.0","lint-staged":"^12.3.4","memfs":"^3.4.9","npm-run-all":"^4.1.5","prettier":"^2.7.1","sass":"^1.55.0","sass-loader":"^12.6.0","standard-version":"^9.3.0","typescript":"^4.9.3","webpack":"^5.74.0","webpack-cli":"^4.9.2","webpack-dev-server":"^4.11.1"},"keywords":["webpack","css","extract","hmr"],"gitHead":"b616093730110f122e3643c4f0c619e71a47c6a0","_id":"mini-css-extract-plugin@2.7.2","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"shasum":"e049d3ea7d3e4e773aad585c6cb329ce0c7b72d7","size":27398,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.7.2.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.7.2_1670292235449_0.6007571558708185"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-06T02:04:27.072Z","publish_time":1670292235618,"_cnpm_publish_time":1670292235618},"2.7.1":{"name":"mini-css-extract-plugin","version":"2.7.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:spelling":"cspell \"**/*.*\"","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.19.3","@babel/core":"^7.19.6","@babel/eslint-parser":"^7.19.1","@babel/preset-env":"^7.19.4","@commitlint/cli":"^17.2.0","@commitlint/config-conventional":"^17.2.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^28.1.3","bootstrap":"^4.6.2","cross-env":"^7.0.3","cspell":"^6.14.3","css-loader":"^6.7.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^7.0.1","eslint":"^8.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^28.1.3","jest-environment-jsdom":"^28.1.3","jsdom":"^19.0.0","lint-staged":"^12.3.4","memfs":"^3.4.9","npm-run-all":"^4.1.5","prettier":"^2.7.1","sass":"^1.55.0","sass-loader":"^12.6.0","standard-version":"^9.3.0","typescript":"^4.9.3","webpack":"^5.74.0","webpack-cli":"^4.9.2","webpack-dev-server":"^4.11.1"},"keywords":["webpack","css","extract","hmr"],"gitHead":"7053ce2a7ae35ae94506a7bb8ab5ec534f80bc0c","_id":"mini-css-extract-plugin@2.7.1","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"shasum":"ec924df783cff32ce6183fceb653028f70128643","size":27383,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.7.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.7.1_1669744816390_0.5840644477010228"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-29T18:17:25.788Z","publish_time":1669744816598,"_cnpm_publish_time":1669744816598},"2.7.0":{"name":"mini-css-extract-plugin","version":"2.7.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.19.3","@babel/core":"^7.19.6","@babel/eslint-parser":"^7.19.1","@babel/preset-env":"^7.19.4","@commitlint/cli":"^17.2.0","@commitlint/config-conventional":"^17.2.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^28.1.3","bootstrap":"^4.6.2","cross-env":"^7.0.3","css-loader":"^6.7.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^7.0.1","eslint":"^8.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^28.1.3","jest-environment-jsdom":"^28.1.3","jsdom":"^19.0.0","lint-staged":"^12.3.4","memfs":"^3.4.9","npm-run-all":"^4.1.5","prettier":"^2.7.1","sass":"^1.55.0","sass-loader":"^12.6.0","standard-version":"^9.3.0","typescript":"^4.9.3","webpack":"^5.74.0","webpack-cli":"^4.9.2","webpack-dev-server":"^4.11.1"},"keywords":["webpack","css","extract","hmr"],"gitHead":"a41436ea6da30c171087ddcba079d96e26546285","_id":"mini-css-extract-plugin@2.7.0","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"shasum":"d7d9ba0c5b596d155e36e2b174082fc7f010dd64","size":27311,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.7.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.7.0_1668629622552_0.10803691965755458"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-16T20:15:46.714Z","publish_time":1668629622802,"_cnpm_publish_time":1668629622802},"2.6.1":{"name":"mini-css-extract-plugin","version":"2.6.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.17.6","@babel/core":"^7.17.5","@babel/eslint-parser":"^7.17.0","@babel/preset-env":"^7.16.11","@commitlint/cli":"^17.0.2","@commitlint/config-conventional":"^17.0.2","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^28.1.1","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.7.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.2.1","eslint":"^8.10.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^28.1.1","jest-environment-jsdom":"^28.1.1","jsdom":"^19.0.0","lint-staged":"^12.3.4","memfs":"^3.4.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.49.9","sass-loader":"^12.6.0","standard-version":"^9.3.0","typescript":"^4.6.2","webpack":"^5.70.0","webpack-cli":"^4.9.2","webpack-dev-server":"^4.7.4"},"keywords":["webpack","css","extract","hmr"],"gitHead":"26f711ea086fb1352c89b50c16c39a7017eb5539","_id":"mini-css-extract-plugin@2.6.1","_nodeVersion":"18.1.0","_npmVersion":"8.8.0","dist":{"shasum":"9a1251d15f2035c342d99a468ab9da7a0451b71e","size":27381,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.6.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.6.1_1655320407957_0.5227802080816237"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-15T19:14:26.343Z","publish_time":1655320408119,"_cnpm_publish_time":1655320408119},"2.6.0":{"name":"mini-css-extract-plugin","version":"2.6.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.17.0","@babel/core":"^7.17.0","@babel/eslint-parser":"^7.17.0","@babel/preset-env":"^7.16.11","@commitlint/cli":"^15.0.0","@commitlint/config-conventional":"^15.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.5.0","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.6.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.2.1","eslint":"^8.8.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.5.0","jsdom":"^19.0.0","lint-staged":"^12.3.3","memfs":"^3.4.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.49.7","sass-loader":"^12.1.0","standard-version":"^9.3.0","typescript":"^4.5.5","webpack":"^5.70.0","webpack-cli":"^4.9.2","webpack-dev-server":"^4.7.4"},"keywords":["webpack","css","extract","hmr"],"gitHead":"752b913523077d74d575c777b2bcc3239b724688","_id":"mini-css-extract-plugin@2.6.0","_nodeVersion":"12.22.10","_npmVersion":"8.5.0","dist":{"shasum":"578aebc7fc14d32c0ad304c2c34f08af44673f5e","size":27314,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.6.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.6.0_1646338648350_0.3840126809018254"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-03T20:18:01.329Z","publish_time":1646338648540,"_cnpm_publish_time":1646338648540},"2.5.3":{"name":"mini-css-extract-plugin","version":"2.5.3","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.16.7","@babel/core":"^7.16.7","@babel/eslint-parser":"^7.16.0","@babel/preset-env":"^7.16.7","@commitlint/cli":"^15.0.0","@commitlint/config-conventional":"^15.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^8.6.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^19.0.0","lint-staged":"^12.1.5","memfs":"^3.4.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.45.2","sass-loader":"^12.1.0","standard-version":"^9.3.0","typescript":"^4.5.4","webpack":"^5.58.1","webpack-cli":"^4.7.2","webpack-dev-server":"^4.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"1a1132728070a983aac87e730a8d723fa1a8b21c","_id":"mini-css-extract-plugin@2.5.3","_nodeVersion":"12.22.9","_npmVersion":"8.3.0","dist":{"shasum":"c5c79f9b22ce9b4f164e9492267358dbe35376d9","size":27204,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.3.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.5.3.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.5.3_1643105415800_0.8986403193065498"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-25T10:20:30.461Z","publish_time":1643105416025,"_cnpm_publish_time":1643105416025},"2.5.2":{"name":"mini-css-extract-plugin","version":"2.5.2","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.16.7","@babel/core":"^7.16.7","@babel/eslint-parser":"^7.16.0","@babel/preset-env":"^7.16.7","@commitlint/cli":"^15.0.0","@commitlint/config-conventional":"^15.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^8.6.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^19.0.0","lint-staged":"^12.1.5","memfs":"^3.4.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.45.2","sass-loader":"^12.1.0","standard-version":"^9.3.0","typescript":"^4.5.4","webpack":"^5.58.1","webpack-cli":"^4.7.2","webpack-dev-server":"^4.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"be75c5015d0fc32923b2dab382c216c3f4976331","_id":"mini-css-extract-plugin@2.5.2","_nodeVersion":"12.22.9","_npmVersion":"8.3.0","dist":{"shasum":"b3b9b98320c2c054d92c16f6a94ddfdbbba13755","size":27466,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.2.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.5.2.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.5.2_1642450121899_0.6431183882729599"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-17T20:14:16.514Z","publish_time":1642450122102,"_cnpm_publish_time":1642450122102},"2.5.1":{"name":"mini-css-extract-plugin","version":"2.5.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.16.7","@babel/core":"^7.16.7","@babel/eslint-parser":"^7.16.0","@babel/preset-env":"^7.16.7","@commitlint/cli":"^15.0.0","@commitlint/config-conventional":"^15.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^8.6.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^19.0.0","lint-staged":"^12.1.5","memfs":"^3.4.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.45.2","sass-loader":"^12.1.0","standard-version":"^9.3.0","typescript":"^4.5.4","webpack":"^5.58.1","webpack-cli":"^4.7.2","webpack-dev-server":"^4.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"e4f4c1e83a7ac77e6b967ce51c8e7b68413082af","_id":"mini-css-extract-plugin@2.5.1","_nodeVersion":"12.22.9","_npmVersion":"8.3.0","dist":{"shasum":"af8c7c40d08251f165ac3e046a5cae9d2c1a58c8","size":26908,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.5.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.5.1_1642421639396_0.8805429254441628"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-17T12:14:14.273Z","publish_time":1642421639580,"_cnpm_publish_time":1642421639580},"2.5.0":{"name":"mini-css-extract-plugin","version":"2.5.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.16.7","@babel/core":"^7.16.7","@babel/eslint-parser":"^7.16.0","@babel/preset-env":"^7.16.7","@commitlint/cli":"^15.0.0","@commitlint/config-conventional":"^15.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^8.6.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^19.0.0","lint-staged":"^12.1.5","memfs":"^3.4.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.45.2","sass-loader":"^12.1.0","standard-version":"^9.3.0","typescript":"^4.5.4","webpack":"^5.58.1","webpack-cli":"^4.7.2","webpack-dev-server":"^4.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"ce2cb04da96d37a6ebaf940f0caf1ddaadea805a","_id":"mini-css-extract-plugin@2.5.0","_nodeVersion":"12.22.9","_npmVersion":"8.3.0","dist":{"shasum":"4cc8300165fd408e8d2bf7381e6728fcda6fd1ae","size":27316,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.5.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.5.0_1642181422023_0.3767110112287928"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T17:32:05.731Z","publish_time":1642181422264,"_cnpm_publish_time":1642181422264},"2.4.7":{"name":"mini-css-extract-plugin","version":"2.4.7","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.16.7","@babel/core":"^7.16.7","@babel/eslint-parser":"^7.16.0","@babel/preset-env":"^7.16.7","@commitlint/cli":"^15.0.0","@commitlint/config-conventional":"^15.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^8.6.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^19.0.0","lint-staged":"^12.1.5","memfs":"^3.4.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.45.2","sass-loader":"^12.1.0","standard-version":"^9.3.0","webpack":"^5.58.1","webpack-cli":"^4.7.2","webpack-dev-server":"^4.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"613fdf74391f3ad0c7274919cb0586752c1a1be9","_id":"mini-css-extract-plugin@2.4.7","_nodeVersion":"12.22.8","_npmVersion":"8.3.0","dist":{"shasum":"b9f4c4f4d727c7a3cd52a11773bb739f00177fac","size":22983,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.7.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.4.7.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.4.7_1642097734995_0.08431833600902805"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-13T18:18:02.916Z","publish_time":1642097735166,"_cnpm_publish_time":1642097735166},"2.4.6":{"name":"mini-css-extract-plugin","version":"2.4.6","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.16.7","@babel/core":"^7.16.7","@babel/eslint-parser":"^7.16.0","@babel/preset-env":"^7.16.7","@commitlint/cli":"^15.0.0","@commitlint/config-conventional":"^15.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^8.6.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^19.0.0","lint-staged":"^12.1.5","memfs":"^3.4.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.45.2","sass-loader":"^12.1.0","standard-version":"^9.3.0","webpack":"^5.58.1","webpack-cli":"^4.7.2","webpack-dev-server":"^4.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"65af0bb0a2e65aa8699195a566bbcadd1932c681","_id":"mini-css-extract-plugin@2.4.6","_nodeVersion":"12.22.8","_npmVersion":"8.3.0","dist":{"shasum":"0f925aaa02dd26513bac40802062a87ebe32e7cc","size":22975,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.6.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.4.6.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.4.6_1641472660100_0.6659611920144"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-06T12:37:49.948Z","publish_time":1641472660286,"_cnpm_publish_time":1641472660286},"2.4.5":{"name":"mini-css-extract-plugin","version":"2.4.5","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/eslint-parser":"^7.16.0","@babel/preset-env":"^7.14.9","@commitlint/cli":"^15.0.0","@commitlint/config-conventional":"^15.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^8.1.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^18.0.0","lint-staged":"^12.0.2","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.39.0","sass-loader":"^12.1.0","standard-version":"^9.3.0","webpack":"^5.58.1","webpack-cli":"^4.7.2","webpack-dev-server":"^4.0.0"},"keywords":["webpack","css","extract","hmr"],"gitHead":"e8c08a1c252f18b03612903d5ec75ebcddc538e0","_id":"mini-css-extract-plugin@2.4.5","_nodeVersion":"12.22.7","_npmVersion":"8.1.2","dist":{"shasum":"191d6c170226037212c483af1180b4010b7b9eef","size":22932,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.5.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.4.5.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.4.5_1637169545332_0.08916631903865602"},"_hasShrinkwrap":false,"publish_time":1637169545446,"_cnpm_publish_time":1637169545446,"_cnpmcore_publish_time":"2021-12-15T18:15:06.329Z"},"2.4.4":{"name":"mini-css-extract-plugin","version":"2.4.4","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^3.1.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/eslint-parser":"^7.16.0","@babel/preset-env":"^7.14.9","@commitlint/cli":"^14.1.0","@commitlint/config-conventional":"^14.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^8.1.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^18.0.0","lint-staged":"^11.1.1","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.39.0","sass-loader":"^12.1.0","standard-version":"^9.3.0","webpack":"^5.58.1","webpack-cli":"^4.7.2","webpack-dev-server":"^4.0.0"},"keywords":["webpack","css","extract","hmr"],"gitHead":"0c286f35de463374b61f1936fdf5cc38570bba22","_id":"mini-css-extract-plugin@2.4.4","_nodeVersion":"12.22.7","_npmVersion":"8.1.2","dist":{"shasum":"c7e5d2d931dcf100ae50ae949ba757c506b54b0f","size":22943,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.4.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.4.4.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.4.4_1636028503379_0.6179545089538123"},"_hasShrinkwrap":false,"publish_time":1636028503530,"_cnpm_publish_time":1636028503530,"_cnpmcore_publish_time":"2021-12-15T18:15:06.592Z"},"2.4.3":{"name":"mini-css-extract-plugin","version":"2.4.3","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^3.1.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.9","@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^7.30.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^18.0.0","lint-staged":"^11.1.1","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.39.0","sass-loader":"^12.1.0","standard-version":"^9.3.0","webpack":"^5.58.1","webpack-cli":"^4.7.2","webpack-dev-server":"^4.0.0"},"keywords":["webpack","css","extract","hmr"],"gitHead":"12ede98df924cc88ba5fb07943a948f477815db0","_id":"mini-css-extract-plugin@2.4.3","_nodeVersion":"12.22.7","_npmVersion":"7.24.0","dist":{"shasum":"be742943c192b028645d4389084ef187615fff82","size":22940,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.3.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.4.3.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.4.3_1634829236377_0.4533122450200133"},"_hasShrinkwrap":false,"publish_time":1634829236525,"_cnpm_publish_time":1634829236525,"_cnpmcore_publish_time":"2021-12-15T18:15:07.155Z"},"2.4.2":{"name":"mini-css-extract-plugin","version":"2.4.2","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^3.1.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.9","@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^7.30.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^17.0.0","lint-staged":"^11.1.1","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.39.0","sass-loader":"^12.1.0","standard-version":"^9.3.0","webpack":"^5.57.0","webpack-cli":"^4.7.2","webpack-dev-server":"^4.0.0"},"keywords":["webpack","css","extract","hmr"],"gitHead":"def7effdafdb699dfe37c358162623bc9c584290","_id":"mini-css-extract-plugin@2.4.2","_nodeVersion":"12.22.6","_npmVersion":"7.24.0","dist":{"shasum":"b3508191ea479388a4715018c99dd3e6dd40d2d2","size":22870,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.2.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.4.2.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.4.2_1633618827736_0.05549284472863025"},"_hasShrinkwrap":false,"publish_time":1633618827906,"_cnpm_publish_time":1633618827906,"_cnpmcore_publish_time":"2021-12-15T18:15:07.440Z"},"2.4.1":{"name":"mini-css-extract-plugin","version":"2.4.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^3.1.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.9","@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^7.30.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^17.0.0","lint-staged":"^11.1.1","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.39.0","sass-loader":"^12.1.0","standard-version":"^9.3.0","webpack":"^5.57.0","webpack-cli":"^4.7.2","webpack-dev-server":"^4.0.0"},"keywords":["webpack","css","extract","hmr"],"gitHead":"481063d5730a254b86a0d4055ea005048cf0c049","_id":"mini-css-extract-plugin@2.4.1","_nodeVersion":"12.22.6","_npmVersion":"7.24.0","dist":{"shasum":"3f3eb6576fb29dd00c423c365e6d3aa59c48ca2a","size":22858,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.4.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.4.1_1633467331689_0.5989618909569205"},"_hasShrinkwrap":false,"publish_time":1633467331869,"_cnpm_publish_time":1633467331869,"_cnpmcore_publish_time":"2021-12-15T18:15:07.664Z"},"2.4.0":{"name":"mini-css-extract-plugin","version":"2.4.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^3.1.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.9","@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^7.30.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^17.0.0","lint-staged":"^11.1.1","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.39.0","sass-loader":"^12.1.0","standard-version":"^9.3.0","webpack":"^5.57.0","webpack-cli":"^4.7.2","webpack-dev-server":"^4.0.0"},"keywords":["webpack","css","extract","hmr"],"gitHead":"b042ce74a02df532694f626b46cfe7bd47cb28d9","_id":"mini-css-extract-plugin@2.4.0","_nodeVersion":"12.22.6","_npmVersion":"7.24.0","dist":{"shasum":"b325916b33ecdd4594229e285364fef96027cb06","size":22596,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.4.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.4.0_1633466589063_0.7661668421345371"},"_hasShrinkwrap":false,"publish_time":1633466589210,"_cnpm_publish_time":1633466589210,"_cnpmcore_publish_time":"2021-12-15T18:15:07.921Z"},"2.3.0":{"name":"mini-css-extract-plugin","version":"2.3.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^3.1.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.9","@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^7.30.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^17.0.0","lint-staged":"^11.1.1","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","sass":"^1.39.0","sass-loader":"^12.1.0","standard-version":"^9.3.0","webpack":"^5.48.0","webpack-cli":"^4.7.2","webpack-dev-server":"^4.0.0"},"keywords":["webpack","css","extract","hmr"],"gitHead":"26feefefd9f73549333f797b8a1a055c1ba3437c","_id":"mini-css-extract-plugin@2.3.0","_nodeVersion":"12.22.6","_npmVersion":"7.20.3","dist":{"shasum":"87515f185533752944d753ac7216fc876779dafe","size":22191,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.3.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.3.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.3.0_1631375659750_0.031105050009981428"},"_hasShrinkwrap":false,"publish_time":1631375659960,"_cnpm_publish_time":1631375659960,"_cnpmcore_publish_time":"2021-12-15T18:15:08.185Z"},"2.2.2":{"name":"mini-css-extract-plugin","version":"2.2.2","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^3.1.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.9","@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^6.2.0","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^7.30.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^17.0.0","lint-staged":"^11.1.1","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","standard-version":"^9.3.0","webpack":"^5.48.0","webpack-cli":"^4.7.2","webpack-dev-server":"^4.0.0"},"keywords":["webpack","css","extract","hmr"],"gitHead":"0ccdb64187a88b7d601f2b63794f1eba690102e7","_id":"mini-css-extract-plugin@2.2.2","_nodeVersion":"12.22.4","_npmVersion":"7.20.3","dist":{"shasum":"df22f16bf43173050c6d652fa7d035318c310e04","size":21130,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.2.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.2.2.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.2.2_1630516282420_0.5370473797166622"},"_hasShrinkwrap":false,"publish_time":1630516282592,"_cnpm_publish_time":1630516282592,"_cnpmcore_publish_time":"2021-12-15T18:15:08.445Z"},"2.2.1":{"name":"mini-css-extract-plugin","version":"2.2.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:only:experimental":"EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^3.1.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.9","@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.2.6","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^7.30.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^17.0.0","lint-staged":"^11.1.1","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","standard-version":"^9.3.0","webpack":"^5.48.0","webpack-cli":"^4.7.2","webpack-dev-server":"^4.0.0"},"keywords":["webpack","css","extract","hmr"],"gitHead":"e70a0a9bfb04faa797e0f9930cf97d8f4a706003","_id":"mini-css-extract-plugin@2.2.1","_nodeVersion":"12.22.4","_npmVersion":"7.20.3","dist":{"shasum":"a44bbfc8ede9211f31474b91c4e8863bf52dd294","size":20922,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.2.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.2.1_1630418798055_0.9897658930581519"},"_hasShrinkwrap":false,"publish_time":1630418798178,"_cnpm_publish_time":1630418798178,"_cnpmcore_publish_time":"2021-12-15T18:15:08.662Z"},"2.2.0":{"name":"mini-css-extract-plugin","version":"2.2.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^3.1.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.9","@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.2.6","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^7.30.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^7.0.0","jest":"^27.0.6","jsdom":"^16.7.0","lint-staged":"^11.1.1","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","standard-version":"^9.3.0","webpack":"^5.48.0","webpack-cli":"^4.7.2","webpack-dev-server":"^3.11.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"d803096b6bee06fc0aa8e6a1226ca8450d584195","_id":"mini-css-extract-plugin@2.2.0","_nodeVersion":"12.22.4","_npmVersion":"7.20.3","dist":{"shasum":"48cb6d2bea8fa9eb36709856e003662eebb3eb92","size":20837,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.2.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.2.0_1628093816711_0.5046169701445371"},"_hasShrinkwrap":false,"publish_time":1628093816854,"_cnpm_publish_time":1628093816854,"_cnpmcore_publish_time":"2021-12-15T18:15:08.875Z"},"2.1.0":{"name":"mini-css-extract-plugin","version":"2.1.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.7","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.2.6","del":"^6.0.0","del-cli":"^4.0.0","es-check":"5.2.3","eslint":"^7.29.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^6.0.0","jest":"^27.0.6","jsdom":"^16.5.1","lint-staged":"^11.0.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","standard-version":"^9.3.0","webpack":"^5.41.1","webpack-cli":"^4.7.2","webpack-dev-server":"^3.11.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"38be7b04f7c0e03d882d80dcca1e16cde0fe9368","_id":"mini-css-extract-plugin@2.1.0","_nodeVersion":"12.22.1","_npmVersion":"7.16.0","dist":{"shasum":"4aa6558b527ad4c168fee4a20b6092ebe9f98309","size":20696,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.1.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.1.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.1.0_1625489195499_0.05634805004018095"},"_hasShrinkwrap":false,"publish_time":1625489195762,"_cnpm_publish_time":1625489195762,"_cnpmcore_publish_time":"2021-12-15T18:15:09.077Z"},"2.0.0":{"name":"mini-css-extract-plugin","version":"2.0.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"schema-utils":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.7","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.2.6","del":"^6.0.0","del-cli":"^4.0.0","es-check":"5.2.3","eslint":"^7.29.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^6.0.0","jest":"^27.0.6","jsdom":"^16.5.1","lint-staged":"^11.0.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.2","standard-version":"^9.3.0","webpack":"^5.41.1","webpack-cli":"^4.7.2","webpack-dev-server":"^3.11.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"794b60228d9800c7812e206953066197b486cf3d","_id":"mini-css-extract-plugin@2.0.0","_nodeVersion":"12.22.1","_npmVersion":"7.16.0","dist":{"shasum":"e3492a2dcd218a6103e4dec5e3a88b55157012ea","size":20514,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-2.0.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-2.0.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_2.0.0_1625072494210_0.33699138368013415"},"_hasShrinkwrap":false,"publish_time":1625072494330,"_cnpm_publish_time":1625072494330,"_cnpmcore_publish_time":"2021-12-15T18:15:09.339Z"},"1.6.2":{"name":"mini-css-extract-plugin","version":"1.6.2","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.5","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.2","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.2.6","del":"^6.0.0","del-cli":"^3.0.1","es-check":"5.2.3","eslint":"^7.28.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^5.2.0","jest":"^27.0.4","jsdom":"^16.5.1","lint-staged":"^10.5.4","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.1","standard-version":"^9.1.0","webpack":"^5.40.0","webpack-cli":"^4.7.2","webpack-dev-server":"^3.11.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"684ad366d2fc34e58746e687bb6d33a797c71be2","_id":"mini-css-extract-plugin@1.6.2","_nodeVersion":"12.22.1","_npmVersion":"7.16.0","dist":{"shasum":"83172b4fd812f8fc4a09d6f6d16f924f53990ca8","size":21832,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.6.2.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.6.2_1624895114075_0.8941943561861456"},"_hasShrinkwrap":false,"publish_time":1624895114326,"_cnpm_publish_time":1624895114326,"_cnpmcore_publish_time":"2021-12-15T18:15:09.588Z"},"1.6.1":{"name":"mini-css-extract-plugin","version":"1.6.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit --production","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.5","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.2","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.2.6","del":"^6.0.0","del-cli":"^3.0.1","es-check":"5.2.3","eslint":"^7.28.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","husky":"^5.2.0","jest":"^27.0.4","jsdom":"^16.5.1","lint-staged":"^10.5.4","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.3.1","standard-version":"^9.1.0","webpack":"^5.40.0","webpack-cli":"^4.7.2","webpack-dev-server":"^3.11.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"5551fbdff2348d34d2a2484ffff9d90bccbc0f32","_id":"mini-css-extract-plugin@1.6.1","_nodeVersion":"12.22.1","_npmVersion":"7.16.0","dist":{"shasum":"7b57bbd85f07702c7d93c4eb40a1da9d10b7a815","size":21640,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.6.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.6.1_1624638637025_0.6288619735810017"},"_hasShrinkwrap":false,"publish_time":1624638637204,"_cnpm_publish_time":1624638637204,"_cnpmcore_publish_time":"2021-12-15T18:15:09.830Z"},"1.6.0":{"name":"mini-css-extract-plugin","version":"1.6.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.13.10","@babel/core":"^7.13.10","@babel/preset-env":"^7.13.10","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.1.3","del":"^6.0.0","del-cli":"^3.0.1","es-check":"5.2.3","eslint":"^7.22.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^5.2.0","jest":"^26.6.3","jsdom":"^16.5.1","lint-staged":"^10.5.4","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.2.1","standard-version":"^9.1.0","webpack":"^5.36.1","webpack-cli":"^4.5.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"750ab74a8f06d1319f2e94a7a48ea881a0f937b8","_id":"mini-css-extract-plugin@1.6.0","_nodeVersion":"12.22.1","_npmVersion":"7.11.1","dist":{"shasum":"b4db2525af2624899ed64a23b0016e0036411893","size":26243,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.6.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.6.0_1619783201064_0.5560323359038761"},"_hasShrinkwrap":false,"publish_time":1619783201167,"_cnpm_publish_time":1619783201167,"_cnpmcore_publish_time":"2021-12-15T18:15:10.055Z"},"1.5.1":{"name":"mini-css-extract-plugin","version":"1.5.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.13.10","@babel/core":"^7.13.10","@babel/preset-env":"^7.13.10","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.1.3","del":"^6.0.0","del-cli":"^3.0.1","es-check":"5.2.3","eslint":"^7.22.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^5.2.0","jest":"^26.6.3","jsdom":"^16.5.1","lint-staged":"^10.5.4","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.2.1","standard-version":"^9.1.0","webpack":"^5.33.2","webpack-cli":"^4.5.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"4227510959889c5f334f1aca4f2f73e7ba9bd01c","_id":"mini-css-extract-plugin@1.5.1","_nodeVersion":"12.22.1","_npmVersion":"7.10.0","dist":{"shasum":"c0ac557c48a7de47de3df0768fe037c9cf961f69","size":26007,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.5.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.5.1_1619617539141_0.9662308604492222"},"_hasShrinkwrap":false,"publish_time":1619617539307,"_cnpm_publish_time":1619617539307,"_cnpmcore_publish_time":"2021-12-15T18:15:10.294Z"},"1.5.0":{"name":"mini-css-extract-plugin","version":"1.5.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.13.10","@babel/core":"^7.13.10","@babel/preset-env":"^7.13.10","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.1.3","del":"^6.0.0","del-cli":"^3.0.1","es-check":"5.2.3","eslint":"^7.22.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^5.2.0","jest":"^26.6.3","jsdom":"^16.5.1","lint-staged":"^10.5.4","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.2.1","standard-version":"^9.1.0","webpack":"^5.33.2","webpack-cli":"^4.5.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"b50224e8c3ba7560357884a48c3f0b90de6ca526","_id":"mini-css-extract-plugin@1.5.0","_nodeVersion":"12.22.1","_npmVersion":"7.9.0","dist":{"shasum":"69bee3b273d2d4ee8649a2eb409514b7df744a27","size":25914,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.5.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.5.0_1618672390418_0.4142632392602137"},"_hasShrinkwrap":false,"publish_time":1618672390554,"_cnpm_publish_time":1618672390554,"_cnpmcore_publish_time":"2021-12-15T18:15:10.957Z"},"1.4.1":{"name":"mini-css-extract-plugin","version":"1.4.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.13.10","@babel/core":"^7.13.10","@babel/preset-env":"^7.13.10","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.1.3","del":"^6.0.0","del-cli":"^3.0.1","es-check":"5.2.3","eslint":"^7.22.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^5.2.0","jest":"^26.6.3","jsdom":"^16.5.1","lint-staged":"^10.5.4","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.2.1","standard-version":"^9.1.0","webpack":"^5.27.1","webpack-cli":"^4.5.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"a33f22ff9d8bbc9a1f0a75e335e03cb1b314b26f","_id":"mini-css-extract-plugin@1.4.1","_nodeVersion":"12.22.0","_npmVersion":"7.7.6","dist":{"shasum":"975e27c1d0bd8e052972415f47c79cea5ed37548","size":25162,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.4.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.4.1_1617797836809_0.8292139697409864"},"_hasShrinkwrap":false,"publish_time":1617797836944,"_cnpm_publish_time":1617797836944,"_cnpmcore_publish_time":"2021-12-15T18:15:11.251Z"},"1.4.0":{"name":"mini-css-extract-plugin","version":"1.4.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"husky install && npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.13.10","@babel/core":"^7.13.10","@babel/preset-env":"^7.13.10","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.1.3","del":"^6.0.0","del-cli":"^3.0.1","es-check":"5.2.3","eslint":"^7.22.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^5.2.0","jest":"^26.6.3","jsdom":"^16.5.1","lint-staged":"^10.5.4","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.2.1","standard-version":"^9.1.0","webpack":"^5.27.1","webpack-cli":"^4.5.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"6657114154e18f99c5653a6dc32d330e8e6b5140","_id":"mini-css-extract-plugin@1.4.0","_nodeVersion":"12.21.0","_npmVersion":"7.6.1","dist":{"shasum":"c8e571c4b6d63afa56c47260343adf623349c473","size":25175,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.4.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.4.0_1616782368516_0.8291497990177643"},"_hasShrinkwrap":false,"publish_time":1616782368664,"_cnpm_publish_time":1616782368664,"_cnpmcore_publish_time":"2021-12-15T18:15:11.487Z"},"1.3.9":{"name":"mini-css-extract-plugin","version":"1.3.9","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.16","@babel/core":"^7.12.16","@babel/preset-env":"^7.12.16","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.0.2","del":"^6.0.0","del-cli":"^3.0.1","es-check":"5.2.0","eslint":"^7.20.0","eslint-config-prettier":"^7.2.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^4.3.8","jest":"^26.6.3","jsdom":"^16.4.0","lint-staged":"^10.5.4","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.2.1","standard-version":"^9.1.0","webpack":"^5.22.0","webpack-cli":"^4.5.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"6ae4c3ede6b4d02c2c80234a6dc22c355c2e3855","_id":"mini-css-extract-plugin@1.3.9","_nodeVersion":"12.20.2","_npmVersion":"7.5.4","dist":{"shasum":"47a32132b0fd97a119acd530e8421e8f6ab16d5e","size":24959,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.9.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.9.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.3.9_1614271553812_0.021937440189494728"},"_hasShrinkwrap":false,"publish_time":1614271553966,"_cnpm_publish_time":1614271553966},"1.3.8":{"name":"mini-css-extract-plugin","version":"1.3.8","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.16","@babel/core":"^7.12.16","@babel/preset-env":"^7.12.16","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.0.2","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.2.0","eslint":"^7.20.0","eslint-config-prettier":"^7.2.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^4.3.8","jest":"^26.6.3","jsdom":"^16.4.0","lint-staged":"^10.5.4","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.2.1","standard-version":"^9.1.0","webpack":"^5.22.0","webpack-cli":"^4.5.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"23bb03c85a7ddb3f7213cfa2e6b3c8f810f34784","_id":"mini-css-extract-plugin@1.3.8","_nodeVersion":"12.20.2","_npmVersion":"7.5.3","dist":{"shasum":"639047b78c2ee728704285aa468d2a5a8d91d566","size":24336,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.8.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.8.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.3.8_1613660516553_0.12989753676911797"},"_hasShrinkwrap":false,"publish_time":1613660516760,"_cnpm_publish_time":1613660516760},"1.3.7":{"name":"mini-css-extract-plugin","version":"1.3.7","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.16","@babel/core":"^7.12.16","@babel/preset-env":"^7.12.16","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.0.2","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.2.0","eslint":"^7.20.0","eslint-config-prettier":"^7.2.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^4.3.8","jest":"^26.6.3","jsdom":"^16.4.0","lint-staged":"^10.5.4","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.2.1","standard-version":"^9.1.0","webpack":"^5.22.0","webpack-cli":"^4.5.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"6009bd27374bbc10530a2dbeed2f6c54bcfb8da1","_id":"mini-css-extract-plugin@1.3.7","_nodeVersion":"12.20.1","_npmVersion":"7.5.3","dist":{"shasum":"51848320f736bebccbe9875e38c776c364a4a8eb","size":24169,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.7.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.7.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.3.7_1613398447392_0.5591582303014992"},"_hasShrinkwrap":false,"publish_time":1613398447495,"_cnpm_publish_time":1613398447495},"1.3.6":{"name":"mini-css-extract-plugin","version":"1.3.6","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.13","@babel/core":"^7.12.13","@babel/preset-env":"^7.12.13","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.0.1","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.2.0","eslint":"^7.19.0","eslint-config-prettier":"^7.2.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^4.3.8","jest":"^26.6.3","jsdom":"^16.4.0","lint-staged":"^10.5.4","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.2.1","standard-version":"^9.1.0","webpack":"^5.21.1","webpack-cli":"^4.5.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"6525c6641647d252f3c5f6c990a479f86a67bf2e","_id":"mini-css-extract-plugin@1.3.6","_nodeVersion":"12.20.1","_npmVersion":"7.5.2","dist":{"shasum":"02e2b477aa7ab2579c7ea2854a875897a8b8dad0","size":23779,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.6.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.6.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.3.6_1612782205364_0.8403434863801234"},"_hasShrinkwrap":false,"publish_time":1612782205557,"_cnpm_publish_time":1612782205557},"1.3.5":{"name":"mini-css-extract-plugin","version":"1.3.5","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.6.0","cross-env":"^7.0.3","css-loader":"^5.0.1","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.2.0","eslint":"^7.18.0","eslint-config-prettier":"^7.2.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^4.3.8","jest":"^26.6.3","jsdom":"^16.4.0","lint-staged":"^10.5.3","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.2.1","standard-version":"^9.1.0","webpack":"^5.18.0","webpack-cli":"^4.4.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"d18cbfc509aa32b17a50c87c0f3c746149fd8c26","_id":"mini-css-extract-plugin@1.3.5","_nodeVersion":"12.20.1","_npmVersion":"6.14.11","dist":{"shasum":"252166e78879c106e0130f229d44e0cbdfcebed3","size":23668,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.5.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.5.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.3.5_1611835285805_0.5164042292239572"},"_hasShrinkwrap":false,"publish_time":1611835286015,"_cnpm_publish_time":1611835286015},"1.3.4":{"name":"mini-css-extract-plugin","version":"1.3.4","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.5.3","cross-env":"^7.0.3","css-loader":"^5.0.1","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.2.0","eslint":"^7.17.0","eslint-config-prettier":"^7.1.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^4.3.7","jest":"^26.6.3","jsdom":"^16.4.0","lint-staged":"^10.5.3","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.2.1","standard-version":"^9.1.0","webpack":"^5.9.0","webpack-cli":"^4.3.1","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"3d15639671831f7423904b48d17a4ea7a02b61cd","_id":"mini-css-extract-plugin@1.3.4","_nodeVersion":"12.20.1","_npmVersion":"6.14.11","dist":{"shasum":"706e69632cdcdb8b15bf8e638442a0dba304a9c8","size":23231,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.4.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.4.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.3.4_1610550022341_0.6814549557627285"},"_hasShrinkwrap":false,"publish_time":1610550022487,"_cnpm_publish_time":1610550022487},"1.3.3":{"name":"mini-css-extract-plugin","version":"1.3.3","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","bootstrap":"^4.5.3","cross-env":"^7.0.2","css-loader":"^5.0.1","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.1.2","eslint":"^7.13.0","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^4.3.0","jest":"^26.6.3","jsdom":"^16.4.0","lint-staged":"^10.4.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.2","standard-version":"^9.0.0","webpack":"^5.9.0","webpack-cli":"^4.2.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"359c00fa7f02f2dc662c461ac7cc926a7b61c9bd","_id":"mini-css-extract-plugin@1.3.3","_nodeVersion":"12.20.0","_npmVersion":"6.14.9","dist":{"shasum":"7802e62b34199aa7d1a62e654395859a836486a0","size":23136,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.3.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.3.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.3.3_1607620909899_0.8975715983200903"},"_hasShrinkwrap":false,"publish_time":1607620910139,"_cnpm_publish_time":1607620910139},"1.3.2":{"name":"mini-css-extract-plugin","version":"1.3.2","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","cross-env":"^7.0.2","css-loader":"^5.0.1","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.1.2","eslint":"^7.13.0","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^4.3.0","jest":"^26.6.3","jsdom":"^16.4.0","lint-staged":"^10.4.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.2","standard-version":"^9.0.0","webpack":"^5.9.0","webpack-cli":"^4.2.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"da1fcbf97d800114f3de86b3d5090d9f7d27dd0c","_id":"mini-css-extract-plugin@1.3.2","_nodeVersion":"12.20.0","_npmVersion":"6.14.9","dist":{"shasum":"e2c9c0ef3f7c1a516916a3ab7b073a761e5b1d26","size":23033,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.2.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.2.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.3.2_1607084165029_0.16589282222942336"},"_hasShrinkwrap":false,"publish_time":1607084165239,"_cnpm_publish_time":1607084165239},"1.3.1":{"name":"mini-css-extract-plugin","version":"1.3.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","cross-env":"^7.0.2","css-loader":"^5.0.1","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.1.2","eslint":"^7.13.0","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^4.3.0","jest":"^26.6.3","jsdom":"^16.4.0","lint-staged":"^10.4.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.2","standard-version":"^9.0.0","webpack":"^5.4.0","webpack-cli":"^4.2.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"fed2dea277062ab8a115a8cdf9ee47991b081102","_id":"mini-css-extract-plugin@1.3.1","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"1375c88b2bc2a9d197670a55761edcd1b5d72f21","size":22796,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.3.1_1605207516106_0.021862309945115843"},"_hasShrinkwrap":false,"publish_time":1605207516257,"_cnpm_publish_time":1605207516257},"1.3.0":{"name":"mini-css-extract-plugin","version":"1.3.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.3","cross-env":"^7.0.2","css-loader":"^5.0.1","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.1.2","eslint":"^7.12.1","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.2.0","husky":"^4.3.0","jest":"^26.6.3","jsdom":"^16.4.0","lint-staged":"^10.4.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.2","standard-version":"^9.0.0","webpack":"^5.4.0","webpack-cli":"^4.1.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"3dce50d4ffe12abad4df42c55b287d9bd7688ce9","_id":"mini-css-extract-plugin@1.3.0","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"bbcba978b68c39f0a9c75822cfb2874f9cf6b018","size":22652,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.3.0_1604671619888_0.6535714155729995"},"_hasShrinkwrap":false,"publish_time":1604671620136,"_cnpm_publish_time":1604671620136},"1.2.1":{"name":"mini-css-extract-plugin","version":"1.2.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.6.1","cross-env":"^7.0.2","css-loader":"^5.0.0","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.1.1","eslint":"^7.12.1","eslint-config-prettier":"^6.14.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.1.1","husky":"^4.3.0","jest":"^26.6.1","jsdom":"^16.4.0","lint-staged":"^10.4.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.2","standard-version":"^9.0.0","webpack":"^5.3.0","webpack-cli":"^4.1.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"69aa92bc9214aedd942f5a5efab5454e9ae4f329","_id":"mini-css-extract-plugin@1.2.1","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"30ea7dee632b3002b0c77aeed447790408cb247e","size":22182,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.2.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.2.1_1603809271147_0.1138557293653224"},"_hasShrinkwrap":false,"publish_time":1603809271292,"_cnpm_publish_time":1603809271292},"1.2.0":{"name":"mini-css-extract-plugin","version":"1.2.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.5.2","cross-env":"^7.0.2","css-loader":"^5.0.0","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.1.1","eslint":"^7.11.0","eslint-config-prettier":"^6.13.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.1.1","husky":"^4.3.0","jest":"^26.5.2","jsdom":"^16.4.0","lint-staged":"^10.4.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.2","standard-version":"^9.0.0","webpack":"^5.1.3","webpack-cli":"^4.1.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"f448ee1f9a46073593204ec15a5d70a323b233b6","_id":"mini-css-extract-plugin@1.2.0","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"f1bdfa7bb6f6a238bc327f813f204283ea33ee36","size":22031,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.2.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.2.0_1603481018164_0.6188152591048308"},"_hasShrinkwrap":false,"publish_time":1603481018307,"_cnpm_publish_time":1603481018307},"1.1.2":{"name":"mini-css-extract-plugin","version":"1.1.2","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.5.2","cross-env":"^7.0.2","css-loader":"^5.0.0","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.1.1","eslint":"^7.11.0","eslint-config-prettier":"^6.13.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.1.1","husky":"^4.3.0","jest":"^26.5.2","jsdom":"^16.4.0","lint-staged":"^10.4.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.2","standard-version":"^9.0.0","webpack":"^5.1.3","webpack-cli":"^4.1.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"1bff4f5b389e1416d13b0422e565114295f26d4d","_id":"mini-css-extract-plugin@1.1.2","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"34877f631eb4bc8f9d99f0ade2ccacadb0317def","size":21964,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.1.2.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.1.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.1.2_1603401646722_0.45225794639646333"},"_hasShrinkwrap":false,"publish_time":1603401646896,"_cnpm_publish_time":1603401646896},"1.1.1":{"name":"mini-css-extract-plugin","version":"1.1.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.5.2","cross-env":"^7.0.2","css-loader":"^5.0.0","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.1.1","eslint":"^7.11.0","eslint-config-prettier":"^6.13.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.1.1","husky":"^4.3.0","jest":"^26.5.2","jsdom":"^16.4.0","lint-staged":"^10.4.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.2","standard-version":"^9.0.0","webpack":"^5.1.3","webpack-cli":"^4.1.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"621384cffea64affa1f0022bceb07ab22ac7fc68","_id":"mini-css-extract-plugin@1.1.1","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"4ab9948b7be38cf3a730cb4c9a881eb7f62baadb","size":21833,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.1.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.1.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.1.1_1603205121356_0.7716516523421293"},"_hasShrinkwrap":false,"publish_time":1603205121468,"_cnpm_publish_time":1603205121468},"1.1.0":{"name":"mini-css-extract-plugin","version":"1.1.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.5.2","cross-env":"^7.0.2","css-loader":"^5.0.0","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.1.1","eslint":"^7.11.0","eslint-config-prettier":"^6.13.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.1.1","husky":"^4.3.0","jest":"^26.5.2","jsdom":"^16.4.0","lint-staged":"^10.4.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.2","standard-version":"^9.0.0","webpack":"^5.1.3","webpack-cli":"^4.1.0","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"6ebe51d5d010930800d0d4fa30e535f9382bd482","_id":"mini-css-extract-plugin@1.1.0","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"dcc2f0bfbec660c0bd1200ff7c8f82deec2cc8a6","size":21758,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.1.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.1.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.1.0_1603126239604_0.5344580737164384"},"_hasShrinkwrap":false,"publish_time":1603126239786,"_cnpm_publish_time":1603126239786},"1.0.0":{"name":"mini-css-extract-plugin","version":"1.0.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^2.0.0","normalize-url":"1.9.1","schema-utils":"^3.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.11.6","@babel/core":"^7.11.6","@babel/preset-env":"^7.11.5","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.2","babel-jest":"^26.5.2","cross-env":"^7.0.2","css-loader":"^4.3.0","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.1.1","eslint":"^7.10.0","eslint-config-prettier":"^6.12.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.1.0","husky":"^4.3.0","jest":"^26.5.2","lint-staged":"^10.4.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.2","standard-version":"^9.0.0","webpack":"^4.44.2","webpack-cli":"^3.3.6","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"315bbac721ae1ccb5c733e781cf9995fb8994b34","_id":"mini-css-extract-plugin@1.0.0","_nodeVersion":"14.11.0","_npmVersion":"6.14.8","dist":{"shasum":"4afb39f3d97b1b92eacb1ac45025416089f831bd","size":19580,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-1.0.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_1.0.0_1602247826952_0.5872538710053201"},"_hasShrinkwrap":false,"publish_time":1602247827138,"_cnpm_publish_time":1602247827138},"0.12.0":{"name":"mini-css-extract-plugin","version":"0.12.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.11.6","@babel/core":"^7.11.6","@babel/preset-env":"^7.11.5","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.2","babel-jest":"^26.3.0","cross-env":"^7.0.2","css-loader":"^4.3.0","del":"^5.1.0","del-cli":"^3.0.1","es-check":"^5.0.0","eslint":"^7.8.1","eslint-config-prettier":"^6.0.0","eslint-plugin-import":"^2.22.0","file-loader":"^6.1.0","husky":"^4.3.0","jest":"^24.9.0","lint-staged":"^10.3.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.1","standard-version":"^9.0.0","webpack":"^4.44.2","webpack-cli":"^3.3.6","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"b935f26ff9773644dc5c2da009fc7e88b6af12c2","_id":"mini-css-extract-plugin@0.12.0","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"ddeb74fd6304ca9f99c1db74acc7d5b507705454","size":19340,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.12.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.12.0_1602073393642_0.19268710630893704"},"_hasShrinkwrap":false,"publish_time":1602073393812,"_cnpm_publish_time":1602073393812},"0.11.3":{"name":"mini-css-extract-plugin","version":"0.11.3","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.11.6","@babel/core":"^7.11.6","@babel/preset-env":"^7.11.5","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.2","babel-jest":"^26.3.0","cross-env":"^7.0.2","css-loader":"^4.3.0","del":"^5.1.0","del-cli":"^3.0.1","es-check":"^5.0.0","eslint":"^7.8.1","eslint-config-prettier":"^6.0.0","eslint-plugin-import":"^2.22.0","file-loader":"^6.1.0","husky":"^4.3.0","jest":"^24.9.0","lint-staged":"^10.3.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.1","standard-version":"^9.0.0","webpack":"^4.44.1","webpack-cli":"^3.3.6","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"0494230c441b468234b4c3464eec2a8b61296526","_id":"mini-css-extract-plugin@0.11.3","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"15b0910a7f32e62ffde4a7430cfefbd700724ea6","size":19227,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.11.3.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.11.3_1601644896421_0.8875742254352736"},"_hasShrinkwrap":false,"publish_time":1601644896544,"_cnpm_publish_time":1601644896544},"0.11.2":{"name":"mini-css-extract-plugin","version":"0.11.2","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.11.6","@babel/core":"^7.11.6","@babel/preset-env":"^7.11.5","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.2","babel-jest":"^26.3.0","cross-env":"^7.0.2","css-loader":"^4.3.0","del":"^5.1.0","del-cli":"^3.0.1","es-check":"^5.0.0","eslint":"^7.8.1","eslint-config-prettier":"^6.0.0","eslint-plugin-import":"^2.22.0","file-loader":"^6.1.0","husky":"^4.3.0","jest":"^24.9.0","lint-staged":"^10.3.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.1","standard-version":"^9.0.0","webpack":"^4.44.1","webpack-cli":"^3.3.6","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"bb09d757e5355b7015a3e463bc1030056c23e1c2","_id":"mini-css-extract-plugin@0.11.2","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"e3af4d5e04fbcaaf11838ab230510073060b37bf","size":17707,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.2.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.11.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.11.2_1599923997322_0.36116342090833986"},"_hasShrinkwrap":false,"publish_time":1599923997423,"_cnpm_publish_time":1599923997423},"0.11.1":{"name":"mini-css-extract-plugin","version":"0.11.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.4","@babel/preset-env":"^7.11.0","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.2","babel-jest":"^26.3.0","cross-env":"^7.0.2","css-loader":"^4.2.2","del":"^5.1.0","del-cli":"^3.0.1","es-check":"^5.0.0","eslint":"^7.7.0","eslint-config-prettier":"^6.0.0","eslint-plugin-import":"^2.22.0","file-loader":"^6.0.0","husky":"^4.2.5","jest":"^24.9.0","lint-staged":"^10.2.13","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.1","standard-version":"^9.0.0","webpack":"^5.0.0-beta.29","webpack-cli":"^3.3.6","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"15657065a392b375edcb3876d726ea1a59c4b0b6","_id":"mini-css-extract-plugin@0.11.1","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"f04048de8b4d4d7b1b1dea02363d167438c7f6dc","size":17664,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.11.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.11.1_1599573856896_0.2446046008081597"},"_hasShrinkwrap":false,"publish_time":1599573857046,"_cnpm_publish_time":1599573857046},"0.11.0":{"name":"mini-css-extract-plugin","version":"0.11.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.4","@babel/preset-env":"^7.11.0","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.2","babel-jest":"^26.3.0","cross-env":"^7.0.2","css-loader":"^4.2.2","del":"^5.1.0","del-cli":"^3.0.1","es-check":"^5.0.0","eslint":"^7.7.0","eslint-config-prettier":"^6.0.0","eslint-plugin-import":"^2.22.0","file-loader":"^6.0.0","husky":"^4.2.5","jest":"^24.9.0","lint-staged":"^10.2.13","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.1","standard-version":"^9.0.0","webpack":"^4.44.1","webpack-cli":"^3.3.6","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"265fc594ce2750eb285e886f69d627726b689845","_id":"mini-css-extract-plugin@0.11.0","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"3918953075109d4ca204bf1e8a393a78d3cc821f","size":17061,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.11.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.11.0_1598546375060_0.3712966559326141"},"_hasShrinkwrap":false,"publish_time":1598546375185,"_cnpm_publish_time":1598546375185},"0.10.1":{"name":"mini-css-extract-plugin","version":"0.10.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.4","@babel/preset-env":"^7.11.0","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.2","babel-jest":"^26.3.0","cross-env":"^7.0.2","css-loader":"^4.2.2","del":"^5.1.0","del-cli":"^3.0.1","es-check":"^5.0.0","eslint":"^7.7.0","eslint-config-prettier":"^6.0.0","eslint-plugin-import":"^2.22.0","file-loader":"^6.0.0","husky":"^4.2.5","jest":"^24.9.0","lint-staged":"^10.2.13","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^2.1.1","standard-version":"^9.0.0","webpack":"^4.44.1","webpack-cli":"^3.3.6","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"4220c4f623241d4d557c50f3bf55e641cff769b8","_id":"mini-css-extract-plugin@0.10.1","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"2592c891f965e15750da6a6c0b60740b5b0cb62d","size":17060,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.10.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.10.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.10.1_1598545167589_0.2890661922226778"},"_hasShrinkwrap":false,"publish_time":1598545167736,"_cnpm_publish_time":1598545167736},"0.10.0":{"name":"mini-css-extract-plugin","version":"0.10.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different","lint:js":"eslint --cache src test","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"cross-env NODE_ENV=test jest --watch","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0 || ^5.0.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"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","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","file-loader":"^4.0.0","husky":"^3.0.0","jest":"^24.8.0","lint-staged":"^9.5.0","memfs":"^3.0.2","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.1","webpack":"^4.44.1","webpack-cli":"^3.3.6","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"c842ef57d1e6550ee3f8dea3d53fa2d738bb8fda","_id":"mini-css-extract-plugin@0.10.0","_nodeVersion":"10.15.2","_npmVersion":"6.14.7","dist":{"shasum":"a0e6bfcad22a9c73f6c882a3c7557a98e2d3d27d","size":15569,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.10.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.10.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.10.0_1597073952109_0.3532772843250245"},"_hasShrinkwrap":false,"publish_time":1597073952299,"_cnpm_publish_time":1597073952299},"0.9.0":{"name":"mini-css-extract-plugin","version":"0.9.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different","lint:js":"eslint --cache src test","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"cross-env NODE_ENV=test jest --watch","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"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","file-loader":"^4.0.0","husky":"^3.0.0","jest":"^24.8.0","jest-junit":"^10.0.0","lint-staged":"^9.5.0","memory-fs":"^0.4.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.1","webpack":"^4.41.3","webpack-cli":"^3.3.6","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"4e23630dd02868008d1bf76ee08b11b3409183e3","_id":"mini-css-extract-plugin@0.9.0","_nodeVersion":"10.15.2","_npmVersion":"6.13.4","dist":{"shasum":"47f2cf07aa165ab35733b1fc97d4c46c0564339e","size":15013,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.9.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.9.0_1576856446232_0.2734169539129421"},"_hasShrinkwrap":false,"publish_time":1576856446386,"_cnpm_publish_time":1576856446386},"0.8.2":{"name":"mini-css-extract-plugin","version":"0.8.2","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different","lint:js":"eslint --cache src test","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"cross-env NODE_ENV=test jest --watch","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"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","file-loader":"^4.0.0","husky":"^3.0.0","jest":"^24.8.0","jest-junit":"^10.0.0","lint-staged":"^9.5.0","memory-fs":"^0.4.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.1","webpack":"^4.41.3","webpack-cli":"^3.3.6","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"78e1613934b36eb97bc45b36685734518592eeaa","_id":"mini-css-extract-plugin@0.8.2","_nodeVersion":"10.15.2","_npmVersion":"6.13.4","dist":{"shasum":"a875e169beb27c88af77dd962771c9eedc3da161","size":14723,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.2.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.8.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.8.2_1576604737541_0.4060689970487297"},"_hasShrinkwrap":false,"publish_time":1576604737652,"_cnpm_publish_time":1576604737652},"0.8.1":{"name":"mini-css-extract-plugin","version":"0.8.1","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different","lint:js":"eslint --cache src test","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"cross-env NODE_ENV=test jest --watch","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"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","file-loader":"^4.0.0","husky":"^3.0.0","jest":"^24.8.0","jest-junit":"^10.0.0","lint-staged":"^9.5.0","memory-fs":"^0.4.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.1","webpack":"^4.41.3","webpack-cli":"^3.3.6","webpack-dev-server":"^3.7.2"},"keywords":["webpack","css","extract","hmr"],"gitHead":"054532a647137164670927a7b28707184220d013","_id":"mini-css-extract-plugin@0.8.1","_nodeVersion":"10.15.2","_npmVersion":"6.13.4","dist":{"shasum":"0b3cd3f9610e60860c58493ed170ca6d3c35daf3","size":14631,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.8.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.8.1_1576591465335_0.8266992162801168"},"_hasShrinkwrap":false,"publish_time":1576591465430,"_cnpm_publish_time":1576591465430},"0.8.0":{"name":"mini-css-extract-plugin","version":"0.8.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different","lint:js":"eslint --cache src test","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"cross-env NODE_ENV=test jest --watch","test:coverage":"cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage","test:manual":"webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"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"},"keywords":["webpack","css","extract","hmr"],"gitHead":"87d929ef0bab60cca36710cc74b8eb23b77c7bd2","_id":"mini-css-extract-plugin@0.8.0","_nodeVersion":"10.15.2","_npmVersion":"6.10.1","dist":{"shasum":"81d41ec4fe58c713a96ad7c723cdb2d0bd4d70e1","size":14151,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.8.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.8.0_1563310118086_0.13268682242076713"},"_hasShrinkwrap":false,"publish_time":1563310118217,"_cnpm_publish_time":1563310118217},"0.7.0":{"name":"mini-css-extract-plugin","version":"0.7.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint":"eslint --cache src test","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","test:manual":"webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","pretest":"npm run lint","test":"npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"1.9.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.4","@babel/preset-env":"^7.4.4","@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@webpack-contrib/defaults":"^4.0.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","acorn":"^6.1.1","babel-eslint":"^10.0.1","babel-jest":"^24.8.0","commitlint-azure-pipelines-cli":"^1.0.1","cross-env":"^5.2.0","css-loader":"^2.1.1","del":"^4.1.1","del-cli":"^1.1.0","es-check":"^5.0.0","eslint":"^5.16.0","eslint-plugin-import":"^2.17.2","eslint-plugin-prettier":"^3.1.0","file-loader":"^3.0.1","husky":"^2.2.0","jest":"^24.8.0","jest-junit":"^6.4.0","lint-staged":"^8.1.6","memory-fs":"^0.4.1","prettier":"^1.17.0","standard-version":"^6.0.1","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-dev-server":"^3.3.1"},"keywords":["webpack","css","extract","hmr"],"gitHead":"392c4ae68c9384230d6652e7fee277a702deacd7","_id":"mini-css-extract-plugin@0.7.0","_nodeVersion":"10.15.2","_npmVersion":"6.9.0","dist":{"shasum":"5ba8290fbb4179a43dd27cca444ba150bee743a0","size":13825,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.7.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.7.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.7.0_1558973570080_0.3030098523814788"},"_hasShrinkwrap":false,"publish_time":1558973570276,"_cnpm_publish_time":1558973570276},"0.6.0":{"name":"mini-css-extract-plugin","version":"0.6.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 6.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files","postbuild":"es-check es5 dist/hmr/hotModuleReplacement.js","clean":"del-cli dist","commitlint":"commitlint --from=master","lint":"eslint --cache src test","prepublish":"npm run build","release":"standard-version","security":"npm audit","test:only":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","pretest":"npm run lint","test":"npm run test:only","ci:lint":"npm run lint && npm run security","ci:test":"npm run test:only -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","ci:lint:commits":"commitlint --from=origin/master --to=${CIRCLE_SHA1}","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"loader-utils":"^1.1.0","normalize-url":"^2.0.1","schema-utils":"^1.0.0","webpack-sources":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.4.3","@babel/core":"^7.4.3","@babel/preset-env":"^7.4.3","@commitlint/cli":"^7.5.2","@commitlint/config-conventional":"^7.5.0","@webpack-contrib/defaults":"^3.1.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","acorn":"^6.1.1","babel-eslint":"^10.0.1","babel-jest":"^24.7.1","cross-env":"^5.1.3","css-loader":"^2.1.1","del":"^4.1.0","del-cli":"^1.1.0","es-check":"^5.0.0","eslint":"^5.16.0","eslint-plugin-import":"^2.16.0","eslint-plugin-prettier":"^3.0.1","file-loader":"^3.0.1","husky":"^1.3.1","jest":"^24.7.1","lint-staged":"^8.1.5","memory-fs":"^0.4.1","pre-commit":"^1.2.2","prettier":"^1.16.4","standard-version":"^5.0.2","webpack":"4.29.0","webpack-cli":"^3.3.0","webpack-dev-server":"^3.3.1"},"keywords":["webpack","css","extract","hmr"],"babel":{"presets":[["@babel/preset-env",{"targets":{"node":"6.9.0"}}]]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.js":["eslint --fix","git add"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"prettier":{"singleQuote":true,"trailingComma":"es5","arrowParens":"always"},"gitHead":"e808b8502e7e5b6ee17ffd3f80086020d52a2832","_id":"mini-css-extract-plugin@0.6.0","_nodeVersion":"10.15.0","_npmVersion":"6.9.0","dist":{"shasum":"a3f13372d6fcde912f3ee4cd039665704801e3b9","size":13393,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.6.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.6.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.6.0_1554892691725_0.2124576500854396"},"_hasShrinkwrap":false,"publish_time":1554892691989,"_cnpm_publish_time":1554892691989},"0.5.0":{"name":"mini-css-extract-plugin","version":"0.5.0","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"bin":"","main":"dist/cjs.js","engines":{"node":">= 6.9.0 <7.0.0 || >= 8.9.0"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli dist","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","test:manual":"webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"schema-utils":"^1.0.0","loader-utils":"^1.1.0","webpack-sources":"^1.1.0"},"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","eslint":"^4.17.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","file-loader":"^1.1.11","husky":"^0.14.3","jest":"^22.2.2","lint-staged":"^6.1.0","memory-fs":"^0.4.1","nsp":"^3.1.0","pre-commit":"^1.2.2","prettier":"^1.11.1","standard-version":"^4.3.0","webpack":"^4.14.0","webpack-cli":"^2.0.13","webpack-defaults":"^2.3.0","webpack-dev-server":"^3.1.1"},"keywords":["webpack"],"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"d12cd134a4d41089684b6979ad7cfb9e6a315c83","_id":"mini-css-extract-plugin@0.5.0","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"dist":{"shasum":"ac0059b02b9692515a637115b0cc9fed3a35c7b0","size":10827,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.5.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.5.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.5.0_1544177302679_0.9260561094773996"},"_hasShrinkwrap":false,"publish_time":1544177302837,"_cnpm_publish_time":1544177302837},"0.4.5":{"name":"mini-css-extract-plugin","version":"0.4.5","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"bin":"","main":"dist/cjs.js","engines":{"node":">= 6.9.0 <7.0.0 || >= 8.9.0"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli dist","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","test:manual":"webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"schema-utils":"^1.0.0","loader-utils":"^1.1.0","webpack-sources":"^1.1.0"},"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","eslint":"^4.17.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","file-loader":"^1.1.11","husky":"^0.14.3","jest":"^22.2.2","lint-staged":"^6.1.0","memory-fs":"^0.4.1","nsp":"^3.1.0","pre-commit":"^1.2.2","prettier":"^1.11.1","standard-version":"^4.3.0","webpack":"^4.14.0","webpack-cli":"^2.0.13","webpack-defaults":"^2.3.0","webpack-dev-server":"^3.1.1"},"keywords":["webpack"],"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"c12ddcbe350c4ac9dfb43d14ad4ac52aa64ece36","_id":"mini-css-extract-plugin@0.4.5","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"dist":{"shasum":"c99e9e78d54f3fa775633aee5933aeaa4e80719a","size":10678,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.4.5.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.4.5_1542827792538_0.49355386271189206"},"_hasShrinkwrap":false,"publish_time":1542827792669,"_cnpm_publish_time":1542827792669},"0.4.4":{"name":"mini-css-extract-plugin","version":"0.4.4","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"bin":"","main":"dist/cjs.js","engines":{"node":">= 6.9.0 <7.0.0 || >= 8.9.0"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli dist","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","test:manual":"webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"schema-utils":"^1.0.0","loader-utils":"^1.1.0","webpack-sources":"^1.1.0"},"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","eslint":"^4.17.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","file-loader":"^1.1.11","husky":"^0.14.3","jest":"^22.2.2","lint-staged":"^6.1.0","memory-fs":"^0.4.1","nsp":"^3.1.0","pre-commit":"^1.2.2","prettier":"^1.11.1","standard-version":"^4.3.0","webpack":"^4.14.0","webpack-cli":"^2.0.13","webpack-defaults":"^2.3.0","webpack-dev-server":"^3.1.1"},"keywords":["webpack"],"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"eb218ccd5ce07b880e55833f9b9a9084ba03e68f","_id":"mini-css-extract-plugin@0.4.4","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"c10410a004951bd3cedac1da69053940fccb625d","size":10585,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.4.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.4.4.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.4.4_1539178299001_0.5320473741494631"},"_hasShrinkwrap":false,"publish_time":1539178300174,"_cnpm_publish_time":1539178300174},"0.4.3":{"name":"mini-css-extract-plugin","version":"0.4.3","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"bin":"","main":"dist/cjs.js","engines":{"node":">= 6.9.0 <7.0.0 || >= 8.9.0"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli dist","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","test:manual":"webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"schema-utils":"^1.0.0","loader-utils":"^1.1.0","webpack-sources":"^1.1.0"},"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","eslint":"^4.17.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","file-loader":"^1.1.11","husky":"^0.14.3","jest":"^22.2.2","lint-staged":"^6.1.0","memory-fs":"^0.4.1","nsp":"^3.1.0","pre-commit":"^1.2.2","prettier":"^1.11.1","standard-version":"^4.3.0","webpack":"^4.14.0","webpack-cli":"^2.0.13","webpack-defaults":"^2.3.0","webpack-dev-server":"^3.1.1"},"keywords":["webpack"],"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"aa993daa12a45a326abcdd4f19dcba76db35ed8a","_id":"mini-css-extract-plugin@0.4.3","_npmVersion":"6.4.1","_nodeVersion":"10.9.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"98d60fcc5d228c3e36a9bd15a1d6816d6580beb8","size":10483,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.3.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.4.3.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.4.3_1537295358490_0.798967405629845"},"_hasShrinkwrap":false,"publish_time":1537295358693,"_cnpm_publish_time":1537295358693},"0.4.2":{"name":"mini-css-extract-plugin","version":"0.4.2","description":"extracts CSS into separate files","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"bin":"","main":"dist/cjs.js","engines":{"node":">= 6.9.0 <7.0.0 || >= 8.9.0"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli dist","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","test:manual":"webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"files":["dist"],"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"schema-utils":"^1.0.0","loader-utils":"^1.1.0","webpack-sources":"^1.1.0"},"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","eslint":"^4.17.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","file-loader":"^1.1.11","husky":"^0.14.3","jest":"^22.2.2","lint-staged":"^6.1.0","memory-fs":"^0.4.1","nsp":"^3.1.0","pre-commit":"^1.2.2","prettier":"^1.11.1","standard-version":"^4.3.0","webpack":"^4.14.0","webpack-cli":"^2.0.13","webpack-defaults":"^2.3.0","webpack-dev-server":"^3.1.1"},"keywords":["webpack"],"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"d8e4674f5a7d92dc1a4ed61ac06ce22ec791106d","_id":"mini-css-extract-plugin@0.4.2","_npmVersion":"6.4.0","_nodeVersion":"8.11.1","_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"dist":{"shasum":"b3ecc0d6b1bbe5ff14add42b946a7b200cf78651","size":10268,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.2.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.4.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.4.2_1534858372733_0.7142727763638208"},"_hasShrinkwrap":false,"publish_time":1534858372810,"_cnpm_publish_time":1534858372810},"0.4.1":{"name":"mini-css-extract-plugin","version":"0.4.1","description":"desc","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"bin":"","main":"dist/cjs.js","engines":{"node":">= 6.9.0 <7.0.0 || >= 8.9.0"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli dist","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","test:manual":"webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"files":["dist"],"peerDependencies":{"webpack":"^4.4.0"},"dependencies":{"@webpack-contrib/schema-utils":"^1.0.0-beta.0","loader-utils":"^1.1.0","webpack-sources":"^1.1.0"},"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","eslint":"^4.17.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","file-loader":"^1.1.11","husky":"^0.14.3","jest":"^22.2.2","lint-staged":"^6.1.0","memory-fs":"^0.4.1","nsp":"^3.1.0","pre-commit":"^1.2.2","prettier":"^1.11.1","standard-version":"^4.3.0","webpack":"^4.14.0","webpack-cli":"^2.0.13","webpack-defaults":"^2.3.0","webpack-dev-server":"^3.1.1"},"keywords":["webpack"],"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"4afcfe2a16216d4b5e693d2fc87e177f3c8af1e2","_id":"mini-css-extract-plugin@0.4.1","_npmVersion":"6.1.0","_nodeVersion":"8.11.1","_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"dist":{"shasum":"d2bcf77bb2596b8e4bd9257e43d3f9164c2e86cb","size":9539,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.1.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.4.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.4.1_1530280097058_0.16789616761501347"},"_hasShrinkwrap":false,"publish_time":1530280097159,"_cnpm_publish_time":1530280097159},"0.4.0":{"name":"mini-css-extract-plugin","version":"0.4.0","description":"desc","main":"dist/cjs.js","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"license":"MIT","private":false,"scripts":{"webpack-defaults":"webpack-defaults","start":"npm run build -- -w","appveyor:test":"npm run test","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'","clean":"del-cli dist","lint":"eslint --cache src test","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","test:manual":"webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","travis:lint":"npm run lint && npm run security","travis:test":"npm run test -- --runInBand","travis:coverage":"npm run test:coverage -- --runInBand"},"devDependencies":{"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","cross-env":"^5.1.3","css-loader":"^0.28.10","del-cli":"^1.1.0","eslint":"^4.17.0","eslint-config-webpack":"^1.2.5","eslint-plugin-import":"^2.8.0","jest":"^22.2.2","lint-staged":"^6.1.0","nsp":"^3.1.0","pre-commit":"^1.2.2","standard-version":"^4.3.0","webpack":"^4.4.0","webpack-cli":"^2.0.13","webpack-defaults":"^1.6.0","webpack-dev-server":"^3.1.1"},"files":["dist"],"engines":{"node":">= 6.11.5"},"peerDependencies":{"webpack":"^4.4.0"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"dependencies":{"loader-utils":"^1.1.0","webpack-sources":"^1.1.0"},"gitHead":"e200b083e5a437026d6021262d4ac56088b39e65","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin#readme","_id":"mini-css-extract-plugin@0.4.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"dist":{"shasum":"ff3bf08bee96e618e177c16ca6131bfecef707f9","size":8236,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.4.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.4.0_1522340072912_0.2522280868739948"},"_hasShrinkwrap":false,"publish_time":1522340072985,"_cnpm_publish_time":1522340072985},"0.3.0":{"name":"mini-css-extract-plugin","version":"0.3.0","description":"desc","main":"dist/cjs.js","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"license":"MIT","private":false,"scripts":{"webpack-defaults":"webpack-defaults","start":"npm run build -- -w","appveyor:test":"npm run test","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'","clean":"del-cli dist","lint":"eslint --cache src test","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","test:manual":"webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js","travis:lint":"npm run lint && npm run security","travis:test":"npm run test -- --runInBand","travis:coverage":"npm run test:coverage -- --runInBand"},"devDependencies":{"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","cross-env":"^5.1.3","css-loader":"^0.28.10","del-cli":"^1.1.0","eslint":"^4.17.0","eslint-config-webpack":"^1.2.5","eslint-plugin-import":"^2.8.0","jest":"^22.2.2","lint-staged":"^6.1.0","nsp":"^3.1.0","pre-commit":"^1.2.2","standard-version":"^4.3.0","webpack":"^4.3.0","webpack-cli":"^2.0.13","webpack-defaults":"^1.6.0","webpack-dev-server":"^3.1.1"},"files":["dist"],"engines":{"node":">= 6.11.5"},"peerDependencies":{"webpack":"^4.3.0"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"dependencies":{"loader-utils":"^1.1.0","webpack-sources":"^1.1.0"},"gitHead":"f379ee1322cc47f7ad981a025ba979cdb34d1224","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin#readme","_id":"mini-css-extract-plugin@0.3.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"dist":{"shasum":"f8dc03abb3a8663f1a431143e232fb47fb4d9318","size":8035,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.3.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.3.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.3.0_1522259933392_0.12537583185968715"},"_hasShrinkwrap":false,"publish_time":1522259933616,"_cnpm_publish_time":1522259933616},"0.2.0":{"name":"mini-css-extract-plugin","version":"0.2.0","description":"desc","main":"dist/cjs.js","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"license":"MIT","private":false,"scripts":{"webpack-defaults":"webpack-defaults","start":"npm run build -- -w","appveyor:test":"npm run test","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'","clean":"del-cli dist","lint":"eslint --cache src test","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","travis:lint":"npm run lint && npm run security","travis:test":"npm run test -- --runInBand","travis:coverage":"npm run test:coverage -- --runInBand"},"devDependencies":{"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","cross-env":"^5.1.3","css-loader":"^0.28.10","del-cli":"^1.1.0","eslint":"^4.17.0","eslint-config-webpack":"^1.2.5","eslint-plugin-import":"^2.8.0","jest":"^22.2.2","lint-staged":"^6.1.0","nsp":"^3.1.0","pre-commit":"^1.2.2","standard-version":"^4.3.0","webpack":"^4.1.0","webpack-defaults":"^1.6.0"},"files":["dist"],"engines":{"node":">= 6.11.5"},"peerDependencies":{"webpack":"^4.1.0"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"dependencies":{"loader-utils":"^1.1.0","webpack-sources":"^1.1.0"},"gitHead":"bc488b1249e2979cc0c035b7f329bda25c5d342f","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin#readme","_id":"mini-css-extract-plugin@0.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"dist":{"shasum":"7a16b0e1096c86de8e4d1c3b063aa1aeae88d41d","size":6771,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.2.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.2.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.2.0_1520426224655_0.3555865372006397"},"_hasShrinkwrap":false,"publish_time":1520426224752,"_cnpm_publish_time":1520426224752},"0.1.0":{"name":"mini-css-extract-plugin","version":"0.1.0","description":"desc","main":"dist/cjs.js","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"},"author":{"name":"Tobias Koppers @sokra"},"license":"MIT","private":false,"scripts":{"webpack-defaults":"webpack-defaults","start":"npm run build -- -w","appveyor:test":"npm run test","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'","clean":"del-cli dist","lint":"eslint --cache src test","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","travis:lint":"npm run lint && npm run security","travis:test":"npm run test -- --runInBand","travis:coverage":"npm run test:coverage -- --runInBand"},"devDependencies":{"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","cross-env":"^5.1.3","css-loader":"^0.28.10","del-cli":"^1.1.0","eslint":"^4.17.0","eslint-config-webpack":"^1.2.5","eslint-plugin-import":"^2.8.0","jest":"^22.2.2","lint-staged":"^6.1.0","nsp":"^3.1.0","pre-commit":"^1.2.2","standard-version":"^4.3.0","webpack":"^3.11.0","webpack-defaults":"^1.6.0"},"files":["dist"],"engines":{"node":">= 6.11.5"},"peerDependencies":{"webpack":"^4.1.0"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"dependencies":{"loader-utils":"^1.1.0","webpack-sources":"^1.1.0"},"gitHead":"31742323d4a6004ee4a2d2be92f642de01f66cbc","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin#readme","_id":"mini-css-extract-plugin@0.1.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"dist":{"shasum":"913d0358b7f75573554702b773c3851b163c70c4","size":6584,"noattachment":false,"key":"/mini-css-extract-plugin/-/mini-css-extract-plugin-0.1.0.tgz","tarball":"http://name.csiicloud.com:7001/mini-css-extract-plugin/download/mini-css-extract-plugin-0.1.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":""},{"name":"jhnns","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mini-css-extract-plugin_0.1.0_1520161193553_0.18612077190962517"},"_hasShrinkwrap":false,"publish_time":1520161193741,"_cnpm_publish_time":1520161193741}},"readme":"<div align=\"center\">\n  <img width=\"200\" height=\"200\" src=\"https://cdn.worldvectorlogo.com/logos/logo-javascript.svg\">\n  <a href=\"https://webpack.js.org/\">\n    <img width=\"200\" height=\"200\" vspace=\"\" hspace=\"25\" src=\"https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon-square-big.svg\">\n  </a>\n  <h1>mini-css-extract-plugin</h1>\n</div>\n\n[![npm][npm]][npm-url]\n[![node][node]][node-url]\n[![tests][tests]][tests-url]\n[![coverage][cover]][cover-url]\n[![chat][chat]][chat-url]\n[![size][size]][size-url]\n\n# mini-css-extract-plugin\n\nThis plugin extracts CSS into separate files. It creates a CSS file per JS file which contains CSS. It supports On-Demand-Loading of CSS and SourceMaps.\n\nIt builds on top of a new webpack v5 feature and requires webpack 5 to work.\n\nCompared to the extract-text-webpack-plugin:\n\n- Async loading\n- No duplicate compilation (performance)\n- Easier to use\n- Specific to CSS\n\n## Getting Started\n\nTo begin, you'll need to install `mini-css-extract-plugin`:\n\n```console\nnpm install --save-dev mini-css-extract-plugin\n```\n\nor\n\n```console\nyarn add -D mini-css-extract-plugin\n```\n\nor\n\n```console\npnpm add -D mini-css-extract-plugin\n```\n\nIt's recommended to combine `mini-css-extract-plugin` with the [`css-loader`](https://github.com/webpack-contrib/css-loader)\n\nThen add the loader and the plugin to your `webpack` config. For example:\n\n**style.css**\n\n```css\nbody {\n  background: green;\n}\n```\n\n**component.js**\n\n```js\nimport \"./style.css\";\n```\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [new MiniCssExtractPlugin()],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/i,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n};\n```\n\n> **Warning**\n>\n> Note that if you import CSS from your webpack entrypoint or import styles in the [initial](https://webpack.js.org/concepts/under-the-hood/#chunks) chunk, `mini-css-extract-plugin` will not load this CSS into the page. Please use [`html-webpack-plugin`](https://github.com/jantimon/html-webpack-plugin) for automatic generation `link` tags or create `index.html` file with `link` tag.\n\n> **Warning**\n>\n> Source maps works only for `source-map`/`nosources-source-map`/`hidden-nosources-source-map`/`hidden-source-map` values because CSS only supports source maps with the `sourceMappingURL` comment (i.e. `//# sourceMappingURL=style.css.map`). If you need set `devtool` to another value you can enable source maps generation for extracted CSS using [`sourceMap: true`](https://github.com/webpack-contrib/css-loader#sourcemap) for `css-loader`.\n\n## Options\n\n### Plugin Options\n\n- **[`filename`](#filename)**\n- **[`chunkFilename`](#chunkFilename)**\n- **[`ignoreOrder`](#ignoreOrder)**\n- **[`insert`](#insert)**\n- **[`attributes`](#attributes)**\n- **[`linkType`](#linkType)**\n- **[`runtime`](#runtime)**\n- **[`experimentalUseImportModule`](#experimentalUseImportModule)**\n\n#### `filename`\n\nType:\n\n```ts\ntype filename =\n  | string\n  | ((pathData: PathData, assetInfo?: AssetInfo) => string);\n```\n\nDefault: `[name].css`\n\nThis option determines the name of each output CSS file.\n\nWorks like [`output.filename`](https://webpack.js.org/configuration/output/#outputfilename)\n\n#### `chunkFilename`\n\nType:\n\n```ts\ntype chunkFilename =\n  | string\n  | ((pathData: PathData, assetInfo?: AssetInfo) => string);\n```\n\nDefault: `based on filename`\n\n> Specifying `chunkFilename` as a `function` is only available in webpack@5\n\nThis option determines the name of non-entry chunk files.\n\nWorks like [`output.chunkFilename`](https://webpack.js.org/configuration/output/#outputchunkfilename)\n\n#### `ignoreOrder`\n\nType:\n\n```ts\ntype ignoreOrder = boolean;\n```\n\nDefault: `false`\n\nRemove Order Warnings.\nSee [examples](#remove-order-warnings) below for details.\n\n#### `insert`\n\nType:\n\n```ts\ntype insert = string | ((linkTag: HTMLLinkElement) => void);\n```\n\nDefault: `document.head.appendChild(linkTag);`\n\nInserts the `link` tag at the given position for [non-initial (async)](https://webpack.js.org/concepts/under-the-hood/#chunks) CSS chunks\n\n> **Warning**\n>\n> Only for [non-initial (async)](https://webpack.js.org/concepts/under-the-hood/#chunks) chunks.\n\nBy default, the `mini-css-extract-plugin` appends styles (`<link>` elements) to `document.head` of the current `window`.\n\nHowever in some circumstances it might be necessary to have finer control over the append target or even delay `link` elements insertion.\nFor example this is the case when you asynchronously load styles for an application that runs inside of an iframe.\nIn such cases `insert` can be configured to be a function or a custom selector.\n\nIf you target an [iframe](https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement) make sure that the parent document has sufficient access rights to reach into the frame document and append elements to it.\n\n##### `string`\n\nAllows to setup custom [query selector](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector).\nA new `<link>` element will be inserted after the found item.\n\n**webpack.config.js**\n\n```js\nnew MiniCssExtractPlugin({\n  insert: \"#some-element\",\n});\n```\n\nA new `<link>` element will be inserted after the element with id `some-element`.\n\n##### `function`\n\nAllows to override default behavior and insert styles at any position.\n\n> ⚠ Do not forget that this code will run in the browser alongside your application. Since not all browsers support latest ECMA features like `let`, `const`, `arrow function expression` and etc we recommend you to use only ECMA 5 features and syntax.\n\n> > ⚠ The `insert` function is serialized to string and passed to the plugin. This means that it won't have access to the scope of the webpack configuration module.\n\n**webpack.config.js**\n\n```js\nnew MiniCssExtractPlugin({\n  insert: function (linkTag) {\n    var reference = document.querySelector(\"#some-element\");\n    if (reference) {\n      reference.parentNode.insertBefore(linkTag, reference);\n    }\n  },\n});\n```\n\nA new `<link>` element will be inserted before the element with id `some-element`.\n\n#### `attributes`\n\nType:\n\n```ts\ntype attributes = Record<string, string>};\n```\n\nDefault: `{}`\n\n> **Warning**\n>\n> Only for [non-initial (async)](https://webpack.js.org/concepts/under-the-hood/#chunks) chunks.\n\nIf defined, the `mini-css-extract-plugin` will attach given attributes with their values on `<link>` element.\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      attributes: {\n        id: \"target\",\n        \"data-target\": \"example\",\n      },\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/i,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n};\n```\n\n> **Note**\n>\n> It's only applied to dynamically loaded css chunks, if you want to modify link attributes inside html file, please using [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin)\n\n#### `linkType`\n\nType:\n\n```ts\ntype linkType = string | boolean;\n```\n\nDefault: `text/css`\n\nThis option allows loading asynchronous chunks with a custom link type, such as `<link type=\"text/css\" ...>`.\n\n##### `string`\n\nPossible values: `text/css`\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      linkType: \"text/css\",\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/i,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n};\n```\n\n##### `boolean`\n\n`false` disables the link `type` attribute\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      linkType: false,\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/i,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n};\n```\n\n#### `runtime`\n\nType:\n\n```ts\ntype runtime = boolean;\n```\n\nDefault: `true`\n\nAllows to enable/disable the runtime generation.\nCSS will be still extracted and can be used for a custom loading methods.\nFor example, you can use [assets-webpack-plugin](https://github.com/ztoben/assets-webpack-plugin) to retrieve them then use your own runtime code to download assets when needed.\n\n`false` to skip.\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      runtime: false,\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/i,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n};\n```\n\n#### `experimentalUseImportModule`\n\nType:\n\n```ts\ntype experimentalUseImportModule = boolean;\n```\n\nDefault: `undefined`\n\nEnabled by default if not explicitly enabled (i.e. `true` and `false` allow you to explicitly control this option) and new API is available (at least webpack `5.52.0` is required).\nBoolean values are available since version `5.33.2`, but you need to enable `experiments.executeModule` (not required from webpack `5.52.0`).\n\nUse a new webpack API to execute modules instead of child compilers.\nThis improves performance and memory usage a lot.\n\nWhen combined with `experiments.layers`, this adds a `layer` option to the loader options to specify the layer of the css execution.\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      // You don't need this for `>= 5.52.0` due to the fact that this is enabled by default\n      // Required only for `>= 5.33.2 & <= 5.52.0`\n      // Not available/unsafe for `<= 5.33.2`\n      experimentalUseImportModule: true,\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/i,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n};\n```\n\n### Loader Options\n\n- **[`publicPath`](#publicPath)**\n- **[`emit`](#emit)**\n- **[`esModule`](#esModule)**\n\n#### `publicPath`\n\nType:\n\n```ts\ntype publicPath =\n  | string\n  | ((resourcePath: string, rootContext: string) => string);\n```\n\nDefault: the `publicPath` in `webpackOptions.output`\n\nSpecifies a custom public path for the external resources like images, files, etc inside `CSS`.\nWorks like [`output.publicPath`](https://webpack.js.org/configuration/output/#outputpublicpath)\n\n##### `string`\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      // Options similar to the same options in webpackOptions.output\n      // both options are optional\n      filename: \"[name].css\",\n      chunkFilename: \"[id].css\",\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [\n          {\n            loader: MiniCssExtractPlugin.loader,\n            options: {\n              publicPath: \"/public/path/to/\",\n            },\n          },\n          \"css-loader\",\n        ],\n      },\n    ],\n  },\n};\n```\n\n##### `function`\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      // Options similar to the same options in webpackOptions.output\n      // both options are optional\n      filename: \"[name].css\",\n      chunkFilename: \"[id].css\",\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [\n          {\n            loader: MiniCssExtractPlugin.loader,\n            options: {\n              publicPath: (resourcePath, context) => {\n                return path.relative(path.dirname(resourcePath), context) + \"/\";\n              },\n            },\n          },\n          \"css-loader\",\n        ],\n      },\n    ],\n  },\n};\n```\n\n#### `emit`\n\nType:\n\n```ts\ntype emit = boolean;\n```\n\nDefault: `true`\n\nIf true, emits a file (writes a file to the filesystem). If false, the plugin will extract the CSS but **will not** emit the file.\nIt is often useful to disable this option for server-side packages.\n\n#### `esModule`\n\nType:\n\n```ts\ntype esModule = boolean;\n```\n\nDefault: `true`\n\nBy default, `mini-css-extract-plugin` generates JS modules that use the ES modules syntax.\nThere are some cases in which using ES modules is beneficial, like in the case of [module concatenation](https://webpack.js.org/plugins/module-concatenation-plugin/) and [tree shaking](https://webpack.js.org/guides/tree-shaking/).\n\nYou can enable a CommonJS syntax using:\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [new MiniCssExtractPlugin()],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/i,\n        use: [\n          {\n            loader: MiniCssExtractPlugin.loader,\n            options: {\n              esModule: false,\n            },\n          },\n          \"css-loader\",\n        ],\n      },\n    ],\n  },\n};\n```\n\n## Examples\n\n### Recommended\n\nFor `production` builds it's recommended to extract the CSS from your bundle being able to use parallel loading of CSS/JS resources later on.\nThis can be achieved by using the `mini-css-extract-plugin`, because it creates separate css files.\nFor `development` mode (including `webpack-dev-server`) you can use [style-loader](https://github.com/webpack-contrib/style-loader), because it injects CSS into the DOM using multiple <style></style> and works faster.\n\n> Do not use `style-loader` and `mini-css-extract-plugin` together.\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\nconst devMode = process.env.NODE_ENV !== \"production\";\n\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.(sa|sc|c)ss$/,\n        use: [\n          devMode ? \"style-loader\" : MiniCssExtractPlugin.loader,\n          \"css-loader\",\n          \"postcss-loader\",\n          \"sass-loader\",\n        ],\n      },\n    ],\n  },\n  plugins: [].concat(devMode ? [] : [new MiniCssExtractPlugin()]),\n};\n```\n\n### Minimal example\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      // Options similar to the same options in webpackOptions.output\n      // all options are optional\n      filename: \"[name].css\",\n      chunkFilename: \"[id].css\",\n      ignoreOrder: false, // Enable to remove warnings about conflicting order\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [\n          {\n            loader: MiniCssExtractPlugin.loader,\n            options: {\n              // you can specify a publicPath here\n              // by default it uses publicPath in webpackOptions.output\n              publicPath: \"../\",\n            },\n          },\n          \"css-loader\",\n        ],\n      },\n    ],\n  },\n};\n```\n\n### Named export for CSS Modules\n\n> ⚠ Names of locals are converted to `camelCase`.\n\n> ⚠ It is not allowed to use JavaScript reserved words in css class names.\n\n> ⚠ Options `esModule` and `modules.namedExport` in `css-loader` should be enabled.\n\n**styles.css**\n\n```css\n.foo-baz {\n  color: red;\n}\n.bar {\n  color: blue;\n}\n```\n\n**index.js**\n\n```js\nimport { fooBaz, bar } from \"./styles.css\";\n\nconsole.log(fooBaz, bar);\n```\n\nYou can enable a ES module named export using:\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [new MiniCssExtractPlugin()],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [\n          {\n            loader: MiniCssExtractPlugin.loader,\n          },\n          {\n            loader: \"css-loader\",\n            options: {\n              esModule: true,\n              modules: {\n                namedExport: true,\n                localIdentName: \"foo__[name]__[local]\",\n              },\n            },\n          },\n        ],\n      },\n    ],\n  },\n};\n```\n\n### The `publicPath` option as function\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      // Options similar to the same options in webpackOptions.output\n      // both options are optional\n      filename: \"[name].css\",\n      chunkFilename: \"[id].css\",\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [\n          {\n            loader: MiniCssExtractPlugin.loader,\n            options: {\n              publicPath: (resourcePath, context) => {\n                // publicPath is the relative path of the resource to the context\n                // e.g. for ./css/admin/main.css the publicPath will be ../../\n                // while for ./css/main.css the publicPath will be ../\n                return path.relative(path.dirname(resourcePath), context) + \"/\";\n              },\n            },\n          },\n          \"css-loader\",\n        ],\n      },\n    ],\n  },\n};\n```\n\n### Advanced configuration example\n\nThis plugin should not be used with `style-loader` in the loaders chain.\n\nHere is an example to have both HMR in `development` and your styles extracted in a file for `production` builds.\n\n(Loaders options left out for clarity, adapt accordingly to your needs.)\n\nYou should not use `HotModuleReplacementPlugin` plugin if you are using a `webpack-dev-server`.\n`webpack-dev-server` enables / disables HMR using `hot` option.\n\n**webpack.config.js**\n\n```js\nconst webpack = require(\"webpack\");\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\nconst devMode = process.env.NODE_ENV !== \"production\";\n\nconst plugins = [\n  new MiniCssExtractPlugin({\n    // Options similar to the same options in webpackOptions.output\n    // both options are optional\n    filename: devMode ? \"[name].css\" : \"[name].[contenthash].css\",\n    chunkFilename: devMode ? \"[id].css\" : \"[id].[contenthash].css\",\n  }),\n];\nif (devMode) {\n  // only enable hot in development\n  plugins.push(new webpack.HotModuleReplacementPlugin());\n}\n\nmodule.exports = {\n  plugins,\n  module: {\n    rules: [\n      {\n        test: /\\.(sa|sc|c)ss$/,\n        use: [\n          MiniCssExtractPlugin.loader,\n          \"css-loader\",\n          \"postcss-loader\",\n          \"sass-loader\",\n        ],\n      },\n    ],\n  },\n};\n```\n\n### Hot Module Reloading (HMR)\n\n> **Note**\n>\n> HMR is automatically supported in webpack 5. No need to configure it. Skip the following:\n\nThe `mini-css-extract-plugin` supports hot reloading of actual css files in development.\nSome options are provided to enable HMR of both standard stylesheets and locally scoped CSS or CSS modules.\nBelow is an example configuration of mini-css for HMR use with CSS modules.\n\nYou should not use `HotModuleReplacementPlugin` plugin if you are using a `webpack-dev-server`.\n`webpack-dev-server` enables / disables HMR using `hot` option.\n\n**webpack.config.js**\n\n```js\nconst webpack = require(\"webpack\");\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nconst plugins = [\n  new MiniCssExtractPlugin({\n    // Options similar to the same options in webpackOptions.output\n    // both options are optional\n    filename: devMode ? \"[name].css\" : \"[name].[contenthash].css\",\n    chunkFilename: devMode ? \"[id].css\" : \"[id].[contenthash].css\",\n  }),\n];\nif (devMode) {\n  // only enable hot in development\n  plugins.push(new webpack.HotModuleReplacementPlugin());\n}\n\nmodule.exports = {\n  plugins,\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [\n          {\n            loader: MiniCssExtractPlugin.loader,\n            options: {},\n          },\n          \"css-loader\",\n        ],\n      },\n    ],\n  },\n};\n```\n\n### Minimizing For Production\n\nTo minify the output, use a plugin like [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin).\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\nconst CssMinimizerPlugin = require(\"css-minimizer-webpack-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      filename: \"[name].css\",\n      chunkFilename: \"[id].css\",\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n  optimization: {\n    minimizer: [\n      // For webpack@5 you can use the `...` syntax to extend existing minimizers (i.e. `terser-webpack-plugin`), uncomment the next line\n      // `...`,\n      new CssMinimizerPlugin(),\n    ],\n  },\n};\n```\n\nThis will enable CSS optimization only in production mode. If you want to run it also in development set the `optimization.minimize` option to true.\n\n### Using preloaded or inlined CSS\n\nThe runtime code detects already added CSS via `<link>` or `<style>` tag.\nThis can be useful when injecting CSS on server-side for Server-Side-Rendering.\nThe `href` of the `<link>` tag has to match the URL that will be used for loading the CSS chunk.\nThe `data-href` attribute can be used for `<link>` and `<style>` too.\nWhen inlining CSS `data-href` must be used.\n\n### Extracting all CSS in a single file\n\nThe CSS can be extracted in one CSS file using `optimization.splitChunks.cacheGroups`.\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  optimization: {\n    splitChunks: {\n      cacheGroups: {\n        styles: {\n          name: \"styles\",\n          type: \"css/mini-extract\",\n          chunks: \"all\",\n          enforce: true,\n        },\n      },\n    },\n  },\n  plugins: [\n    new MiniCssExtractPlugin({\n      filename: \"[name].css\",\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n};\n```\n\nNote that `type` should be used instead of `test` in Webpack 5, or else an extra `.js` file can be generated besides the `.css` file. This is because `test` doesn't know which modules should be dropped (in this case, it won't detect that `.js` should be dropped).\n\n### Extracting CSS based on entry\n\nYou may also extract the CSS based on the webpack entry name.\nThis is especially useful if you import routes dynamically but want to keep your CSS bundled according to entry.\nThis also prevents the CSS duplication issue one had with the ExtractTextPlugin.\n\n```js\nconst path = require(\"path\");\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  entry: {\n    foo: path.resolve(__dirname, \"src/foo\"),\n    bar: path.resolve(__dirname, \"src/bar\"),\n  },\n  optimization: {\n    splitChunks: {\n      cacheGroups: {\n        fooStyles: {\n          type: \"css/mini-extract\",\n          name: \"styles_foo\",\n          chunks: (chunk) => {\n            return chunk.name === \"foo\";\n          },\n          enforce: true,\n        },\n        barStyles: {\n          type: \"css/mini-extract\",\n          name: \"styles_bar\",\n          chunks: (chunk) => {\n            return chunk.name === \"bar\";\n          },\n          enforce: true,\n        },\n      },\n    },\n  },\n  plugins: [\n    new MiniCssExtractPlugin({\n      filename: \"[name].css\",\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n};\n```\n\n### Filename Option as function\n\nWith the `filename` option you can use chunk data to customize the filename.\nThis is particularly useful when dealing with multiple entry points and wanting to get more control out of the filename for a given entry point/chunk.\nIn the example below, we'll use `filename` to output the generated css into a different directory.\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      filename: ({ chunk }) => `${chunk.name.replace(\"/js/\", \"/css/\")}.css`,\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n};\n```\n\n### Long Term Caching\n\nFor long term caching use `filename: \"[contenthash].css\"`. Optionally add `[name]`.\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      filename: \"[name].[contenthash].css\",\n      chunkFilename: \"[id].[contenthash].css\",\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n};\n```\n\n### Remove Order Warnings\n\nFor projects where css ordering has been mitigated through consistent use of scoping or naming conventions, such as [CSS Modules](https://github.com/css-modules/css-modules), the css order warnings can be disabled by setting the ignoreOrder flag to true for the plugin.\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  plugins: [\n    new MiniCssExtractPlugin({\n      ignoreOrder: true,\n    }),\n  ],\n  module: {\n    rules: [\n      {\n        test: /\\.css$/i,\n        use: [MiniCssExtractPlugin.loader, \"css-loader\"],\n      },\n    ],\n  },\n};\n```\n\n### Multiple Themes\n\n**webpack.config.js**\n\n```js\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nmodule.exports = {\n  entry: \"./src/index.js\",\n  module: {\n    rules: [\n      {\n        test: /\\.s[ac]ss$/i,\n        oneOf: [\n          {\n            resourceQuery: \"?dark\",\n            use: [\n              MiniCssExtractPlugin.loader,\n              \"css-loader\",\n              {\n                loader: \"sass-loader\",\n                options: {\n                  additionalData: `@use 'dark-theme/vars' as vars;`,\n                },\n              },\n            ],\n          },\n          {\n            use: [\n              MiniCssExtractPlugin.loader,\n              \"css-loader\",\n              {\n                loader: \"sass-loader\",\n                options: {\n                  additionalData: `@use 'light-theme/vars' as vars;`,\n                },\n              },\n            ],\n          },\n        ],\n      },\n    ],\n  },\n  plugins: [\n    new MiniCssExtractPlugin({\n      filename: \"[name].css\",\n      attributes: {\n        id: \"theme\",\n      },\n    }),\n  ],\n};\n```\n\n**src/index.js**\n\n```js\nimport \"./style.scss\";\n\nlet theme = \"light\";\nconst themes = {};\n\nthemes[theme] = document.querySelector(\"#theme\");\n\nasync function loadTheme(newTheme) {\n  // eslint-disable-next-line no-console\n  console.log(`CHANGE THEME - ${newTheme}`);\n\n  const themeElement = document.querySelector(\"#theme\");\n\n  if (themeElement) {\n    themeElement.remove();\n  }\n\n  if (themes[newTheme]) {\n    // eslint-disable-next-line no-console\n    console.log(`THEME ALREADY LOADED - ${newTheme}`);\n\n    document.head.appendChild(themes[newTheme]);\n\n    return;\n  }\n\n  if (newTheme === \"dark\") {\n    // eslint-disable-next-line no-console\n    console.log(`LOADING THEME - ${newTheme}`);\n\n    import(/* webpackChunkName: \"dark\" */ \"./style.scss?dark\").then(() => {\n      themes[newTheme] = document.querySelector(\"#theme\");\n\n      // eslint-disable-next-line no-console\n      console.log(`LOADED - ${newTheme}`);\n    });\n  }\n}\n\ndocument.onclick = () => {\n  if (theme === \"light\") {\n    theme = \"dark\";\n  } else {\n    theme = \"light\";\n  }\n\n  loadTheme(theme);\n};\n```\n\n**src/dark-theme/\\_vars.scss**\n\n```scss\n$background: black;\n```\n\n**src/light-theme/\\_vars.scss**\n\n```scss\n$background: white;\n```\n\n**src/styles.scss**\n\n```scss\nbody {\n  background-color: vars.$background;\n}\n```\n\n**public/index.html**\n\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n    <title>Document</title>\n    <link id=\"theme\" rel=\"stylesheet\" type=\"text/css\" href=\"./main.css\" />\n  </head>\n  <body>\n    <script src=\"./main.js\"></script>\n  </body>\n</html>\n```\n\n### Media Query Plugin\n\nIf you'd like to extract the media queries from the extracted CSS (so mobile users don't need to load desktop or tablet specific CSS anymore) you should use one of the following plugins:\n\n- [Media Query Plugin](https://github.com/SassNinja/media-query-plugin)\n- [Media Query Splitting Plugin](https://github.com/mike-diamond/media-query-splitting-plugin)\n\n## Contributing\n\nPlease take a moment to read our contributing guidelines if you haven't yet done so.\n\n[CONTRIBUTING](./.github/CONTRIBUTING.md)\n\n## License\n\n[MIT](./LICENSE)\n\n[npm]: https://img.shields.io/npm/v/mini-css-extract-plugin.svg\n[npm-url]: https://npmjs.com/package/mini-css-extract-plugin\n[node]: https://img.shields.io/node/v/mini-css-extract-plugin.svg\n[node-url]: https://nodejs.org\n[tests]: https://github.com/webpack-contrib/mini-css-extract-plugin/workflows/mini-css-extract-plugin/badge.svg\n[tests-url]: https://github.com/webpack-contrib/mini-css-extract-plugin/actions\n[cover]: https://codecov.io/gh/webpack-contrib/mini-css-extract-plugin/branch/master/graph/badge.svg\n[cover-url]: https://codecov.io/gh/webpack-contrib/mini-css-extract-plugin\n[chat]: https://badges.gitter.im/webpack/webpack.svg\n[chat-url]: https://gitter.im/webpack/webpack\n[size]: https://packagephobia.now.sh/badge?p=mini-css-extract-plugin\n[size-url]: https://packagephobia.now.sh/result?p=mini-css-extract-plugin\n","_attachments":{},"homepage":"https://github.com/webpack-contrib/mini-css-extract-plugin","bugs":{"url":"https://github.com/webpack-contrib/mini-css-extract-plugin/issues"},"license":"MIT"}