{"_id":"stylelint-webpack-plugin","_rev":"3292845","name":"stylelint-webpack-plugin","description":"A Stylelint plugin for webpack","dist-tags":{"2x":"2.5.0","latest":"5.0.1"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"time":{"modified":"2024-05-30T03:17:52.000Z","created":"2016-03-17T13:51:35.829Z","5.0.1":"2024-05-24T16:13:36.823Z","5.0.0":"2024-02-02T11:41:33.612Z","4.1.1":"2023-04-10T20:30:30.266Z","2.5.0":"2023-03-10T13:04:36.835Z","4.1.0":"2023-02-18T16:28:29.847Z","4.0.0":"2023-02-02T12:36:17.208Z","3.3.0":"2022-05-20T17:18:38.548Z","2.4.0":"2022-05-20T17:15:08.604Z","3.2.0":"2022-03-21T13:25:23.991Z","3.1.1":"2022-01-14T00:10:20.186Z","2.3.2":"2022-01-13T23:22:43.131Z","2.3.1":"2021-11-11T13:46:18.681Z","2.3.0":"2021-11-11T13:38:40.765Z","3.1.0":"2021-11-01T13:16:42.218Z","3.0.1":"2021-07-20T14:21:40.210Z","3.0.0":"2021-07-19T16:02:36.606Z","2.2.2":"2021-06-24T18:27:11.195Z","2.2.1":"2021-06-21T11:37:27.534Z","2.2.0":"2021-06-15T20:39:55.849Z","2.1.1":"2020-10-14T22:11:34.982Z","2.1.0":"2020-06-17T17:33:54.852Z","2.0.0":"2020-05-04T01:53:54.667Z","1.2.3":"2020-02-08T14:35:16.149Z","1.2.2":"2020-02-08T01:57:37.041Z","1.2.1":"2020-01-16T00:03:09.149Z","1.2.0":"2020-01-13T12:54:12.203Z","1.1.2":"2019-12-04T11:38:50.816Z","1.1.1":"2019-12-01T11:45:13.541Z","1.1.0":"2019-11-18T13:31:25.851Z","1.0.4":"2019-11-13T14:25:06.248Z","1.0.3":"2019-10-25T11:26:44.627Z","1.0.2":"2019-10-07T22:08:11.812Z","1.0.1":"2019-09-30T14:01:40.812Z","1.0.0":"2019-09-30T11:35:31.268Z","0.10.5":"2018-05-10T18:43:31.161Z","0.10.4":"2018-03-31T15:30:40.520Z","0.10.3":"2018-02-21T05:54:22.505Z","0.10.2":"2018-02-15T01:58:02.340Z","0.10.1":"2018-01-14T21:26:37.315Z","0.10.0":"2018-01-14T21:13:41.926Z","0.9.0":"2017-07-19T21:53:30.082Z","0.8.0":"2017-06-27T18:09:41.470Z","0.7.1":"2017-06-21T23:18:19.366Z","0.7.0":"2017-02-24T18:23:39.703Z","0.6.0":"2017-02-12T17:32:24.764Z","0.5.1":"2017-01-09T00:28:06.663Z","0.5.0":"2017-01-08T23:01:11.729Z","0.4.2":"2016-12-18T16:28:05.222Z","0.4.1":"2016-12-18T08:57:45.936Z","0.4.0":"2016-09-30T00:24:58.986Z","0.3.1":"2016-08-16T19:11:29.899Z","0.3.0":"2016-08-04T18:27:34.804Z","0.2.0":"2016-04-20T23:26:23.030Z","0.1.0":"2016-04-07T21:38:12.338Z","0.0.2":"2016-03-17T13:51:35.829Z"},"users":{},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"versions":{"5.0.1":{"name":"stylelint-webpack-plugin","version":"5.0.1","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 18.12.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist types","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:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:spelling":"cspell \"**/*.*\"","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","fix:js":"npm run lint:js -- --fix","fix:prettier":"npm run lint:prettier -- --write","fix":"npm-run-all -l fix:js fix:prettier","test:only":"cross-env NODE_OPTIONS=--experimental-vm-modules NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0","webpack":"^5.0.0"},"dependencies":{"globby":"^11.1.0","jest-worker":"^29.7.0","micromatch":"^4.0.5","normalize-path":"^3.0.0","schema-utils":"^4.2.0"},"devDependencies":{"@babel/cli":"^7.24.5","@babel/core":"^7.24.5","@babel/preset-env":"^7.24.5","@commitlint/cli":"^19.3.0","@commitlint/config-conventional":"^19.2.2","@types/file-entry-cache":"^5.0.4","@types/fs-extra":"^11.0.4","@types/micromatch":"^4.0.7","@types/node":"^20.12.8","@types/normalize-path":"^3.0.2","@types/webpack":"^5.28.5","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^29.7.0","chokidar":"^3.6.0","cross-env":"^7.0.3","cspell":"^8.8.0","del":"^7.1.0","del-cli":"^5.1.0","eslint":"^8.57.0","eslint-config-prettier":"^9.1.0","eslint-plugin-import":"^2.29.1","file-loader":"^6.2.0","fs-extra":"^11.2.0","husky":"^9.0.11","jest":"^29.7.0","lint-staged":"^15.2.2","npm-run-all":"^4.1.5","postcss-scss":"^4.0.9","prettier":"^3.2.5","standard-version":"^9.5.0","stylelint":"^16.5.0","typescript":"^5.4.5","webpack":"^5.91.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"32c4b49bdd3b63c9c8c159fe7179ea2c6fa7fc93","_id":"stylelint-webpack-plugin@5.0.1","_nodeVersion":"20.13.1","_npmVersion":"8.13.2","dist":{"shasum":"13a7589a8d4cc00b155b9f792876334ca0bcaf71","size":11669,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-5.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-5.0.1.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_5.0.1_1716567216680_0.033715642864289075"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-24T16:13:36.823Z","publish_time":1716567216823,"_source_registry_name":"default","_cnpm_publish_time":1716567216823},"5.0.0":{"name":"stylelint-webpack-plugin","version":"5.0.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 18.12.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist types","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:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:spelling":"cspell \"**/*.*\"","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","fix:js":"npm run lint:js -- --fix","fix:prettier":"npm run lint:prettier -- --write","fix":"npm-run-all -l fix:js fix:prettier","test:only":"cross-env NODE_OPTIONS=--experimental-vm-modules NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0","webpack":"^5.0.0"},"dependencies":{"globby":"^11.1.0","jest-worker":"^29.7.0","micromatch":"^4.0.5","normalize-path":"^3.0.0","schema-utils":"^4.2.0"},"devDependencies":{"@babel/cli":"^7.23.4","@babel/core":"^7.23.7","@babel/preset-env":"^7.23.8","@commitlint/cli":"^18.6.0","@commitlint/config-conventional":"^18.6.0","@types/file-entry-cache":"^5.0.4","@types/fs-extra":"^11.0.4","@types/micromatch":"^4.0.6","@types/node":"^20.11.6","@types/normalize-path":"^3.0.2","@types/webpack":"^5.28.5","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^29.7.0","chokidar":"^3.5.3","cross-env":"^7.0.3","cspell":"^8.3.2","del":"^7.1.0","del-cli":"^5.1.0","eslint":"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-plugin-import":"^2.29.1","file-loader":"^6.2.0","fs-extra":"^11.2.0","husky":"^8.0.3","jest":"^29.7.0","lint-staged":"^15.2.0","npm-run-all":"^4.1.5","postcss-scss":"^4.0.9","prettier":"^3.2.4","standard-version":"^9.5.0","stylelint":"^16.2.0","typescript":"^5.3.3","webpack":"^5.90.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"3d73db94eef243c79e45a872b5139d86473cff43","_id":"stylelint-webpack-plugin@5.0.0","_nodeVersion":"20.10.0","_npmVersion":"8.13.2","dist":{"shasum":"6315ee028c20d92be60ef2cedba6091c8107735d","size":11658,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-5.0.0.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_5.0.0_1706874093469_0.8977087169174374"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-02T11:41:33.612Z","publish_time":1706874093612,"_source_registry_name":"default","_cnpm_publish_time":1706874093612},"4.1.1":{"name":"stylelint-webpack-plugin","version":"4.1.1","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 14.15.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist types","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:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:spelling":"cspell \"**/*.*\"","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0 || ^15.0.0","webpack":"^5.0.0"},"dependencies":{"globby":"^11.1.0","jest-worker":"^29.5.0","micromatch":"^4.0.5","normalize-path":"^3.0.0","schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.21.0","@babel/core":"^7.21.4","@babel/preset-env":"^7.21.4","@commitlint/cli":"^17.5.1","@commitlint/config-conventional":"^17.4.4","@types/file-entry-cache":"^5.0.2","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/node":"^18.15.11","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^29.5.0","chokidar":"^3.5.3","cross-env":"^7.0.3","cspell":"^6.31.1","del":"^6.1.1","del-cli":"^4.0.1","eslint":"^8.38.0","eslint-config-prettier":"^8.8.0","eslint-plugin-import":"^2.27.5","file-loader":"^6.2.0","fs-extra":"^10.1.0","husky":"^8.0.3","jest":"^29.5.0","lint-staged":"^13.2.1","npm-run-all":"^4.1.5","postcss-scss":"^4.0.6","prettier":"^2.8.7","standard-version":"^9.5.0","stylelint":"^15.4.0","typescript":"^5.0.4","webpack":"^5.78.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"8d80628da558077451db061bca564a60a5c06ca0","_id":"stylelint-webpack-plugin@4.1.1","_nodeVersion":"16.20.0","_npmVersion":"8.13.2","dist":{"shasum":"d7f13f2f8610757ee23a510eca3a6b6bcb1a54e8","size":11910,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-4.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-4.1.1.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_4.1.1_1681158629997_0.1554917342234987"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-10T20:30:30.266Z","publish_time":1681158630266,"_cnpm_publish_time":1681158630266},"2.5.0":{"name":"stylelint-webpack-plugin","version":"2.5.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist types","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:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0 || ^15.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"arrify":"^2.0.1","globby":"^11.1.0","jest-worker":"^28.1.3","micromatch":"^4.0.5","normalize-path":"^3.0.0","schema-utils":"^3.1.1"},"devDependencies":{"@babel/cli":"^7.21.0","@babel/core":"^7.21.0","@babel/preset-env":"^7.20.2","@commitlint/cli":"^16.2.4","@commitlint/config-conventional":"^16.2.4","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/node":"^18.14.6","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^28.1.3","cross-env":"^7.0.3","del":"^6.1.1","del-cli":"^3.0.1","eslint":"^7.32.0","eslint-config-prettier":"^8.7.0","eslint-plugin-import":"^2.27.5","file-loader":"^6.2.0","fs-extra":"^9.1.0","husky":"^6.0.0","jest":"^28.1.3","lint-staged":"^11.2.6","npm-run-all":"^4.1.5","postcss-scss":"^3.0.5","prettier":"^2.8.4","standard-version":"^9.5.0","stylelint":"^15.2.0","typescript":"^4.9.5","webpack":"^5.76.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"readmeFilename":"README.md","gitHead":"190f38cec72cd2a297eae8e0130f0e225a13b676","_id":"stylelint-webpack-plugin@2.5.0","_nodeVersion":"19.7.0","_npmVersion":"8.13.2","dist":{"shasum":"8dd1e8db5adfea7895c475af9ff0e9e386b6a93e","size":11654,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-2.5.0.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_2.5.0_1678453476690_0.30975349148593545"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-10T13:04:36.835Z","publish_time":1678453476835,"_cnpm_publish_time":1678453476835},"4.1.0":{"name":"stylelint-webpack-plugin","version":"4.1.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 14.15.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist types","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:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:spelling":"cspell \"**/*.*\"","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0 || ^15.0.0","webpack":"^5.0.0"},"dependencies":{"globby":"^11.1.0","jest-worker":"^29.4.2","micromatch":"^4.0.5","normalize-path":"^3.0.0","schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@babel/preset-env":"^7.20.2","@commitlint/cli":"^17.4.2","@commitlint/config-conventional":"^17.4.2","@types/file-entry-cache":"^5.0.2","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/node":"^18.13.0","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^29.4.2","chokidar":"^3.5.3","cross-env":"^7.0.3","cspell":"^6.22.0","del":"^6.1.1","del-cli":"^4.0.1","eslint":"^8.34.0","eslint-config-prettier":"^8.6.0","eslint-plugin-import":"^2.27.5","file-loader":"^6.2.0","fs-extra":"^10.1.0","husky":"^8.0.3","jest":"^29.4.2","lint-staged":"^13.1.1","npm-run-all":"^4.1.5","postcss-scss":"^4.0.6","prettier":"^2.8.4","standard-version":"^9.5.0","stylelint":"^15.0.0","typescript":"^4.9.5","webpack":"^5.75.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"474cef7488bcc81c66f093d22a0b89d02a624bd3","_id":"stylelint-webpack-plugin@4.1.0","_nodeVersion":"19.4.0","_npmVersion":"8.13.2","dist":{"shasum":"b4246bcbc4a9c4545ccaef99b227300ea76a499a","size":11834,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-4.1.0.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_4.1.0_1676737709627_0.7303759282093509"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-18T16:28:29.847Z","publish_time":1676737709847,"_cnpm_publish_time":1676737709847},"4.0.0":{"name":"stylelint-webpack-plugin","version":"4.0.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 14.15.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist types","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:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:spelling":"cspell \"**/*.*\"","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0","webpack":"^5.0.0"},"dependencies":{"globby":"^11.1.0","jest-worker":"^29.4.1","micromatch":"^4.0.5","normalize-path":"^3.0.0","schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@babel/preset-env":"^7.20.2","@commitlint/cli":"^17.4.2","@commitlint/config-conventional":"^17.4.2","@types/file-entry-cache":"^5.0.2","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/node":"^18.11.18","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^29.4.1","chokidar":"^3.5.3","cross-env":"^7.0.3","cspell":"^6.20.1","del":"^6.1.1","del-cli":"^4.0.1","eslint":"^8.33.0","eslint-config-prettier":"^8.6.0","eslint-plugin-import":"^2.27.5","file-loader":"^6.2.0","fs-extra":"^10.1.0","husky":"^8.0.3","jest":"^29.4.1","lint-staged":"^13.1.0","npm-run-all":"^4.1.5","postcss-scss":"^4.0.6","prettier":"^2.8.3","standard-version":"^9.5.0","stylelint":"^14.16.1","typescript":"^4.9.5","webpack":"^5.75.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"6e79b512b1b4f06f007036073da68015465336ef","_id":"stylelint-webpack-plugin@4.0.0","_nodeVersion":"19.4.0","_npmVersion":"8.13.2","dist":{"shasum":"c7a5ff037adc3d8029ef88cab766f656866bc8e6","size":12427,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-4.0.0.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_4.0.0_1675341377019_0.4593057680965178"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-02T12:36:17.208Z","publish_time":1675341377208,"_cnpm_publish_time":1675341377208},"3.3.0":{"name":"stylelint-webpack-plugin","version":"3.3.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-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","clean":"del-cli dist types","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:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0","webpack":"^5.0.0"},"dependencies":{"jest-worker":"^28.1.0","globby":"^11.1.0","micromatch":"^4.0.5","normalize-path":"^3.0.0","schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.17.10","@babel/core":"^7.18.0","@babel/preset-env":"^7.18.0","@commitlint/cli":"^16.2.3","@commitlint/config-conventional":"^16.2.1","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^28.1.0","chokidar":"^3.5.3","cross-env":"^7.0.3","del":"^6.1.0","del-cli":"^4.0.1","eslint":"^8.15.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","file-loader":"^6.2.0","fs-extra":"^10.1.0","husky":"^7.0.4","jest":"^28.1.0","lint-staged":"^12.4.1","npm-run-all":"^4.1.5","postcss-scss":"^4.0.4","prettier":"^2.6.2","standard-version":"^9.5.0","stylelint":"^14.8.2","typescript":"^4.6.2","webpack":"^5.72.1"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"8b508597e9e00893cc32a31dd1c7982ca1cf48e2","_id":"stylelint-webpack-plugin@3.3.0","_nodeVersion":"16.14.2","_npmVersion":"8.6.0","dist":{"shasum":"3ba40e2b2b2b7d1802fa53618e01fc28bc21ffb3","size":12084,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-3.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-3.3.0.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_3.3.0_1653067118346_0.6825319915896868"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-20T17:28:21.733Z","publish_time":1653067118548,"_cnpm_publish_time":1653067118548},"2.4.0":{"name":"stylelint-webpack-plugin","version":"2.4.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/index.js","types":"types/index.d.ts","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist types","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:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"arrify":"^2.0.1","globby":"^11.0.4","jest-worker":"^28.1.0","micromatch":"^4.0.5","normalize-path":"^3.0.0","schema-utils":"^3.1.1"},"devDependencies":{"@babel/cli":"^7.17.10","@babel/core":"^7.18.0","@babel/preset-env":"^7.18.0","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^28.1.0","chokidar":"^3.5.3","cross-env":"^7.0.3","del":"^6.1.0","del-cli":"^3.0.1","eslint":"^7.32.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","file-loader":"^6.2.0","fs-extra":"^9.1.0","husky":"^6.0.0","jest":"^28.1.0","lint-staged":"^11.2.6","npm-run-all":"^4.1.5","postcss-scss":"^3.0.5","prettier":"^2.6.2","standard-version":"^9.5.0","stylelint":"^14.8.2","typescript":"^4.6.4","webpack":"^5.72.1"},"keywords":["stylelint","lint","linter","plugin","webpack"],"readmeFilename":"README.md","gitHead":"83c8d623e4fd6137b06ca009d492b71012207c5d","_id":"stylelint-webpack-plugin@2.4.0","_nodeVersion":"16.14.2","_npmVersion":"8.6.0","dist":{"shasum":"04d96096e6a5d146b32b2fb66b0464a9118b81e5","size":11977,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-2.4.0.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_2.4.0_1653066908383_0.09330858882746607"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-20T17:28:20.916Z","publish_time":1653066908604,"_cnpm_publish_time":1653066908604},"3.2.0":{"name":"stylelint-webpack-plugin","version":"3.2.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-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","clean":"del-cli dist types","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:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0","webpack":"^5.0.0"},"dependencies":{"jest-worker":"^27.5.1","globby":"^11.1.0","micromatch":"^4.0.4","normalize-path":"^3.0.0","schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.17.6","@babel/core":"^7.17.7","@babel/preset-env":"^7.16.11","@commitlint/cli":"^16.2.3","@commitlint/config-conventional":"^16.2.1","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.5.1","chokidar":"^3.5.2","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^4.0.1","eslint":"^8.11.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.25.4","file-loader":"^6.2.0","fs-extra":"^10.0.1","husky":"^7.0.4","jest":"^27.5.1","lint-staged":"^12.3.6","npm-run-all":"^4.1.5","postcss-scss":"^4.0.3","prettier":"^2.6.0","standard-version":"^9.3.2","stylelint":"^14.6.0","typescript":"^4.6.2","webpack":"^5.70.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"76202857f092c6e083dcb48b371eba94e3ca3ac6","_id":"stylelint-webpack-plugin@3.2.0","_nodeVersion":"17.7.1","_npmVersion":"8.5.2","dist":{"shasum":"432f519e87b5f272279a707690e700277826f4ae","size":11978,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-3.2.0.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_3.2.0_1647869123833_0.48302876672268846"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-21T13:25:29.599Z","publish_time":1647869123991,"_cnpm_publish_time":1647869123991},"3.1.1":{"name":"stylelint-webpack-plugin","version":"3.1.1","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0","webpack":"^5.0.0"},"dependencies":{"jest-worker":"^27.3.1","globby":"^11.0.4","micromatch":"^4.0.4","normalize-path":"^3.0.0","schema-utils":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.16.0","@babel/core":"^7.16.0","@babel/preset-env":"^7.16.4","@commitlint/cli":"^15.0.0","@commitlint/config-conventional":"^15.0.0","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.3.1","chokidar":"^3.5.2","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^4.0.1","eslint":"^8.3.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.25.3","file-loader":"^6.2.0","fs-extra":"^10.0.0","husky":"^7.0.4","jest":"^27.3.1","lint-staged":"^12.1.2","npm-run-all":"^4.1.5","postcss-scss":"^4.0.2","prettier":"^2.4.1","standard-version":"^9.3.2","stylelint":"^14.1.0","typescript":"^4.5.2","webpack":"^5.64.3"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"79fb44df2885da6ed6251141da656ce19cbf19ec","_id":"stylelint-webpack-plugin@3.1.1","_nodeVersion":"16.10.0","_npmVersion":"8.1.3","dist":{"shasum":"00df2e39f118aebaba50ffd6abc357e94ad87f07","size":11589,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-3.1.1.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_3.1.1_1642119019947_0.8162048047942065"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T00:10:27.399Z","publish_time":1642119020186,"_cnpm_publish_time":1642119020186},"2.3.2":{"name":"stylelint-webpack-plugin","version":"2.3.2","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"arrify":"^2.0.1","globby":"^11.0.4","jest-worker":"^27.3.1","micromatch":"^4.0.4","normalize-path":"^3.0.0","schema-utils":"^3.1.1"},"devDependencies":{"@babel/cli":"^7.16.0","@babel/core":"^7.16.0","@babel/preset-env":"^7.16.0","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.3.1","chokidar":"^3.5.2","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^3.0.1","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.25.2","file-loader":"^6.2.0","fs-extra":"^9.1.0","husky":"^6.0.0","jest":"^27.3.1","lint-staged":"^10.5.4","npm-run-all":"^4.1.5","postcss-scss":"^3.0.5","prettier":"^2.4.1","standard-version":"^9.3.2","stylelint":"^14.0.1","typescript":"^4.4.4","webpack":"^5.62.1"},"keywords":["stylelint","lint","linter","plugin","webpack"],"readmeFilename":"README.md","gitHead":"e93934c93f276b2bfacb791e724ffed057eab7bc","_id":"stylelint-webpack-plugin@2.3.2","_nodeVersion":"16.10.0","_npmVersion":"8.1.3","dist":{"shasum":"edb849250fb829349ddb41bc07d343c39d3391ce","size":11803,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-2.3.2.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_2.3.2_1642116162935_0.6207778056699447"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-13T23:22:49.931Z","publish_time":1642116163131,"_cnpm_publish_time":1642116163131},"2.3.1":{"name":"stylelint-webpack-plugin","version":"2.3.1","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"@types/stylelint":"^13.13.3","arrify":"^2.0.1","jest-worker":"^27.3.1","globby":"^11.0.4","micromatch":"^4.0.4","normalize-path":"^3.0.0","schema-utils":"^3.1.1"},"devDependencies":{"@babel/cli":"^7.16.0","@babel/core":"^7.16.0","@babel/preset-env":"^7.16.0","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.3.1","chokidar":"^3.5.2","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^3.0.1","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.25.2","file-loader":"^6.2.0","fs-extra":"^9.1.0","husky":"^6.0.0","jest":"^27.3.1","lint-staged":"^10.5.4","npm-run-all":"^4.1.5","postcss-scss":"^3.0.5","prettier":"^2.4.1","standard-version":"^9.3.2","stylelint":"^14.0.1","typescript":"^4.4.4","webpack":"^5.62.1"},"keywords":["stylelint","lint","linter","plugin","webpack"],"readmeFilename":"README.md","gitHead":"292a365b97324be9c3f43e0b025051f574be6e64","_id":"stylelint-webpack-plugin@2.3.1","_nodeVersion":"17.0.1","_npmVersion":"8.1.1","dist":{"shasum":"a97da69333cf1784b64d6e543c9c9d06ea1ac975","size":11754,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-2.3.1.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_2.3.1_1636638378465_0.4452330127038311"},"_hasShrinkwrap":false,"publish_time":1636638378681,"_cnpm_publish_time":1636638378681,"_cnpmcore_publish_time":"2021-12-16T15:13:24.091Z"},"2.3.0":{"name":"stylelint-webpack-plugin","version":"2.3.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"@types/stylelint":"^13.13.3","arrify":"^2.0.1","jest-worker":"^27.3.1","globby":"^11.0.4","micromatch":"^4.0.4","normalize-path":"^3.0.0","schema-utils":"^3.1.1"},"devDependencies":{"@babel/cli":"^7.16.0","@babel/core":"^7.16.0","@babel/preset-env":"^7.16.0","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.3.1","chokidar":"^3.5.2","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^3.0.1","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.25.2","file-loader":"^6.2.0","fs-extra":"^9.1.0","husky":"^6.0.0","jest":"^27.3.1","lint-staged":"^10.5.4","npm-run-all":"^4.1.5","postcss-scss":"^3.0.5","prettier":"^2.4.1","standard-version":"^9.3.2","stylelint":"^14.0.1","typescript":"^4.4.4","webpack":"^5.62.1"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"14b9f22dfd7629842bc2e2de2c095da5f9e46a4c","_id":"stylelint-webpack-plugin@2.3.0","_nodeVersion":"17.0.1","_npmVersion":"8.1.1","dist":{"shasum":"965f02fdc2ee97ea3a895b204066529bcd5ca450","size":11754,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-2.3.0.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_2.3.0_1636637920598_0.3533117119113083"},"_hasShrinkwrap":false,"publish_time":1636637920765,"_cnpm_publish_time":1636637920765,"_cnpmcore_publish_time":"2021-12-16T15:13:24.483Z"},"3.1.0":{"name":"stylelint-webpack-plugin","version":"3.1.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0 || ^14.0.0","webpack":"^5.0.0"},"dependencies":{"@types/stylelint":"^13.13.3","globby":"^11.0.4","jest-worker":"^27.3.1","micromatch":"^4.0.4","normalize-path":"^3.0.0","schema-utils":"^3.1.1"},"devDependencies":{"@babel/cli":"^7.16.0","@babel/core":"^7.16.0","@babel/preset-env":"^7.16.0","@commitlint/cli":"^14.1.0","@commitlint/config-conventional":"^14.1.0","@types/fs-extra":"^9.0.13","@types/micromatch":"^4.0.2","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.3.1","chokidar":"^3.5.2","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^4.0.1","eslint":"^8.1.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.25.2","file-loader":"^6.2.0","fs-extra":"^10.0.0","husky":"^7.0.4","jest":"^27.3.1","lint-staged":"^11.2.6","npm-run-all":"^4.1.5","postcss-scss":"^4.0.2","prettier":"^2.4.1","standard-version":"^9.3.2","stylelint":"^14.0.1","typescript":"^4.4.4","webpack":"^5.61.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"3da564bfe13913e0b21434457b94c324a24711ca","_id":"stylelint-webpack-plugin@3.1.0","_nodeVersion":"17.0.1","_npmVersion":"8.1.1","dist":{"shasum":"97cf140c0973515a13e2db970e3f94a8f13e9c56","size":11382,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-3.1.0.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_3.1.0_1635772602089_0.2715393875150507"},"_hasShrinkwrap":false,"publish_time":1635772602218,"_cnpm_publish_time":1635772602218,"_cnpmcore_publish_time":"2021-12-16T15:13:24.744Z"},"3.0.1":{"name":"stylelint-webpack-plugin","version":"3.0.1","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0","webpack":"^5.0.0"},"dependencies":{"@types/stylelint":"^13.13.1","jest-worker":"^27.0.6","globby":"^11.0.4","micromatch":"^4.0.4","normalize-path":"^3.0.0","schema-utils":"^3.1.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","@types/fs-extra":"^9.0.12","@types/micromatch":"^4.0.2","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","chokidar":"^3.5.2","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^4.0.0","eslint":"^7.30.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","fs-extra":"^10.0.0","husky":"^7.0.1","jest":"^27.0.6","lint-staged":"^11.0.0","npm-run-all":"^4.1.5","prettier":"^2.3.2","standard-version":"^9.3.0","stylelint":"^13.13.1","typescript":"^4.3.5","webpack":"^5.44.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"afba2c0e4d7b6f9f05bbd65457b01bc453a5c680","_id":"stylelint-webpack-plugin@3.0.1","_nodeVersion":"12.22.2","_npmVersion":"7.16.0","dist":{"shasum":"51832909fb92745fd9afa702b772a35aa60610fc","size":10918,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-3.0.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_3.0.1_1626790899889_0.8049496965672329"},"_hasShrinkwrap":false,"publish_time":1626790900210,"_cnpm_publish_time":1626790900210,"_cnpmcore_publish_time":"2021-12-16T15:13:25.041Z"},"3.0.0":{"name":"stylelint-webpack-plugin","version":"3.0.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0","webpack":"^5.0.0"},"dependencies":{"@types/stylelint":"^13.13.1","arrify":"^3.0.0","jest-worker":"^27.0.6","globby":"^11.0.4","micromatch":"^4.0.4","normalize-path":"^3.0.0","schema-utils":"^3.1.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","@types/fs-extra":"^9.0.12","@types/micromatch":"^4.0.2","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.6","chokidar":"^3.5.2","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^4.0.0","eslint":"^7.30.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","fs-extra":"^10.0.0","husky":"^7.0.1","jest":"^27.0.6","lint-staged":"^11.0.0","npm-run-all":"^4.1.5","prettier":"^2.3.2","standard-version":"^9.3.0","stylelint":"^13.13.1","typescript":"^4.3.5","webpack":"^5.44.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"5d04a6d19173353e3524da834d42291771c33e7a","_id":"stylelint-webpack-plugin@3.0.0","_nodeVersion":"16.5.0","_npmVersion":"7.19.1","dist":{"shasum":"9103c297623261793ce0cb1e64aad8bc3a9778ec","size":10674,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-3.0.0.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_3.0.0_1626710556479_0.4712307195668781"},"_hasShrinkwrap":false,"publish_time":1626710556606,"_cnpm_publish_time":1626710556606,"_cnpmcore_publish_time":"2021-12-16T15:13:25.248Z"},"2.2.2":{"name":"stylelint-webpack-plugin","version":"2.2.2","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"@types/stylelint":"^13.13.0","arrify":"^2.0.1","jest-worker":"^27.0.2","globby":"^11.0.4","micromatch":"^4.0.4","normalize-path":"^3.0.0","schema-utils":"^3.0.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","@types/fs-extra":"^9.0.11","@types/micromatch":"^4.0.1","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.2","chokidar":"^3.5.2","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^3.0.1","eslint":"^7.28.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","fs-extra":"^9.1.0","husky":"^6.0.0","jest":"^27.0.4","lint-staged":"^10.5.4","npm-run-all":"^4.1.5","prettier":"^2.3.1","standard-version":"^9.3.0","stylelint":"^13.13.1","typescript":"^4.3.2","webpack":"^5.39.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"1b73153dfb7b3d27ca341f201d3f1e5b1ca55d5d","_id":"stylelint-webpack-plugin@2.2.2","_nodeVersion":"16.3.0","_npmVersion":"7.17.0","dist":{"shasum":"ecd241fb689346ee471c125fb0ef149488bd1980","size":11070,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-2.2.2.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_2.2.2_1624559231019_0.5247765759082839"},"_hasShrinkwrap":false,"publish_time":1624559231195,"_cnpm_publish_time":1624559231195,"_cnpmcore_publish_time":"2021-12-16T15:13:25.552Z"},"2.2.1":{"name":"stylelint-webpack-plugin","version":"2.2.1","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"@types/stylelint":"^13.13.0","arrify":"^2.0.1","jest-worker":"^27.0.2","globby":"^11.0.4","micromatch":"^4.0.4","normalize-path":"^3.0.0","schema-utils":"^3.0.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","@types/fs-extra":"^9.0.11","@types/micromatch":"^4.0.1","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.2","chokidar":"^3.5.2","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^3.0.1","eslint":"^7.28.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","fs-extra":"^9.1.0","husky":"^6.0.0","jest":"^27.0.4","lint-staged":"^10.5.4","npm-run-all":"^4.1.5","prettier":"^2.3.1","standard-version":"^9.3.0","stylelint":"^13.13.1","typescript":"^4.3.2","webpack":"^5.39.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"620ac1d59359578257685cd29365ea7f3bc4b57c","_id":"stylelint-webpack-plugin@2.2.1","_nodeVersion":"16.3.0","_npmVersion":"7.17.0","dist":{"shasum":"79cc6a7a18622c75ed8aac08c53f126d811512f1","size":11115,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-2.2.1.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_2.2.1_1624275447420_0.5916254523415103"},"_hasShrinkwrap":false,"publish_time":1624275447534,"_cnpm_publish_time":1624275447534,"_cnpmcore_publish_time":"2021-12-16T15:13:25.771Z"},"2.2.0":{"name":"stylelint-webpack-plugin","version":"2.2.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier -w --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","test:only":"cross-env NODE_ENV=test jest --testTimeout=60000","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"stylelint":"^13.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"@types/stylelint":"^13.13.0","arrify":"^2.0.1","fast-glob":"^3.2.5","jest-worker":"^27.0.2","micromatch":"^4.0.4","normalize-path":"^3.0.0","schema-utils":"^3.0.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","@types/fs-extra":"^9.0.11","@types/micromatch":"^4.0.1","@types/normalize-path":"^3.0.0","@types/webpack":"^5.28.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^27.0.2","chokidar":"^3.5.2","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^3.0.1","eslint":"^7.28.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.4","file-loader":"^6.2.0","fs-extra":"^9.1.0","husky":"^6.0.0","jest":"^27.0.4","lint-staged":"^10.5.4","npm-run-all":"^4.1.5","prettier":"^2.3.1","standard-version":"^9.3.0","stylelint":"^13.13.1","typescript":"^4.3.2","webpack":"^5.39.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"cad2ae265705471913887a7d8232523b6bfc7dc3","_id":"stylelint-webpack-plugin@2.2.0","_nodeVersion":"16.3.0","_npmVersion":"7.17.0","dist":{"shasum":"a2a4e991c08ab65369c3bc792f93441c39cde377","size":11450,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-2.2.0.tgz"},"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_2.2.0_1623789595684_0.05138271512160997"},"_hasShrinkwrap":false,"publish_time":1623789595849,"_cnpm_publish_time":1623789595849,"_cnpmcore_publish_time":"2021-12-16T15:13:25.974Z"},"2.1.1":{"name":"stylelint-webpack-plugin","version":"2.1.1","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"contributors":[{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"}],"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","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","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^13.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.12.0","@babel/core":"^7.12.0","@babel/preset-env":"^7.12.0","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@types/micromatch":"^4.0.1","@types/stylelint":"^9.10.1","@types/webpack":"^4.41.20","@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","del":"^6.0.0","del-cli":"^3.0.1","eslint":"^7.11.0","eslint-config-prettier":"^6.12.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.22.1","file-loader":"^6.1.1","husky":"^4.3.0","jest":"^26.5.3","lint-staged":"^10.4.0","npm-run-all":"^4.1.5","prettier":"^2.1.2","standard-version":"^9.0.0","stylelint":"^13.7.2","typescript":"^4.0.3","webpack":"^5.1.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"07a3b7581648f1c9205867daeac7bcd42834027b","_id":"stylelint-webpack-plugin@2.1.1","_nodeVersion":"14.13.1","_npmVersion":"6.14.8","dist":{"shasum":"1c8ae72a4e5818f7e5925e3fff10502ad34a52a5","size":8900,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-2.1.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_2.1.1_1602713494855_0.24123019997305684"},"_hasShrinkwrap":false,"publish_time":1602713494982,"_cnpm_publish_time":1602713494982,"_cnpmcore_publish_time":"2021-12-16T15:13:26.864Z"},"2.1.0":{"name":"stylelint-webpack-plugin","version":"2.1.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"contributors":[{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"}],"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","types":"declarations/index.d.ts","engines":{"node":">= 10.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist declarations","prebuild":"npm run clean","build:types":"tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write","build:code":"cross-env NODE_ENV=production babel src -d dist --copy-files","build":"npm-run-all -p \"build:**\"","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier --list-different .","lint:js":"eslint --cache .","lint:types":"tsc --pretty --noEmit","lint":"npm-run-all -l -p \"lint:**\"","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","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^13.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.7.0"},"devDependencies":{"@babel/cli":"^7.10.1","@babel/core":"^7.10.2","@babel/preset-env":"^7.10.2","@commitlint/cli":"^8.3.5","@commitlint/config-conventional":"^8.3.4","@types/micromatch":"^4.0.1","@types/stylelint":"^9.10.1","@types/webpack":"^4.41.17","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^26.0.1","cross-env":"^7.0.2","del":"^5.1.0","del-cli":"^3.0.1","eslint":"^7.2.0","eslint-config-prettier":"^6.11.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.21.2","file-loader":"^6.0.0","husky":"^4.2.5","jest":"^26.0.1","lint-staged":"^10.2.10","npm-run-all":"^4.1.5","prettier":"^2.0.5","standard-version":"^8.0.0","stylelint":"^13.6.0","typescript":"^3.9.5","webpack":"^4.43.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"b7cfe0a7a136746621287222de733dbf0cd4b8a5","_id":"stylelint-webpack-plugin@2.1.0","_nodeVersion":"12.18.0","_npmVersion":"6.14.4","dist":{"shasum":"ea4727d83a6d5e3c8784f2bb147bbd9de8e88ec3","size":8680,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-2.1.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_2.1.0_1592415234714_0.20047698391759683"},"_hasShrinkwrap":false,"publish_time":1592415234852,"_cnpm_publish_time":1592415234852,"_cnpmcore_publish_time":"2021-12-16T15:13:27.201Z"},"2.0.0":{"name":"stylelint-webpack-plugin","version":"2.0.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"contributors":[{"name":"Ricardo Gobbo de Souza","email":"ricardogobbosouza@yahoo.com.br"}],"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-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","clean":"del-cli dist","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier --list-different .","lint:js":"eslint --cache .","lint":"npm-run-all -l -p \"lint:**\"","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","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^13.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.6.6"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.9.6","@babel/preset-env":"^7.9.6","@commitlint/cli":"^8.3.5","@commitlint/config-conventional":"^8.3.4","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.1.0","babel-jest":"^25.5.1","cross-env":"^7.0.2","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.20.2","file-loader":"^6.0.0","husky":"^4.2.5","jest":"^25.5.4","lint-staged":"^10.2.2","npm-run-all":"^4.1.5","prettier":"^2.0.5","standard-version":"^7.1.0","stylelint":"^13.3.3","webpack":"^4.43.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"fa8dea9d4105ffcc67b47cf2ee35ead02e8a715a","_id":"stylelint-webpack-plugin@2.0.0","_nodeVersion":"13.13.0","_npmVersion":"6.14.4","dist":{"shasum":"be949dade1589549c8fcd50ea40bbae3e5b24a20","size":6899,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-2.0.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_2.0.0_1588557234513_0.27739341358075587"},"_hasShrinkwrap":false,"publish_time":1588557234667,"_cnpm_publish_time":1588557234667,"_cnpmcore_publish_time":"2021-12-16T15:13:27.411Z"},"1.2.3":{"name":"stylelint-webpack-plugin","version":"1.2.3","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.6.1"},"devDependencies":{"@babel/cli":"^7.7.4","@babel/core":"^7.7.4","@babel/preset-env":"^7.7.4","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.1.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.3","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.7.2","eslint-config-prettier":"^6.7.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^5.0.2","husky":"^3.1.0","jest":"^24.9.0","jest-junit":"^10.0.0","lint-staged":"^9.5.0","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.1","stylelint":"^12.0.0","webpack":"^4.41.2"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"d2e2d35069d0b64703f7c6bec8256c2a0895da53","_id":"stylelint-webpack-plugin@1.2.3","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"c1785dbb5a9e7ea2777726c6851c1e4ac6362ad8","size":6631,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.2.3.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.2.3_1581172516020_0.7269229438426246"},"_hasShrinkwrap":false,"publish_time":1581172516149,"_cnpm_publish_time":1581172516149,"_cnpmcore_publish_time":"2021-12-16T15:13:27.619Z"},"1.2.2":{"name":"stylelint-webpack-plugin","version":"1.2.2","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.6.1"},"devDependencies":{"@babel/cli":"^7.7.4","@babel/core":"^7.7.4","@babel/preset-env":"^7.7.4","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.1.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.3","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.7.2","eslint-config-prettier":"^6.7.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^5.0.2","husky":"^3.1.0","jest":"^24.9.0","jest-junit":"^10.0.0","lint-staged":"^9.5.0","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.1","stylelint":"^12.0.0","webpack":"^4.41.2"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"bf8cc46d6c147ea7d3feab7cfcad295b6cf40600","_id":"stylelint-webpack-plugin@1.2.2","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"ca8a6e5d443eeaff18f612a2c93de3b93c01bb81","size":6482,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.2.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.2.2_1581127056817_0.8381938022895019"},"_hasShrinkwrap":false,"publish_time":1581127057041,"_cnpm_publish_time":1581127057041,"_cnpmcore_publish_time":"2021-12-16T15:13:27.860Z"},"1.2.1":{"name":"stylelint-webpack-plugin","version":"1.2.1","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.6.1"},"devDependencies":{"@babel/cli":"^7.7.4","@babel/core":"^7.7.4","@babel/preset-env":"^7.7.4","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.1.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.3","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.7.2","eslint-config-prettier":"^6.7.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^5.0.2","husky":"^3.1.0","jest":"^24.9.0","jest-junit":"^10.0.0","lint-staged":"^9.5.0","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.1","stylelint":"^12.0.0","webpack":"^4.41.2"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"19a5f3e3f2f5f6cc9288e98faf0046be848a4d70","_id":"stylelint-webpack-plugin@1.2.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"ac90a50f3a1cdf1f96385b2357ca2e00b0d0cc70","size":6400,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.2.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.2.1_1579132988981_0.20450226103683278"},"_hasShrinkwrap":false,"publish_time":1579132989149,"_cnpm_publish_time":1579132989149,"_cnpmcore_publish_time":"2021-12-16T15:13:28.073Z"},"1.2.0":{"name":"stylelint-webpack-plugin","version":"1.2.0","description":"A Stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.6.1"},"devDependencies":{"@babel/cli":"^7.7.4","@babel/core":"^7.7.4","@babel/preset-env":"^7.7.4","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.1.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.3","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.7.2","eslint-config-prettier":"^6.7.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^5.0.2","husky":"^3.1.0","jest":"^24.9.0","jest-junit":"^10.0.0","lint-staged":"^9.5.0","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.1","stylelint":"^12.0.0","webpack":"^4.41.2"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"4ed7517f98cbe79688785b4dc90d2ba00e319041","_id":"stylelint-webpack-plugin@1.2.0","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"shasum":"51aee893a7cf6ac7ba42dfec0f4d3edb2b596daa","size":6318,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.2.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.2.0_1578920052081_0.04183143023304958"},"_hasShrinkwrap":false,"publish_time":1578920052203,"_cnpm_publish_time":1578920052203,"_cnpmcore_publish_time":"2021-12-16T15:13:28.281Z"},"1.1.2":{"name":"stylelint-webpack-plugin","version":"1.1.2","description":"A stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0","webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.6.1"},"devDependencies":{"@babel/cli":"^7.7.4","@babel/core":"^7.7.4","@babel/preset-env":"^7.7.4","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.1.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.3","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^5.0.2","husky":"^3.1.0","jest":"^24.9.0","jest-junit":"^9.0.0","lint-staged":"^9.5.0","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.1","stylelint":"^12.0.0","webpack":"^4.41.2"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"c0214913dc9ccf14fa6427ffc583393d083b6b37","_id":"stylelint-webpack-plugin@1.1.2","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"shasum":"43cad5a03643d84650ba6c579717e52def3a1acc","size":6062,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.1.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.1.2_1575459530646_0.5478426906992566"},"_hasShrinkwrap":false,"publish_time":1575459530816,"_cnpm_publish_time":1575459530816,"_cnpmcore_publish_time":"2021-12-16T15:13:28.514Z"},"1.1.1":{"name":"stylelint-webpack-plugin","version":"1.1.1","description":"A stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0","webpack":"^4.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.6.1"},"devDependencies":{"@babel/cli":"^7.7.4","@babel/core":"^7.7.4","@babel/preset-env":"^7.7.4","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.1.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.3","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^5.0.2","husky":"^3.1.0","jest":"^24.9.0","jest-junit":"^9.0.0","lint-staged":"^9.5.0","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.1","stylelint":"^12.0.0","webpack":"^4.41.2"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"42b5a396f55442636e9ebdb35508ab996176c98b","_id":"stylelint-webpack-plugin@1.1.1","_nodeVersion":"12.7.0","_npmVersion":"6.10.3","dist":{"shasum":"788fb7462f1e84d8a1c33ba7c7af96f02e3cd8ef","size":5716,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.1.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.1.1_1575200713360_0.21470492852681722"},"_hasShrinkwrap":false,"publish_time":1575200713541,"_cnpm_publish_time":1575200713541,"_cnpmcore_publish_time":"2021-12-16T15:13:28.757Z"},"1.1.0":{"name":"stylelint-webpack-plugin","version":"1.1.0","description":"A stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0","webpack":"^4.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.5.0"},"devDependencies":{"@babel/cli":"^7.7.0","@babel/core":"^7.7.2","@babel/preset-env":"^7.7.1","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.1.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.3","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.6.0","eslint-config-prettier":"^6.5.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^4.2.0","husky":"^3.0.9","jest":"^24.9.0","jest-junit":"^9.0.0","lint-staged":"^9.4.2","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.0","stylelint":"^11.1.1","webpack":"^4.41.2"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"8f7d53247e29e31a8ca328912705775093291456","_id":"stylelint-webpack-plugin@1.1.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.1","dist":{"shasum":"c89a0b5b346ce87ac428a28fdc93f40a8aa1ebef","size":5593,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.1.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.1.0_1574083885730_0.8743147752908884"},"_hasShrinkwrap":false,"publish_time":1574083885851,"_cnpm_publish_time":1574083885851,"_cnpmcore_publish_time":"2021-12-16T15:13:28.997Z"},"1.0.4":{"name":"stylelint-webpack-plugin","version":"1.0.4","description":"A stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0","webpack":"^4.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.5.0"},"devDependencies":{"@babel/cli":"^7.7.0","@babel/core":"^7.7.2","@babel/preset-env":"^7.7.1","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.1.1","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.3","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.6.0","eslint-config-prettier":"^6.5.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^4.2.0","husky":"^3.0.9","jest":"^24.9.0","jest-junit":"^9.0.0","lint-staged":"^9.4.2","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","standard-version":"^7.0.0","stylelint":"^11.1.1","webpack":"^4.41.2"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"b1dba9a890db88faa68de98e37d1933daf7b15a7","_id":"stylelint-webpack-plugin@1.0.4","_nodeVersion":"12.13.0","_npmVersion":"6.12.1","dist":{"shasum":"3fe696aa38f6e105f5a2ac56f49d17949800c630","size":5547,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.0.4.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.0.4_1573655106145_0.2518106880852784"},"_hasShrinkwrap":false,"publish_time":1573655106248,"_cnpm_publish_time":1573655106248,"_cnpmcore_publish_time":"2021-12-16T15:13:29.218Z"},"1.0.3":{"name":"stylelint-webpack-plugin","version":"1.0.3","description":"A stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0","webpack":"^4.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.2.0"},"devDependencies":{"@babel/cli":"^7.6.2","@babel/core":"^7.6.2","@babel/preset-env":"^7.6.2","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.0.2","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.0","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^4.2.0","husky":"^3.0.5","jest":"^24.9.0","jest-junit":"^8.0.0","lint-staged":"^9.3.0","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.18.2","standard-version":"^7.0.0","stylelint":"^11.0.0","webpack":"^4.41.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"80f7c4fd1925c67462a2dfba3219d69689d6887b","_id":"stylelint-webpack-plugin@1.0.3","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"d693563d52ef0f8337de1df08d095f55d63a58fc","size":5813,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.0.3.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.0.3_1572002804499_0.4489053118841242"},"_hasShrinkwrap":false,"publish_time":1572002804627,"_cnpm_publish_time":1572002804627,"_cnpmcore_publish_time":"2021-12-16T15:13:29.443Z"},"1.0.2":{"name":"stylelint-webpack-plugin","version":"1.0.2","description":"A stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0","webpack":"^4.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.2.0"},"devDependencies":{"@babel/cli":"^7.6.2","@babel/core":"^7.6.2","@babel/preset-env":"^7.6.2","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.0.2","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.0","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^4.2.0","husky":"^3.0.5","jest":"^24.9.0","jest-junit":"^8.0.0","lint-staged":"^9.3.0","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.18.2","standard-version":"^7.0.0","stylelint":"^11.0.0","webpack":"^4.41.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"4698f4ccfe47cee86ae3171de0cca229b0c70543","_id":"stylelint-webpack-plugin@1.0.2","_nodeVersion":"12.7.0","_npmVersion":"6.10.3","dist":{"shasum":"51d106bc789d41dbe111d8d28def5c4826a05ef2","size":5763,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.0.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.0.2_1570486091661_0.03983247899173681"},"_hasShrinkwrap":false,"publish_time":1570486091812,"_cnpm_publish_time":1570486091812,"_cnpmcore_publish_time":"2021-12-16T15:13:29.654Z"},"1.0.1":{"name":"stylelint-webpack-plugin","version":"1.0.1","description":"A stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0","webpack":"^4.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.2.0"},"devDependencies":{"@babel/cli":"^7.6.2","@babel/core":"^7.6.2","@babel/preset-env":"^7.6.2","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.0.2","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.0","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^4.2.0","husky":"^3.0.5","jest":"^24.9.0","jest-junit":"^8.0.0","lint-staged":"^9.3.0","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.18.2","standard-version":"^7.0.0","stylelint":"^11.0.0","webpack":"^4.41.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"9b37d90c2ea77894e51945463b0a1a067531cb47","_id":"stylelint-webpack-plugin@1.0.1","_nodeVersion":"12.10.0","_npmVersion":"6.11.3","dist":{"shasum":"144a37fcc3e347f9edc89d7598460be1d302110a","size":5686,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.0.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.0.1_1569852100693_0.4554230755112836"},"_hasShrinkwrap":false,"publish_time":1569852100812,"_cnpm_publish_time":1569852100812,"_cnpmcore_publish_time":"2021-12-16T15:13:29.858Z"},"1.0.0":{"name":"stylelint-webpack-plugin","version":"1.0.0","description":"A stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"dist/cjs.js","engines":{"node":">= 8.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","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","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"stylelint":"^9.0.0 || ^10.0.0 || ^11.0.0","webpack":"^4.0.0"},"dependencies":{"arrify":"^2.0.1","micromatch":"^4.0.2","schema-utils":"^2.2.0"},"devDependencies":{"@babel/cli":"^7.6.2","@babel/core":"^7.6.2","@babel/preset-env":"^7.6.2","@commitlint/cli":"^8.2.0","@commitlint/config-conventional":"^8.2.0","@webpack-contrib/defaults":"^5.0.2","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^6.0.0","del":"^5.1.0","del-cli":"^3.0.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","file-loader":"^4.2.0","husky":"^3.0.5","jest":"^24.9.0","jest-junit":"^8.0.0","lint-staged":"^9.3.0","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","prettier":"^1.18.2","standard-version":"^7.0.0","stylelint":"^11.0.0","webpack":"^4.41.0"},"keywords":["stylelint","lint","linter","plugin","webpack"],"gitHead":"9dc0a9ca9552cde2b4900a963b01a3aceaf6e12e","_id":"stylelint-webpack-plugin@1.0.0","_nodeVersion":"12.10.0","_npmVersion":"6.11.3","dist":{"shasum":"70673a7ab048ad2c826e7d474c4e1d50414f7a8b","size":5618,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-1.0.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmUser":{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_1.0.0_1569843331131_0.07956029811442811"},"_hasShrinkwrap":false,"publish_time":1569843331268,"_cnpm_publish_time":1569843331268,"_cnpmcore_publish_time":"2021-12-16T15:13:30.070Z"},"0.10.5":{"name":"stylelint-webpack-plugin","version":"0.10.5","publishConfig":{"tag":"next"},"description":"A stylelint plugin for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"main":"index.js","engines":{"node":">= 6.9.0"},"scripts":{"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","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":"cross-env WEBPACK_VERSION=4 mocha","test:watch":"echo 'Jest Not Implemented'","test:coverage":"echo 'Jest Not Implemented'","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":["lib/","index.js"],"keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"peerDependencies":{"stylelint":"^8.0.0","webpack":"^1.13.2 || ^2.7.0 || ^3.11.0 || ^4.4.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^3.1.8","object-assign":"^4.1.0","ramda":"^0.25.0"},"devDependencies":{"@commitlint/cli":"^6.1.3","@commitlint/config-angular":"^6.1.3","@webpack-contrib/eslint-config-webpack":"^2.0.2","babel-cli":"^6.26.0","babel-jest":"^22.4.3","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","chai":"^4.0.2","conventional-github-releaser":"^1.1.3","coveralls":"^3.0.0","cross-env":"^5.1.3","del":"^3.0.0","del-cli":"^1.1.0","dotenv":"^5.0.0","eslint":"^4.19.1","eslint-plugin-import":"^2.10.0","eslint-plugin-prettier":"^2.6.0","husky":"^0.14.3","lint-staged":"^7.0.1","memory-fs":"^0.4.1","mocha":"^5.0.0","npm-install-version":"^6.0.2","nsp":"^3.2.1","nyc":"^11.4.1","pre-commit":"^1.2.2","prettier":"^1.11.1","standard-version":"^4.3.0","stylelint":"^8.4.0","testdouble":"^3.3.1","webpack":"^4.4.1","webpack-defaults":"^2.1.1"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"readmeFilename":"README.md","gitHead":"b244ff7f6298447eca44f502d6ae750233839ce5","_id":"stylelint-webpack-plugin@0.10.5","_npmVersion":"5.6.0","_nodeVersion":"10.1.0","_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"dist":{"shasum":"0b6e0d373ff5e03baa8197ebe0f2625981bd266b","size":5879,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.10.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.10.5.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_0.10.5_1525977811053_0.28813798785057076"},"_hasShrinkwrap":false,"publish_time":1525977811161,"_cnpm_publish_time":1525977811161,"_cnpmcore_publish_time":"2021-12-16T15:13:30.352Z"},"0.10.4":{"name":"stylelint-webpack-plugin","version":"0.10.4","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/JaKXz/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"license":"MIT","bugs":{"url":"https://github.com/JaKXz/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/JaKXz/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^8.0.0","webpack":"^1.13.2 || ^2.7.0 || ^3.11.0 || ^4.4.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^3.1.8","object-assign":"^4.1.0","ramda":"^0.25.0"},"devDependencies":{"chai":"^4.0.2","conventional-github-releaser":"^1.1.3","coveralls":"^3.0.0","cross-env":"^5.1.3","dotenv":"^5.0.0","memory-fs":"^0.4.1","mocha":"^5.0.0","npm-install-version":"^6.0.2","npm-run-all":"^4.0.2","nyc":"^11.4.1","semistandard":"^12.0.0","stylelint":"^8.4.0","testdouble":"^3.3.1"},"scripts":{"mocha":"mocha test/test.js --full-trace --check-leaks --exit","nyc":"nyc npm run mocha","pretest":"semistandard","test:webpack1":"cross-env WEBPACK_VERSION=1 npm run nyc","test:webpack3":"cross-env WEBPACK_VERSION=3 npm run nyc","test:webpack4":"cross-env WEBPACK_VERSION=4 npm run nyc","test":"run-s test:*"},"nyc":{"reporter":["lcov","text-summary"]},"semistandard":{"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"0c345b6a24f740482d00218034514e04b520ddb9","_id":"stylelint-webpack-plugin@0.10.4","_npmVersion":"5.6.0","_nodeVersion":"9.2.0","_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"dist":{"shasum":"08d52666bcdc1e9808ebcdabfde555b15a839a34","size":5174,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.10.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.10.4.tgz"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_0.10.4_1522510240407_0.35798797983105257"},"_hasShrinkwrap":false,"publish_time":1522510240520,"_cnpm_publish_time":1522510240520,"_cnpmcore_publish_time":"2021-12-16T15:13:30.579Z"},"0.10.3":{"name":"stylelint-webpack-plugin","version":"0.10.3","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/JaKXz/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"license":"MIT","bugs":{"url":"https://github.com/JaKXz/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/JaKXz/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^8.0.0","webpack":"^3 || ^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"},"dependencies":{"arrify":"^1.0.1","micromatch":"^3.1.8","object-assign":"^4.1.0","ramda":"^0.25.0"},"devDependencies":{"chai":"^4.0.2","conventional-github-releaser":"^1.1.3","coveralls":"^3.0.0","cross-env":"^5.1.3","dotenv":"^5.0.0","memory-fs":"^0.4.1","mocha":"^5.0.0","npm-install-version":"^6.0.2","npm-run-all":"^4.0.2","nyc":"^11.4.1","semistandard":"^12.0.0","stylelint":"^8.4.0","testdouble":"^3.3.1"},"scripts":{"pretest":"semistandard","test:webpack1":"cross-env WEBPACK_VERSION=1 nyc mocha","test:webpack3":"cross-env WEBPACK_VERSION=3 nyc mocha","test":"run-s test:*","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"semistandard":{"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"04e0f69a7ce2faac68b4e6b374258531700aa998","_id":"stylelint-webpack-plugin@0.10.3","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"1b80048df3b38a8559207e12b12c6e987b28f317","size":5046,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.10.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.10.3.tgz"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_0.10.3_1519192462444_0.6036051697895577"},"_hasShrinkwrap":false,"publish_time":1519192462505,"_cnpm_publish_time":1519192462505,"_cnpmcore_publish_time":"2021-12-16T15:13:30.780Z"},"0.10.2":{"name":"stylelint-webpack-plugin","version":"0.10.2","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/JaKXz/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"license":"MIT","bugs":{"url":"https://github.com/JaKXz/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/JaKXz/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^8.0.0","webpack":"^3 || ^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.0","object-assign":"^4.1.0","ramda":"^0.25.0"},"devDependencies":{"chai":"^4.0.2","conventional-github-releaser":"^1.1.3","coveralls":"^3.0.0","cross-env":"^5.1.3","dotenv":"^5.0.0","memory-fs":"^0.4.1","mocha":"^5.0.0","npm-install-version":"^6.0.2","npm-run-all":"^4.0.2","nyc":"^11.4.1","semistandard":"^12.0.0","stylelint":"^8.4.0","testdouble":"^3.3.1"},"scripts":{"pretest":"semistandard","test:webpack1":"cross-env WEBPACK_VERSION=1 nyc mocha","test:webpack3":"cross-env WEBPACK_VERSION=3 nyc mocha","test":"run-s test:*","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"semistandard":{"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"6e9a0be864b3201a1b4f5ae37ae2aacafb555dae","_id":"stylelint-webpack-plugin@0.10.2","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"e9dfd845ec0813a51b8d8d3abc983f0d556ce42d","size":5040,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.10.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.10.2.tgz"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin_0.10.2_1518659882210_0.6921435491813557"},"_hasShrinkwrap":false,"publish_time":1518659882340,"_cnpm_publish_time":1518659882340,"_cnpmcore_publish_time":"2021-12-16T15:13:31.216Z"},"0.10.1":{"name":"stylelint-webpack-plugin","version":"0.10.1","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/JaKXz/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"license":"MIT","bugs":{"url":"https://github.com/JaKXz/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/JaKXz/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^8.0.0","webpack":"^3 || ^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.0","object-assign":"^4.1.0","ramda":"^0.25.0"},"devDependencies":{"chai":"^4.0.2","conventional-github-releaser":"^1.1.3","coveralls":"^3.0.0","cross-env":"^5.1.3","dotenv":"^4.0.0","memory-fs":"^0.4.1","mocha":"^4.1.0","npm-install-version":"^6.0.2","npm-run-all":"^4.0.2","nyc":"^11.4.1","semistandard":"^12.0.0","stylelint":"^8.4.0","testdouble":"^3.3.1"},"scripts":{"pretest":"semistandard","test:webpack1":"cross-env WEBPACK_VERSION=1 nyc mocha","test:webpack3":"cross-env WEBPACK_VERSION=3 nyc mocha","test":"run-s test:*","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"semistandard":{"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"b1e27bb09e411150612087454a1bed544885f113","_id":"stylelint-webpack-plugin@0.10.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"16264256aea3f73eb30aba0adbc30b3bec3e4bea","size":5089,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.10.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.10.1.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin-0.10.1.tgz_1515965197202_0.8050476915668696"},"directories":{},"publish_time":1515965197315,"_hasShrinkwrap":false,"_cnpm_publish_time":1515965197315,"_cnpmcore_publish_time":"2021-12-16T15:13:31.411Z"},"0.10.0":{"name":"stylelint-webpack-plugin","version":"0.10.0","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/JaKXz/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"license":"MIT","bugs":{"url":"https://github.com/JaKXz/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/JaKXz/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^8.0.0","webpack":"^3 || ^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"},"dependencies":{"arrify":"^1.0.1","minimatch":"^3.0.3","object-assign":"^4.1.0","ramda":"^0.25.0"},"devDependencies":{"chai":"^4.0.2","conventional-github-releaser":"^1.1.3","coveralls":"^3.0.0","cross-env":"^5.1.3","dotenv":"^4.0.0","memory-fs":"^0.4.1","mocha":"^4.1.0","npm-install-version":"^6.0.2","npm-run-all":"^4.0.2","nyc":"^11.4.1","semistandard":"^12.0.0","stylelint":"^8.4.0","testdouble":"^3.3.1"},"scripts":{"pretest":"semistandard","test:webpack1":"cross-env WEBPACK_VERSION=1 nyc mocha","test:webpack3":"cross-env WEBPACK_VERSION=3 nyc mocha","test":"run-s test:*","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"semistandard":{"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"2096f357d5719ecc2a279d4bc31b9dae761dcc78","_id":"stylelint-webpack-plugin@0.10.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"b448b098898b7f76201c44d2938cd18050dd5703","size":5090,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.10.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin-0.10.0.tgz_1515964421769_0.7309818798676133"},"directories":{},"publish_time":1515964421926,"_hasShrinkwrap":false,"_cnpm_publish_time":1515964421926,"_cnpmcore_publish_time":"2021-12-16T15:13:31.585Z"},"0.9.0":{"name":"stylelint-webpack-plugin","version":"0.9.0","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/JaKXz/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"license":"MIT","bugs":{"url":"https://github.com/JaKXz/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/JaKXz/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^8.0.0","webpack":"^3 || ^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"},"dependencies":{"arrify":"^1.0.1","minimatch":"^3.0.3","object-assign":"^4.1.0","ramda":"^0.24.1"},"devDependencies":{"chai":"^4.0.2","conventional-github-releaser":"^1.1.3","coveralls":"^2.11.14","dotenv":"^4.0.0","memory-fs":"^0.4.1","mocha":"^3.1.0","npm-install-version":"^6.0.2","npm-run-all":"^4.0.2","nyc":"^11.0.2","semistandard":"^11.0.0","stylelint":"^8.0.0","testdouble":"^3.0.0"},"scripts":{"pretest":"semistandard","test:webpack1":"WEBPACK_VERSION=1 nyc mocha","test:webpack2":"WEBPACK_VERSION=2 nyc mocha","test:webpack3":"WEBPACK_VERSION=3 nyc mocha","test":"run-s test:*","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"semistandard":{"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"2bd15b5eec12c02afec1a821b18dd646403d8e59","_id":"stylelint-webpack-plugin@0.9.0","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"acc27351751dfa0113ad0eb8919946dcfc0922e2","size":4957,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.9.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin-0.9.0.tgz_1500501209053_0.982346422271803"},"directories":{},"publish_time":1500501210082,"_hasShrinkwrap":false,"_cnpm_publish_time":1500501210082,"_cnpmcore_publish_time":"2021-12-16T15:13:31.800Z"},"0.8.0":{"name":"stylelint-webpack-plugin","version":"0.8.0","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/JaKXz/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"license":"MIT","bugs":{"url":"https://github.com/JaKXz/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/JaKXz/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^7.7.0","webpack":"^3 || ^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"},"dependencies":{"arrify":"^1.0.1","minimatch":"^3.0.3","object-assign":"^4.1.0","ramda":"^0.24.1","stylelint":"^7.7.0"},"devDependencies":{"chai":"^4.0.2","conventional-github-releaser":"^1.1.3","coveralls":"^2.11.14","dotenv":"^4.0.0","memory-fs":"^0.4.1","mocha":"^3.1.0","npm-install-version":"^6.0.2","npm-run-all":"^4.0.2","nyc":"^11.0.2","semistandard":"^11.0.0","testdouble":"^3.0.0"},"scripts":{"pretest":"semistandard","test:webpack1":"WEBPACK_VERSION=1 nyc mocha","test:webpack2":"WEBPACK_VERSION=2 nyc mocha","test:webpack3":"WEBPACK_VERSION=3 nyc mocha","test":"run-s test:*","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"semistandard":{"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"f883badedc86346f39fba8a93d7ae5f4c322b0ff","_id":"stylelint-webpack-plugin@0.8.0","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"948aec50e0d3b512374cce067cbbde3661c7d410","size":4952,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.8.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin-0.8.0.tgz_1498586980486_0.6971449831034988"},"directories":{},"publish_time":1498586981470,"_hasShrinkwrap":false,"_cnpm_publish_time":1498586981470,"_cnpmcore_publish_time":"2021-12-16T15:13:31.971Z"},"0.7.1":{"name":"stylelint-webpack-plugin","version":"0.7.1","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/JaKXz/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"license":"MIT","bugs":{"url":"https://github.com/JaKXz/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/JaKXz/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^7.7.0","webpack":"^3 || ^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"},"dependencies":{"arrify":"^1.0.1","chalk":"^1.1.3","minimatch":"^3.0.3","object-assign":"^4.1.0","ramda":"^0.24.1","stylelint":"^7.7.0"},"devDependencies":{"chai":"^4.0.2","conventional-github-releaser":"^1.1.3","coveralls":"^2.11.14","dotenv":"^4.0.0","memory-fs":"^0.4.1","mocha":"^3.1.0","npm-install-version":"^6.0.2","npm-run-all":"^4.0.2","nyc":"^11.0.2","semistandard":"^11.0.0","testdouble":"^3.0.0"},"scripts":{"pretest":"semistandard","test:webpack1":"WEBPACK_VERSION=1 nyc mocha","test:webpack2":"WEBPACK_VERSION=2 nyc mocha","test:webpack3":"WEBPACK_VERSION=3 nyc mocha","test":"run-s test:*","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"semistandard":{"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"59904a2d30645c8b50a318d70654c10fc92363ff","_id":"stylelint-webpack-plugin@0.7.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"e21624097aa4d4774158d2dd8a5067880f841831","size":4970,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.7.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.7.1.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-webpack-plugin-0.7.1.tgz_1498087098443_0.20695180585607886"},"directories":{},"publish_time":1498087099366,"_hasShrinkwrap":false,"_cnpm_publish_time":1498087099366,"_cnpmcore_publish_time":"2021-12-16T15:13:32.251Z"},"0.7.0":{"name":"stylelint-webpack-plugin","version":"0.7.0","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/JaKXz/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"license":"MIT","bugs":{"url":"https://github.com/JaKXz/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/JaKXz/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^7.7.0","webpack":"^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"},"dependencies":{"arrify":"^1.0.1","chalk":"^1.1.3","minimatch":"^3.0.3","object-assign":"^4.1.0","ramda":"^0.23.0","stylelint":"^7.7.0"},"devDependencies":{"chai":"^3.5.0","conventional-github-releaser":"^1.1.3","coveralls":"^2.11.14","dotenv":"^4.0.0","memory-fs":"^0.4.1","mocha":"^3.1.0","npm-install-version":"^6.0.1","nyc":"^10.0.0","semistandard":"^9.2.1","testdouble":"^1.10.2"},"scripts":{"pretest":"semistandard","test:webpack1":"WEBPACK_VERSION=1 nyc mocha","test:webpack2":"WEBPACK_VERSION=beta nyc mocha","test":"npm run test:webpack1 && npm run test:webpack2","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"semistandard":{"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"cf1cb1e7c1cbb1f3ed0ea81debfbd40a34b8cb71","_id":"stylelint-webpack-plugin@0.7.0","_shasum":"48d6683fddf93b758e194c4468fada4771230c39","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"48d6683fddf93b758e194c4468fada4771230c39","size":4999,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.7.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.7.0.tgz_1487960617887_0.1476631066761911"},"directories":{},"publish_time":1487960619703,"_hasShrinkwrap":false,"_cnpm_publish_time":1487960619703,"_cnpmcore_publish_time":"2021-12-16T15:13:32.441Z"},"0.6.0":{"name":"stylelint-webpack-plugin","version":"0.6.0","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/vieron/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/vieron/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/vieron/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^7.7.0","webpack":"^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"},"dependencies":{"arrify":"^1.0.1","chalk":"^1.1.3","lodash.defaultto":"^4.14.0","minimatch":"^3.0.3","object-assign":"^4.1.0","stylelint":"^7.7.0"},"devDependencies":{"chai":"^3.5.0","conventional-github-releaser":"^1.1.3","coveralls":"^2.11.14","dotenv":"^4.0.0","memory-fs":"^0.4.1","mocha":"^3.1.0","npm-install-version":"^6.0.1","nyc":"^10.0.0","semistandard":"^9.2.1","testdouble":"^1.10.2"},"scripts":{"pretest":"semistandard","test:webpack1":"WEBPACK_VERSION=1 nyc mocha","test:webpack2":"WEBPACK_VERSION=beta nyc mocha","test":"npm run test:webpack1 && npm run test:webpack2","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"semistandard":{"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"5c2dc3382c03024454bdc4c2f27f7b6a978a2874","_id":"stylelint-webpack-plugin@0.6.0","_shasum":"17bc0628cae61a1410b0328a8833b22d38fd5a76","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"17bc0628cae61a1410b0328a8833b22d38fd5a76","size":4841,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.6.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.6.0.tgz_1486920742887_0.3067005823832005"},"directories":{},"publish_time":1486920744764,"_hasShrinkwrap":false,"_cnpm_publish_time":1486920744764,"_cnpmcore_publish_time":"2021-12-16T15:13:32.646Z"},"0.5.1":{"name":"stylelint-webpack-plugin","version":"0.5.1","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/vieron/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/vieron/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/vieron/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^7.7.0","webpack":"^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"},"dependencies":{"arrify":"^1.0.1","chalk":"^1.1.3","object-assign":"^4.1.0","stylelint":"^7.7.0"},"devDependencies":{"chai":"^3.5.0","chai-as-promised":"^6.0.0","conventional-github-releaser":"^1.1.3","coveralls":"^2.11.14","dotenv":"^4.0.0","memory-fs":"^0.4.1","mocha":"^3.1.0","npm-install-version":"^6.0.1","nyc":"^10.0.0","webpack":"^1.13.2","xo":"^0.16.0"},"scripts":{"pretest":"xo","test:webpack1":"WEBPACK_VERSION=1 nyc mocha","test:webpack2":"WEBPACK_VERSION=beta nyc mocha","test":"npm run test:webpack1 && npm run test:webpack2","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"xo":{"space":true,"envs":["node","mocha"],"globals":["getPath","expect"]},"greenkeeper":{"ignore":["xo"]},"gitHead":"cce469aa93944978571cd20317c5f035e63083bd","_id":"stylelint-webpack-plugin@0.5.1","_shasum":"c07a92d9acbdc653a67b66aa3aa4fedde0bfcc9d","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"c07a92d9acbdc653a67b66aa3aa4fedde0bfcc9d","size":3808,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.5.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.5.1.tgz_1483921686435_0.3598937049973756"},"directories":{},"publish_time":1483921686663,"_hasShrinkwrap":false,"_cnpm_publish_time":1483921686663,"_cnpmcore_publish_time":"2021-12-16T15:13:32.873Z"},"0.5.0":{"name":"stylelint-webpack-plugin","version":"0.5.0","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/vieron/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/vieron/stylelint-webpack-plugin/issues"},"files":["index.js","lib"],"homepage":"https://github.com/vieron/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^7.7.0","webpack":"^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"},"dependencies":{"arrify":"^1.0.1","chalk":"^1.1.3","object-assign":"^4.1.0","stylelint":"^7.7.0"},"devDependencies":{"chai":"^3.5.0","chai-as-promised":"^6.0.0","conventional-github-releaser":"^1.1.3","coveralls":"^2.11.14","dotenv":"^4.0.0","memory-fs":"^0.4.1","mocha":"^3.1.0","npm-install-version":"^6.0.1","nyc":"^10.0.0","webpack":"^1.13.2","xo":"^0.16.0"},"scripts":{"pretest":"xo","test:webpack1":"WEBPACK_VERSION=1 nyc mocha","test:webpack2":"WEBPACK_VERSION=beta nyc mocha","test":"npm run test:webpack1 && npm run test:webpack2","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"xo":{"space":true,"envs":["node","mocha"],"globals":["getPath","expect"]},"greenkeeper":{"ignore":["xo"]},"gitHead":"fbc5bfe2656fd8ee2002ea9c7c534c852cf0cb4e","_id":"stylelint-webpack-plugin@0.5.0","_shasum":"35b51126422e11a941e952db2fb76d45a05ce047","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"35b51126422e11a941e952db2fb76d45a05ce047","size":3795,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.5.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.5.0.tgz_1483916469786_0.3751404625363648"},"directories":{},"publish_time":1483916471729,"_hasShrinkwrap":false,"_cnpm_publish_time":1483916471729,"_cnpmcore_publish_time":"2021-12-16T15:13:33.087Z"},"0.4.2":{"name":"stylelint-webpack-plugin","version":"0.4.2","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/vieron/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/vieron/stylelint-webpack-plugin/issues"},"homepage":"https://github.com/vieron/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^7.7.0"},"dependencies":{"arrify":"^1.0.1","chalk":"^1.1.3","object-assign":"^4.1.0","stylelint":"^7.7.0","webpack":"^1.13.2"},"devDependencies":{"chai":"^3.5.0","chai-as-promised":"^6.0.0","coveralls":"^2.11.14","memory-fs":"^0.3.0","mocha":"^3.1.0","nyc":"^8.3.1","xo":"^0.16.0"},"scripts":{"pretest":"xo","test":"nyc mocha","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"xo":{"space":true,"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"86b71a037c5e0e22e3185372c5d4b3bf5a904ec9","_id":"stylelint-webpack-plugin@0.4.2","_shasum":"db8b48a446a73868a5866005d568115baa05d091","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.1","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"db8b48a446a73868a5866005d568115baa05d091","size":42842,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.4.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.4.2.tgz_1482078483509_0.7414401739370078"},"directories":{},"publish_time":1482078485222,"_hasShrinkwrap":false,"_cnpm_publish_time":1482078485222,"_cnpmcore_publish_time":"2021-12-16T15:13:33.350Z"},"0.4.1":{"name":"stylelint-webpack-plugin","version":"0.4.1","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/vieron/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/vieron/stylelint-webpack-plugin/issues"},"homepage":"https://github.com/vieron/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^7.0.1"},"dependencies":{"arrify":"^1.0.1","chalk":"^1.1.3","object-assign":"^4.1.0","stylelint":"^7.3.1","webpack":"^1.13.2"},"devDependencies":{"chai":"^3.5.0","chai-as-promised":"^6.0.0","coveralls":"^2.11.14","memory-fs":"^0.3.0","mocha":"^3.1.0","nyc":"^8.3.1","xo":"^0.16.0"},"scripts":{"pretest":"xo","test":"nyc mocha","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"xo":{"space":true,"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"6e5c45b8d7f67bd6aaa61bee4e685b58db5f3e33","_id":"stylelint-webpack-plugin@0.4.1","_shasum":"1081d70c045c0a60ead632894d8301c411388667","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.1","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"1081d70c045c0a60ead632894d8301c411388667","size":42944,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.4.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.4.1.tgz_1482051464003_0.19107836904004216"},"directories":{},"publish_time":1482051465936,"_hasShrinkwrap":false,"_cnpm_publish_time":1482051465936,"_cnpmcore_publish_time":"2021-12-16T15:13:33.619Z"},"0.4.0":{"name":"stylelint-webpack-plugin","version":"0.4.0","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/vieron/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/vieron/stylelint-webpack-plugin/issues"},"homepage":"https://github.com/vieron/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^7.0.1"},"dependencies":{"arrify":"^1.0.1","chalk":"^1.1.3","object-assign":"^4.1.0","stylelint":"^7.0.1","webpack":"^1.13.1"},"devDependencies":{"chai":"^3.5.0","chai-as-promised":"^5.3.0","coveralls":"^2.11.12","memory-fs":"^0.3.0","mocha":"^3.0.1","nyc":"^7.1.0","xo":"^0.16.0"},"scripts":{"prepublish":"git push --follow-tags origin master","pretest":"xo","test":"nyc mocha","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"xo":{"space":true,"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"9e561bb275ca29e3bff8ad9afd36b5d1e57b825a","_id":"stylelint-webpack-plugin@0.4.0","_shasum":"237a10be662d9d5105a88c63e724dd847f43e520","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.7.0","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"237a10be662d9d5105a88c63e724dd847f43e520","size":6331,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.4.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.4.0.tgz_1475195097008_0.7445628829300404"},"directories":{},"publish_time":1475195098986,"_hasShrinkwrap":false,"_cnpm_publish_time":1475195098986,"_cnpmcore_publish_time":"2021-12-16T15:13:33.846Z"},"0.3.1":{"name":"stylelint-webpack-plugin","version":"0.3.1","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/vieron/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/vieron/stylelint-webpack-plugin/issues"},"homepage":"https://github.com/vieron/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^7.0.1"},"dependencies":{"arrify":"^1.0.1","chalk":"^1.1.3","object-assign":"^4.1.0","stylelint":"^7.0.1","webpack":"^1.13.1"},"devDependencies":{"chai":"^3.5.0","chai-as-promised":"^5.3.0","coveralls":"^2.11.12","memory-fs":"^0.3.0","mocha":"^3.0.1","nyc":"^7.1.0","xo":"^0.16.0"},"scripts":{"pretest":"xo","test":"nyc mocha","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"xo":{"space":true,"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"bb02a5446b52206f2b18f5a91457fb39da5ea95e","_id":"stylelint-webpack-plugin@0.3.1","_shasum":"ecb5bb35cf9d761bff0528fe8f61fb4e37b27fdf","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"ecb5bb35cf9d761bff0528fe8f61fb4e37b27fdf","size":11825,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.3.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.3.1.tgz_1471374689656_0.5517394561320543"},"directories":{},"publish_time":1471374689899,"_hasShrinkwrap":false,"_cnpm_publish_time":1471374689899,"_cnpmcore_publish_time":"2021-12-16T15:13:34.067Z"},"0.3.0":{"name":"stylelint-webpack-plugin","version":"0.3.0","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/vieron/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/vieron/stylelint-webpack-plugin/issues"},"homepage":"https://github.com/vieron/stylelint-webpack-plugin#readme","peerDependencies":{"stylelint":"^7.0.1"},"dependencies":{"arrify":"^1.0.1","chalk":"^1.1.1","extract-text-webpack-plugin":"^1.0.1","loader-utils":"~0.2.10","object-assign":"~4.0.1","stylelint":"^7.0.1","webpack":"^1.12.10"},"devDependencies":{"chai":"^3.4.1","chai-as-promised":"^5.2.0","coveralls":"^2.11.12","memory-fs":"^0.3.0","mocha":"^2.3.4","nyc":"^7.1.0","xo":"^0.16.0"},"scripts":{"pretest":"xo","test":"nyc mocha","preversion":"npm run test","version":"git add -A ."},"nyc":{"reporter":["lcov","text-summary"]},"xo":{"space":true,"envs":["node","mocha"],"globals":["getPath","expect"]},"gitHead":"af4b3ae9feb2eed69e8870ce0bd3e9d5183a89be","_id":"stylelint-webpack-plugin@0.3.0","_shasum":"f5f7e747ef24a0c587d59e213be4fe12055d8fcf","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.2.3","_npmUser":{"name":"vieron","email":"javiersanchezmarin@gmail.com"},"dist":{"shasum":"f5f7e747ef24a0c587d59e213be4fe12055d8fcf","size":6078,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.3.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.3.0.tgz_1470335253357_0.21672293776646256"},"directories":{},"publish_time":1470335254804,"_hasShrinkwrap":false,"_cnpm_publish_time":1470335254804,"_cnpmcore_publish_time":"2021-12-16T15:13:34.326Z"},"0.2.0":{"name":"stylelint-webpack-plugin","version":"0.2.0","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/vieron/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/vieron/stylelint-webpack-plugin/issues"},"homepage":"https://github.com/vieron/stylelint-webpack-plugin#readme","dependencies":{"chalk":"^1.1.1","extract-text-webpack-plugin":"^1.0.1","loader-utils":"~0.2.10","object-assign":"~4.0.1","stylelint":"^6.0.1","webpack":"^1.12.10"},"devDependencies":{"chai":"^3.4.1","chai-as-promised":"^5.2.0","memory-fs":"^0.3.0","mocha":"^2.3.4"},"peerDependencies":{"stylelint":"^6.0.1"},"scripts":{"test":"mocha --harmony --full-trace --check-leaks","preversion":"npm run test","version":"git add -A ."},"gitHead":"a47b9cb197a3137cdd54ff174c679cc4806a91e3","_id":"stylelint-webpack-plugin@0.2.0","_shasum":"7ce770d08dfc51dd87070314a0baded8766ae950","_from":".","_npmVersion":"3.3.12","_nodeVersion":"4.1.2","_npmUser":{"name":"vieron","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"dist":{"shasum":"7ce770d08dfc51dd87070314a0baded8766ae950","size":5344,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.2.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.2.0.tgz_1461194780303_0.7721868744120002"},"directories":{},"publish_time":1461194783030,"_hasShrinkwrap":false,"_cnpm_publish_time":1461194783030,"_cnpmcore_publish_time":"2021-12-16T15:13:34.579Z"},"0.1.0":{"name":"stylelint-webpack-plugin","version":"0.1.0","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/vieron/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/vieron/stylelint-webpack-plugin/issues"},"homepage":"https://github.com/vieron/stylelint-webpack-plugin#readme","dependencies":{"chalk":"^1.1.1","extract-text-webpack-plugin":"^1.0.1","loader-utils":"~0.2.10","node-sass":"^3.3.3","object-assign":"~3.0.0","stylelint":"^5.0.1","text-table":"^0.2.0","webpack":"^1.12.10"},"devDependencies":{"chai":"^3.4.1","chai-as-promised":"^5.2.0","css-loader":"^0.19.0","file-loader":"^0.8.5","memory-fs":"^0.3.0","mocha":"^2.3.4","mocha-lcov-reporter":"^1.0.0","sass-loader":"^2.0.1","style-loader":"^0.12.4","text-table":"^0.2.0"},"peerDependencies":{"stylelint":"^5.0.1"},"scripts":{"test":"mocha --harmony --full-trace --check-leaks","preversion":"npm run test"},"gitHead":"126fa8a50f41cc564bfca9f81f8427864037c326","_id":"stylelint-webpack-plugin@0.1.0","_shasum":"e18e4443ce3c1dafaffe3a8354fd0cd1aa48ca37","_from":".","_npmVersion":"3.3.12","_nodeVersion":"4.1.2","_npmUser":{"name":"vieron","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"dist":{"shasum":"e18e4443ce3c1dafaffe3a8354fd0cd1aa48ca37","size":5326,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.1.0.tgz_1460065089815_0.12101852102205157"},"directories":{},"publish_time":1460065092338,"_hasShrinkwrap":false,"_cnpm_publish_time":1460065092338,"_cnpmcore_publish_time":"2021-12-16T15:13:34.785Z"},"0.0.2":{"name":"stylelint-webpack-plugin","version":"0.0.2","description":"stylelint plugin for webpack","main":"index.js","keywords":["stylelint","lint","linter","node-sass","webpack","plugin","webpack-plugin"],"repository":{"type":"git","url":"git+https://github.com/vieron/stylelint-webpack-plugin.git"},"author":{"name":"Javier Sánchez-Marín","email":"javiersanchezmarin@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/vieron/stylelint-webpack-plugin/issues"},"homepage":"https://github.com/vieron/stylelint-webpack-plugin#readme","dependencies":{"chalk":"^1.1.1","extract-text-webpack-plugin":"^1.0.1","loader-utils":"~0.2.10","node-sass":"^3.3.3","object-assign":"~3.0.0","stylelint":"^5.0.1","text-table":"^0.2.0","webpack":"^1.12.10"},"devDependencies":{"chai":"^3.4.1","chai-as-promised":"^5.2.0","css-loader":"^0.19.0","file-loader":"^0.8.5","memory-fs":"^0.3.0","mocha":"^2.3.4","mocha-lcov-reporter":"^1.0.0","sass-loader":"^2.0.1","style-loader":"^0.12.4","text-table":"^0.2.0"},"peerDependencies":{"stylelint":"^5.0.1"},"scripts":{"test":"mocha --harmony --full-trace --check-leaks","preversion":"npm run test"},"gitHead":"e5b26fd02e749fc81aa6637b1923b4785bbe043c","_id":"stylelint-webpack-plugin@0.0.2","_shasum":"5c2c70c79e97c1485eb945ffc12e7c013db031f0","_from":".","_npmVersion":"3.3.12","_nodeVersion":"4.1.2","_npmUser":{"name":"vieron","email":"javiersanchezmarin@gmail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jakxz","email":"jgkurian@me.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"ricardogobbosouza","email":"ricardogobbosouza@yahoo.com.br"},{"name":"sokra","email":""}],"dist":{"shasum":"5c2c70c79e97c1485eb945ffc12e7c013db031f0","size":5087,"noattachment":false,"key":"/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stylelint-webpack-plugin/download/stylelint-webpack-plugin-0.0.2.tgz"},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/stylelint-webpack-plugin-0.0.2.tgz_1458222693484_0.18589282943867147"},"directories":{},"publish_time":1458222695829,"_hasShrinkwrap":false,"_cnpm_publish_time":1458222695829,"_cnpmcore_publish_time":"2021-12-16T15:13:35.019Z"}},"readme":"<div align=\"center\">\n  <a href=\"https://github.com/stylelint/stylelint\"><img width=\"200\" height=\"200\" src=\"https://cdn.worldvectorlogo.com/logos/stylelint.svg\"></a>\n  <a href=\"https://github.com/webpack/webpack\"><img width=\"200\" height=\"200\" src=\"https://webpack.js.org/assets/icon-square-big.svg\"></a>\n</div>\n\n[![npm][npm]][npm-url]\n[![node][node]][node-url]\n[![tests][tests]][tests-url]\n[![coverage][cover]][cover-url]\n[![discussion][discussion]][discussion-url]\n[![size][size]][size-url]\n\n# stylelint-webpack-plugin\n\n> This version of stylelint-webpack-plugin only works with webpack 5. For the webpack 4, see the [2.x branch](https://github.com/webpack-contrib/stylelint-webpack-plugin/tree/2.x).\n\nThis plugin uses [`stylelint`](https://stylelint.io/) that helps you avoid errors and enforce conventions in your styles.\n\n## Getting Started\n\nTo begin, you'll need to install `stylelint-webpack-plugin`:\n\n```console\nnpm install stylelint-webpack-plugin --save-dev\n```\n\nor\n\n```console\nyarn add -D stylelint-webpack-plugin\n```\n\nor\n\n```console\npnpm add -D stylelint-webpack-plugin\n```\n\n> **Note**:\n>\n> You also need to install `stylelint >= 13` from npm, if you haven't already:\n\n```console\nnpm install stylelint --save-dev\n```\n\nor\n\n```console\nyarn add -D stylelint\n```\n\nor\n\n```console\npnpm add -D stylelint\n```\n\n> **Note**:\n>\n> If you are using Stylelint 13 rather than 14+, you might also need to install `@types/stylelint` as a dev dependency if getting stylelint related type errors.\n\nThen add the plugin to your webpack config. For example:\n\n```js\nconst StylelintPlugin = require('stylelint-webpack-plugin');\n\nmodule.exports = {\n  // ...\n  plugins: [new StylelintPlugin(options)],\n  // ...\n};\n```\n\n## Options\n\nSee [stylelint's options](https://stylelint.io/user-guide/usage/node-api#options) for the complete list of options available. These options are passed through to the `stylelint` directly.\n\n### `cache`\n\n- Type:\n\n```ts\ntype cache = boolean;\n```\n\n- Default: `true`\n\nThe cache is enabled by default to decrease execution time.\n\n### `cacheLocation`\n\n- Type:\n\n```ts\ntype cacheLocation = string;\n```\n\n- Default: `node_modules/.cache/stylelint-webpack-plugin/.stylelintcache`\n\nSpecify the path to the cache location. Can be a file or a directory.\n\n### `configFile`\n\n- Type:\n\n```ts\ntype context = string;\n```\n\n- Default: `undefined`\n\nSpecify the config file location to be used by `stylelint`.\n\n> **Note:**\n>\n> By default this is [handled by `stylelint`](https://stylelint.io/user-guide/configure).\n\n### `context`\n\n- Type:\n\n```ts\ntype context = string;\n```\n\n- Default: `compiler.context`\n\nA string indicating the root of your files.\n\n### `exclude`\n\n- Type:\n\n```ts\ntype exclude = string | Array<string>;\n```\n\n- Default: `['node_modules', compiler.options.output.path]`\n\nSpecify the files and/or directories to exclude. Must be relative to `options.context`.\n\n### `extensions`\n\n- Type:\n\n```ts\ntype extensions = string | Array<string>;\n```\n\n- Default: `['css', 'scss', 'sass']`\n\nSpecify extensions that should be checked.\n\n### `files`\n\n- Type:\n\n```ts\ntype files = string | Array<string>;\n```\n\n- Default: `null`\n\nSpecify directories, files, or globs. Must be relative to `options.context`. Directories are traversed recursively looking for files matching `options.extensions`. File and glob patterns ignore `options.extensions`.\n\n### `fix`\n\n- Type:\n\n```ts\ntype fix = boolean;\n```\n\n- Default: `false`\n\nIf `true`, `stylelint` will fix as many errors as possible. The fixes are made to the actual source files. All unfixed errors will be reported. See [Autofixing errors](https://stylelint.io/user-guide/usage/options#fix) docs.\n\n### `formatter`\n\n- Type:\n\n```ts\ntype formatter = string | (\n  results: Array<import('stylelint').LintResult>\n) => string\n```\n\n- Default: `'string'`\n\nSpecify the formatter that you would like to use to format your results. See [formatter option](https://stylelint.io/user-guide/usage/options#formatter).\n\n### `lintDirtyModulesOnly`\n\n- Type:\n\n```ts\ntype lintDirtyModulesOnly = boolean;\n```\n\n- Default: `false`\n\nLint only changed files, skip lint on start.\n\n### `stylelintPath`\n\n- Type:\n\n```ts\ntype stylelintPath = string;\n```\n\n- Default: `stylelint`\n\nPath to `stylelint` instance that will be used for linting.\n\n### `threads`\n\n- Type:\n\n```ts\ntype threads = boolean | number;\n```\n\n- Default: `false`\n\nSet to true for an auto-selected pool size based on number of cpus. Set to a number greater than 1 to set an explicit pool size. Set to false, 1, or less to disable and only run in main process.\n\n### Errors and Warning\n\n**By default the plugin will auto adjust error reporting depending on stylelint errors/warnings counts.**\nYou can still force this behavior by using `emitError` **or** `emitWarning` options:\n\n#### `emitError`\n\n- Type:\n\n```ts\ntype emitError = boolean;\n```\n\n- Default: `true`\n\nThe errors found will always be emitted, to disable set to `false`.\n\n#### `emitWarning`\n\n- Type:\n\n```ts\ntype emitWarning = boolean;\n```\n\n- Default: `true`\n\nThe warnings found will always be emitted, to disable set to `false`.\n\n#### `failOnError`\n\n- Type:\n\n```ts\ntype failOnError = boolean;\n```\n\n- Default: `true`\n\nWill cause the module build to fail if there are any errors, to disable set to `false`.\n\n#### `failOnWarning`\n\n- Type:\n\n```ts\ntype failOnWarning = boolean;\n```\n\n- Default: `false`\n\nWill cause the module build to fail if there are any warnings, if set to `true`.\n\n#### `quiet`\n\n- Type:\n\n```ts\ntype quiet = boolean;\n```\n\n- Default: `false`\n\nWill process and report errors only and ignore warnings, if set to `true`.\n\n#### `outputReport`\n\n- Type:\n\n```ts\ntype outputReport =\n  | boolean\n  | {\n      filePath?: string | undefined;\n      formatter?:\n        | (\n            | string\n            | ((results: Array<import('stylelint').LintResult>) => string)\n          )\n        | undefined;\n    };\n```\n\n- Default: `false`\n\nWrite the output of the errors to a file, for example a `json` file for use for reporting.\nThe `filePath` is relative to the webpack config: `output.path`.\nYou can pass in a different formatter for the output file, if none is passed in the default/configured formatter will be used.\n\n```js\n{\n  filePath: 'path/to/file';\n  formatter: 'json';\n}\n```\n\n## Changelog\n\n[Changelog](CHANGELOG.md)\n\n## License\n\n[MIT](./LICENSE)\n\n[npm]: https://img.shields.io/npm/v/stylelint-webpack-plugin.svg\n[npm-url]: https://npmjs.com/package/stylelint-webpack-plugin\n[node]: https://img.shields.io/node/v/stylelint-webpack-plugin.svg\n[node-url]: https://nodejs.org\n[tests]: https://github.com/webpack-contrib/stylelint-webpack-plugin/workflows/stylelint-webpack-plugin/badge.svg\n[tests-url]: https://github.com/webpack-contrib/stylelint-webpack-plugin/actions\n[cover]: https://codecov.io/gh/webpack-contrib/stylelint-webpack-plugin/branch/master/graph/badge.svg\n[cover-url]: https://codecov.io/gh/webpack-contrib/stylelint-webpack-plugin\n[discussion]: https://img.shields.io/github/discussions/webpack/webpack\n[discussion-url]: https://github.com/webpack/webpack/discussions\n[size]: https://packagephobia.now.sh/badge?p=stylelint-webpack-plugin\n[size-url]: https://packagephobia.now.sh/result?p=stylelint-webpack-plugin\n","_attachments":{},"homepage":"https://github.com/webpack-contrib/stylelint-webpack-plugin","bugs":{"url":"https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"},"license":"MIT"}