{"_id":"html-loader","_rev":"3461131","name":"html-loader","description":"Html loader module for webpack","dist-tags":{"latest":"5.1.0","next":"1.0.0-alpha.0"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"time":{"modified":"2024-08-27T19:35:35.000Z","created":"2014-01-24T15:04:44.164Z","5.1.0":"2024-07-25T17:10:30.289Z","5.0.0":"2024-01-16T15:58:17.648Z","4.2.0":"2022-09-22T23:39:50.658Z","4.1.0":"2022-07-11T17:27:36.287Z","3.1.2":"2022-06-15T19:52:57.060Z","4.0.0":"2022-06-15T19:51:04.695Z","3.1.1":"2022-06-15T19:50:00.675Z","3.1.0":"2022-01-08T15:29:11.426Z","3.0.1":"2021-11-02T15:04:19.751Z","3.0.0":"2021-10-21T15:49:11.175Z","2.1.2":"2021-03-09T15:13:05.223Z","2.1.1":"2021-02-24T17:09:51.871Z","2.1.0":"2021-02-20T16:38:01.047Z","2.0.0":"2021-02-14T15:11:54.888Z","1.3.2":"2020-10-09T16:54:50.251Z","1.3.1":"2020-09-21T14:02:09.415Z","1.3.0":"2020-08-25T17:27:28.291Z","1.2.1":"2020-08-19T13:42:07.183Z","1.2.0":"2020-08-18T15:11:47.083Z","1.1.0":"2020-04-02T14:52:56.961Z","1.0.0":"2020-03-19T12:34:27.518Z","1.0.0-alpha.0":"2018-02-06T03:37:54.785Z","0.5.5":"2018-01-17T16:56:04.976Z","0.5.4":"2018-01-05T05:59:08.194Z","0.5.1":"2017-08-08T07:12:32.847Z","0.5.0":"2017-07-26T20:38:40.366Z","0.4.5":"2017-02-24T18:27:46.236Z","0.4.4":"2016-09-13T10:47:21.120Z","0.4.3":"2016-02-15T21:15:38.646Z","0.4.2":"2016-02-15T09:48:53.433Z","0.4.0":"2015-11-24T06:58:25.495Z","0.3.0":"2015-04-28T20:21:19.853Z","0.2.3":"2014-10-03T17:41:37.899Z","0.2.2":"2014-03-31T07:43:52.787Z","0.2.1":"2014-01-29T12:24:44.452Z","0.2.0":"2014-01-27T12:40:17.837Z","0.1.0":"2014-01-24T15:04:44.164Z"},"users":{"abdul":true,"rubiadias":true,"jruif":true,"dennisli87":true,"dhampik":true,"king.v":true,"princetoad":true,"ridermansb":true,"fadihania":true,"finico":true,"areasis":true,"klimnikita":true,"panos277":true,"sunny_anna":true,"landy2014":true,"danielbayley":true,"nichenqin":true,"jaguarj":true,"andrej-k":true,"zeroxys":true,"akh-rman":true,"qqyiyi":true,"yangzw":true,"nilz3ro":true,"tomchao":true,"double1000":true,"mayavera":true,"coolhector":true,"jk6":true,"renishskills":true,"azertypow":true,"rajiff":true,"usingthesystem":true},"author":{"name":"Tobias Koppers @sokra"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"versions":{"5.1.0":{"name":"html-loader","version":"5.1.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 18.12.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit --production","lint:prettier":"prettier --cache --list-different .","lint:js":"eslint --cache .","lint:spelling":"cspell --cache --no-must-find-files --quiet \"**/*.*\"","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_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^7.2.0","parse5":"^7.1.2"},"devDependencies":{"@babel/cli":"^7.24.7","@babel/core":"^7.24.7","@babel/preset-env":"^7.24.7","@commitlint/cli":"^18.6.1","@commitlint/config-conventional":"^18.6.2","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^29.7.0","cross-env":"^7.0.3","cspell":"^8.9.1","del":"^7.1.0","del-cli":"^5.1.0","es-check":"^7.2.1","eslint":"^8.57.0","eslint-config-prettier":"^9.1.0","eslint-plugin-import":"^2.29.1","handlebars":"^4.7.8","html-webpack-plugin":"^5.6.0","husky":"^8.0.3","jest":"^29.7.0","lint-staged":"^15.2.7","memfs":"^4.9.3","npm-run-all":"^4.1.5","posthtml":"^0.16.6","posthtml-webp":"^2.2.0","prettier":"^3.3.2","standard-version":"^9.5.0","unescape-unicode":"^0.2.0","webpack":"^5.92.1"},"keywords":["webpack","html","loader"],"_id":"html-loader@5.1.0","gitHead":"5c7b5cded40f33eacf0b1cab75d4202d447d35ce","_nodeVersion":"18.19.0","_npmVersion":"10.2.3","dist":{"shasum":"85c13e0abc3b5f3aa6e7f664eee6e44d00718d95","size":18628,"noattachment":false,"key":"/html-loader/-/html-loader-5.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-5.1.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_5.1.0_1721927430114_0.528366416066854"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-25T17:10:30.289Z","publish_time":1721927430289,"_source_registry_name":"default","_cnpm_publish_time":1721927430289},"5.0.0":{"name":"html-loader","version":"5.0.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 18.12.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit --production","lint:prettier":"prettier --cache --list-different .","lint:js":"eslint --cache .","lint:spelling":"cspell --cache --no-must-find-files --quiet \"**/*.*\"","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_ENV=test jest","test:watch":"npm run test:only -- --watch","test:coverage":"npm run test:only -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^7.2.0","parse5":"^7.1.2"},"devDependencies":{"@babel/cli":"^7.23.4","@babel/core":"^7.23.7","@babel/preset-env":"^7.23.8","@commitlint/cli":"^18.4.4","@commitlint/config-conventional":"^18.4.4","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^29.7.0","cross-env":"^7.0.3","cspell":"^8.3.2","del":"^7.1.0","del-cli":"^5.1.0","es-check":"^7.1.1","eslint":"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-plugin-import":"^2.29.1","handlebars":"^4.7.8","html-webpack-plugin":"^5.6.0","husky":"^8.0.3","jest":"^29.7.0","lint-staged":"^15.2.0","memfs":"^4.6.0","npm-run-all":"^4.1.5","posthtml":"^0.16.6","posthtml-webp":"^2.2.0","prettier":"^3.2.2","standard-version":"^9.5.0","unescape-unicode":"^0.2.0","webpack":"^5.89.0"},"keywords":["webpack","html","loader"],"_id":"html-loader@5.0.0","gitHead":"80ea21b22d8f04e461c08274076c292297f7c1ce","_nodeVersion":"18.19.0","_npmVersion":"10.2.3","dist":{"shasum":"2bb3ed423e9ea10f24add5d1a563adc5a8fc7f00","size":17755,"noattachment":false,"key":"/html-loader/-/html-loader-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-5.0.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_5.0.0_1705420697473_0.18436179162008104"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-16T15:58:17.648Z","publish_time":1705420697648,"_source_registry_name":"default","_cnpm_publish_time":1705420697648},"4.2.0":{"name":"html-loader","version":"4.2.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 14.15.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit --production","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^7.0.0","parse5":"^7.0.0"},"devDependencies":{"@babel/cli":"^7.18.10","@babel/core":"^7.18.13","@babel/preset-env":"^7.18.10","@commitlint/cli":"^17.1.2","@commitlint/config-conventional":"^17.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^29.0.3","cross-env":"^7.0.3","del":"^6.1.1","del-cli":"^4.0.0","es-check":"^7.0.0","eslint":"^8.23.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","handlebars":"^4.7.7","html-webpack-plugin":"^5.3.2","husky":"^8.0.1","jest":"^29.0.3","lint-staged":"^13.0.3","memfs":"^3.4.7","npm-run-all":"^4.1.5","posthtml":"^0.16.6","posthtml-webp":"^2.2.0","prettier":"^2.7.1","standard-version":"^9.5.0","unescape-unicode":"^0.2.0","webpack":"^5.74.0"},"keywords":["webpack","html","loader"],"gitHead":"17fbef37b0ffcf3bd883126974021d2601a60f8a","_id":"html-loader@4.2.0","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"shasum":"20f69f9ec69244860c250ae6ee0046c8c5c4d348","size":17532,"noattachment":false,"key":"/html-loader/-/html-loader-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-4.2.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_4.2.0_1663889990464_0.8561974945609807"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-22T23:40:12.653Z","publish_time":1663889990658,"_cnpm_publish_time":1663889990658},"4.1.0":{"name":"html-loader","version":"4.1.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 14.15.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit --production","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^6.1.0","parse5":"^7.0.0"},"devDependencies":{"@babel/cli":"^7.18.6","@babel/core":"^7.18.6","@babel/preset-env":"^7.18.6","@commitlint/cli":"^17.0.3","@commitlint/config-conventional":"^17.0.3","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^28.1.2","cross-env":"^7.0.3","del":"^6.1.1","del-cli":"^4.0.0","es-check":"^6.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","handlebars":"^4.7.7","html-webpack-plugin":"^5.3.2","husky":"^8.0.1","jest":"^28.1.2","lint-staged":"^13.0.3","memfs":"^3.4.7","npm-run-all":"^4.1.5","posthtml":"^0.16.6","posthtml-webp":"^2.2.0","prettier":"^2.7.1","standard-version":"^9.5.0","unescape-unicode":"^0.2.0","webpack":"^5.73.0"},"keywords":["webpack","html","loader"],"gitHead":"852993225375bcb4650242fa567b0737f031b11b","_id":"html-loader@4.1.0","_nodeVersion":"18.1.0","_npmVersion":"8.8.0","dist":{"shasum":"a2f935802675fef0703165491316b200600996be","size":17533,"noattachment":false,"key":"/html-loader/-/html-loader-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-4.1.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_4.1.0_1657560456090_0.33292863332083145"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-11T17:48:25.423Z","publish_time":1657560456287,"_cnpm_publish_time":1657560456287},"3.1.2":{"name":"html-loader","version":"3.1.2","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit --production","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^6.0.2","parse5":"^6.0.1"},"devDependencies":{"@babel/cli":"^7.16.7","@babel/core":"^7.16.7","@babel/preset-env":"^7.16.7","@commitlint/cli":"^14.1.0","@commitlint/config-conventional":"^14.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.4.5","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.1.1","eslint":"^8.6.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.25.4","handlebars":"^4.7.7","html-webpack-plugin":"^5.3.2","husky":"^7.0.0","jest":"^27.4.5","lint-staged":"^11.0.0","memfs":"^3.4.1","npm-run-all":"^4.1.5","posthtml":"^0.16.4","posthtml-webp":"^2.1.0","prettier":"^2.5.1","standard-version":"^9.3.0","unescape-unicode":"^0.2.0","webpack":"^5.65.0"},"keywords":["webpack","html","loader"],"gitHead":"eb4297da5702867dc835329ff1c1d871be6e70bc","_id":"html-loader@3.1.2","_nodeVersion":"18.1.0","_npmVersion":"8.8.0","dist":{"shasum":"5dc7e52d110b97c381468ac3354efd9bfa36c9fd","size":17155,"noattachment":false,"key":"/html-loader/-/html-loader-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-3.1.2.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_3.1.2_1655322776867_0.6164368033674781"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-15T19:53:08.811Z","publish_time":1655322777060,"_cnpm_publish_time":1655322777060},"4.0.0":{"name":"html-loader","version":"4.0.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 14.15.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit --production","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^6.1.0","parse5":"^7.0.0"},"devDependencies":{"@babel/cli":"^7.17.10","@babel/core":"^7.18.2","@babel/preset-env":"^7.18.2","@commitlint/cli":"^17.0.2","@commitlint/config-conventional":"^17.0.2","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^28.1.1","cross-env":"^7.0.3","del":"^6.1.1","del-cli":"^4.0.0","es-check":"^6.2.1","eslint":"^8.16.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","handlebars":"^4.7.7","html-webpack-plugin":"^5.3.2","husky":"^8.0.1","jest":"^28.1.1","lint-staged":"^13.0.1","memfs":"^3.4.4","npm-run-all":"^4.1.5","posthtml":"^0.16.6","posthtml-webp":"^2.2.0","prettier":"^2.6.2","standard-version":"^9.5.0","unescape-unicode":"^0.2.0","webpack":"^5.73.0"},"keywords":["webpack","html","loader"],"gitHead":"ef059088e083cd37e7b3671306cc76df27e6e01d","_id":"html-loader@4.0.0","_nodeVersion":"18.1.0","_npmVersion":"8.8.0","dist":{"shasum":"486bfeaf5aaf41a0d9251a69e593ee9c611db9f9","size":17292,"noattachment":false,"key":"/html-loader/-/html-loader-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-4.0.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_4.0.0_1655322664491_0.6869701758347002"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-15T19:51:09.761Z","publish_time":1655322664695,"_cnpm_publish_time":1655322664695},"3.1.1":{"name":"html-loader","version":"3.1.1","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 14.15.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit --production","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^6.1.0","parse5":"^7.0.0"},"devDependencies":{"@babel/cli":"^7.17.10","@babel/core":"^7.18.2","@babel/preset-env":"^7.18.2","@commitlint/cli":"^17.0.2","@commitlint/config-conventional":"^17.0.2","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^28.1.1","cross-env":"^7.0.3","del":"^6.1.1","del-cli":"^4.0.0","es-check":"^6.2.1","eslint":"^8.16.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","handlebars":"^4.7.7","html-webpack-plugin":"^5.3.2","husky":"^8.0.1","jest":"^28.1.1","lint-staged":"^13.0.1","memfs":"^3.4.4","npm-run-all":"^4.1.5","posthtml":"^0.16.6","posthtml-webp":"^2.2.0","prettier":"^2.6.2","standard-version":"^9.5.0","unescape-unicode":"^0.2.0","webpack":"^5.73.0"},"keywords":["webpack","html","loader"],"gitHead":"4af872eb8196ee0252d407065d9646ca738b5b5a","_id":"html-loader@3.1.1","_nodeVersion":"18.1.0","_npmVersion":"8.8.0","dist":{"shasum":"dd805cac04ba1dc2b01ea4b95f9d9d78d8794b7f","size":17289,"noattachment":false,"key":"/html-loader/-/html-loader-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-3.1.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_3.1.1_1655322600437_0.06665380039162905"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-15T19:50:05.163Z","publish_time":1655322600675,"_cnpm_publish_time":1655322600675},"3.1.0":{"name":"html-loader","version":"3.1.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit --production","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^6.0.2","parse5":"^6.0.1"},"devDependencies":{"@babel/cli":"^7.16.7","@babel/core":"^7.16.7","@babel/preset-env":"^7.16.7","@commitlint/cli":"^14.1.0","@commitlint/config-conventional":"^14.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.4.5","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.1.1","eslint":"^8.6.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.25.4","handlebars":"^4.7.7","html-webpack-plugin":"^5.3.2","husky":"^7.0.0","jest":"^27.4.5","lint-staged":"^11.0.0","memfs":"^3.4.1","npm-run-all":"^4.1.5","posthtml":"^0.16.4","posthtml-webp":"^2.1.0","prettier":"^2.5.1","standard-version":"^9.3.0","unescape-unicode":"^0.2.0","webpack":"^5.65.0"},"keywords":["webpack","html","loader"],"gitHead":"eb4297da5702867dc835329ff1c1d871be6e70bc","_id":"html-loader@3.1.0","_nodeVersion":"12.22.8","_npmVersion":"8.3.0","dist":{"shasum":"e5b9c1cf81b043786b15145eb30181575a22d9c8","size":17154,"noattachment":false,"key":"/html-loader/-/html-loader-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-3.1.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_3.1.0_1641655751214_0.9189438009985362"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-08T15:39:23.754Z","publish_time":1641655751426,"_cnpm_publish_time":1641655751426},"3.0.1":{"name":"html-loader","version":"3.0.1","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit --production","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^6.0.2","parse5":"^6.0.1"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.7","@commitlint/cli":"^14.1.0","@commitlint/config-conventional":"^14.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.0.5","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^8.0.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.4","handlebars":"^4.7.7","html-webpack-plugin":"^5.3.2","husky":"^7.0.0","jest":"^27.0.5","lint-staged":"^11.0.0","memfs":"^3.2.2","npm-run-all":"^4.1.5","posthtml":"^0.16.4","posthtml-webp":"^2.1.0","prettier":"^2.3.1","standard-version":"^9.3.0","unescape-unicode":"^0.2.0","webpack":"^5.40.0"},"keywords":["webpack","html","loader"],"gitHead":"576b781f5389475d4fb678df617e7faf2ba394dd","_id":"html-loader@3.0.1","_nodeVersion":"12.22.7","_npmVersion":"8.1.2","dist":{"shasum":"84d9094d7fc2e3fcd871d1524736953742758585","size":17065,"noattachment":false,"key":"/html-loader/-/html-loader-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-3.0.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_3.0.1_1635865459507_0.4293075949628995"},"_hasShrinkwrap":false,"publish_time":1635865459751,"_cnpm_publish_time":1635865459751},"3.0.0":{"name":"html-loader","version":"3.0.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"main":"dist/cjs.js","engines":{"node":">= 12.13.0"},"scripts":{"start":"npm run build -- -w","clean":"del-cli dist","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit --production","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"husky install && npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^6.0.2","parse5":"^6.0.1"},"devDependencies":{"@babel/cli":"^7.14.5","@babel/core":"^7.14.6","@babel/preset-env":"^7.14.7","@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^27.0.5","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^4.0.0","es-check":"^6.0.0","eslint":"^8.0.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.4","handlebars":"^4.7.7","html-webpack-plugin":"^5.3.2","husky":"^7.0.0","jest":"^27.0.5","lint-staged":"^11.0.0","memfs":"^3.2.2","npm-run-all":"^4.1.5","posthtml":"^0.16.4","posthtml-webp":"^2.1.0","prettier":"^2.3.1","standard-version":"^9.3.0","unescape-unicode":"^0.2.0","webpack":"^5.40.0"},"keywords":["webpack","html","loader"],"gitHead":"2d891663982391e58a40ece3881717bd0fcfafda","_id":"html-loader@3.0.0","_nodeVersion":"12.22.7","_npmVersion":"7.24.0","dist":{"shasum":"8be6dfd7d259b0ea83ab78b5ab6a6ef3879abf55","size":17050,"noattachment":false,"key":"/html-loader/-/html-loader-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-3.0.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_3.0.0_1634831350782_0.666928039700561"},"_hasShrinkwrap":false,"publish_time":1634831351175,"_cnpm_publish_time":1634831351175},"2.1.2":{"name":"html-loader","version":"2.1.2","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/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","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^5.1.1","parse5":"^6.0.1"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.2.0","eslint":"^7.20.0","eslint-config-prettier":"^7.2.0","eslint-plugin-import":"^2.22.1","handlebars":"^4.7.6","html-webpack-plugin":"^5.2.0","husky":"^5.0.9","jest":"^26.6.3","lint-staged":"^10.5.4","memfs":"^3.2.0","npm-run-all":"^4.1.5","pinst":"^2.1.4","posthtml":"^0.15.1","posthtml-webp":"^2.1.0","prettier":"^2.1.2","standard-version":"^9.0.0","unescape-unicode":"^0.2.0","webpack":"^5.21.2"},"keywords":["webpack","html","loader"],"gitHead":"6ae2c142f21dcbdda5f49ae15c8f015588b39222","_id":"html-loader@2.1.2","_nodeVersion":"12.21.0","_npmVersion":"7.6.1","dist":{"shasum":"17eb111441e863a9308071ed876b4ba861f143df","size":20004,"noattachment":false,"key":"/html-loader/-/html-loader-2.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-2.1.2.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_2.1.2_1615302785058_0.9190636639752665"},"_hasShrinkwrap":false,"publish_time":1615302785223,"_cnpm_publish_time":1615302785223},"2.1.1":{"name":"html-loader","version":"2.1.1","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/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","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^5.1.1","parse5":"^6.0.1"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.2.0","eslint":"^7.20.0","eslint-config-prettier":"^7.2.0","eslint-plugin-import":"^2.22.1","handlebars":"^4.7.6","html-webpack-plugin":"^5.2.0","husky":"^5.0.9","jest":"^26.6.3","lint-staged":"^10.5.4","memfs":"^3.2.0","npm-run-all":"^4.1.5","pinst":"^2.1.4","posthtml":"^0.15.1","posthtml-webp":"^2.1.0","prettier":"^2.1.2","standard-version":"^9.0.0","unescape-unicode":"^0.2.0","webpack":"^5.21.2"},"keywords":["webpack","html","loader"],"gitHead":"de93b86c424198c266b6255f35cd0e91fe38187d","_id":"html-loader@2.1.1","_nodeVersion":"12.20.2","_npmVersion":"7.5.4","dist":{"shasum":"61174d43a4fe97b2a79c3b6206736e6725e13b97","size":19522,"noattachment":false,"key":"/html-loader/-/html-loader-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-2.1.1.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_2.1.1_1614186591682_0.5119920859553058"},"_hasShrinkwrap":false,"publish_time":1614186591871,"_cnpm_publish_time":1614186591871},"2.1.0":{"name":"html-loader","version":"2.1.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/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","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^5.1.1","parse5":"^6.0.1"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.2.0","eslint":"^7.20.0","eslint-config-prettier":"^7.2.0","eslint-plugin-import":"^2.22.1","handlebars":"^4.7.6","husky":"^5.0.9","jest":"^26.6.3","lint-staged":"^10.5.4","memfs":"^3.2.0","npm-run-all":"^4.1.5","pinst":"^2.1.4","posthtml":"^0.15.1","posthtml-webp":"^2.1.0","prettier":"^2.1.2","standard-version":"^9.0.0","unescape-unicode":"^0.2.0","webpack":"^5.21.2"},"keywords":["webpack","html","loader"],"gitHead":"9f2ca5cd5d3c6edd09c1bd56717487ba39668433","_id":"html-loader@2.1.0","_nodeVersion":"12.20.2","_npmVersion":"7.5.4","dist":{"shasum":"f125167d3ebf348f94b42a1f6fb60d976205d5f3","size":19838,"noattachment":false,"key":"/html-loader/-/html-loader-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-2.1.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_2.1.0_1613839080913_0.29534361151230915"},"_hasShrinkwrap":false,"publish_time":1613839081047,"_cnpm_publish_time":1613839081047},"2.0.0":{"name":"html-loader","version":"2.0.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/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","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"html-minifier-terser":"^5.1.1","parse5-sax-parser":"^6.0.1"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.2.0","eslint":"^7.20.0","eslint-config-prettier":"^7.2.0","eslint-plugin-import":"^2.22.1","handlebars":"^4.7.6","husky":"^5.0.9","jest":"^26.6.3","lint-staged":"^10.5.4","memfs":"^3.2.0","npm-run-all":"^4.1.5","pinst":"^2.1.4","posthtml":"^0.15.1","posthtml-webp":"^2.1.0","prettier":"^2.1.2","standard-version":"^9.0.0","unescape-unicode":"^0.2.0","webpack":"^5.21.2"},"keywords":["webpack","html","loader"],"gitHead":"e73232422234b7e16d94941a879617dcdbd8befd","_id":"html-loader@2.0.0","_nodeVersion":"12.20.1","_npmVersion":"7.5.3","dist":{"shasum":"32e98b39cf7ce8be6851fa5466abe06015425a46","size":19417,"noattachment":false,"key":"/html-loader/-/html-loader-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-2.0.0.tgz"},"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_2.0.0_1613315514721_0.7480942644249133"},"_hasShrinkwrap":false,"publish_time":1613315514888,"_cnpm_publish_time":1613315514888},"1.3.2":{"name":"html-loader","version":"1.3.2","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/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","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"html-minifier-terser":"^5.1.1","htmlparser2":"^4.1.0","loader-utils":"^2.0.0","schema-utils":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.11.6","@babel/core":"^7.11.6","@babel/preset-env":"^7.11.5","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^26.5.2","cross-env":"^7.0.2","del":"^6.0.0","del-cli":"^3.0.1","es-check":"^5.1.1","eslint":"^7.10.0","eslint-config-prettier":"^6.12.0","eslint-plugin-import":"^2.22.1","file-loader":"^6.1.1","handlebars":"^4.7.6","husky":"^4.3.0","jest":"^26.5.2","lint-staged":"^10.4.0","memfs":"^3.2.0","npm-run-all":"^4.1.5","posthtml":"^0.13.3","posthtml-webp":"^2.1.0","prettier":"^2.1.2","standard-version":"^9.0.0","url-loader":"^4.1.1","webpack":"^4.44.2"},"keywords":["webpack","html","loader"],"gitHead":"eb17fcdd0e89ca27c82e268ee76841f096617ba6","_id":"html-loader@1.3.2","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"5a72ebba420d337083497c9aba7866c9e1aee340","size":16813,"noattachment":false,"key":"/html-loader/-/html-loader-1.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-1.3.2.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_1.3.2_1602262490110_0.03897517472758483"},"_hasShrinkwrap":false,"publish_time":1602262490251,"_cnpm_publish_time":1602262490251},"1.3.1":{"name":"html-loader","version":"1.3.1","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/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","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"html-minifier-terser":"^5.1.1","htmlparser2":"^4.1.0","loader-utils":"^2.0.0","schema-utils":"^2.7.1"},"devDependencies":{"@babel/cli":"^7.11.6","@babel/core":"^7.11.6","@babel/preset-env":"^7.11.5","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^26.3.0","cross-env":"^7.0.2","del":"^5.1.0","del-cli":"^3.0.1","es-check":"^5.1.0","eslint":"^7.9.0","eslint-config-prettier":"^6.11.0","eslint-plugin-import":"^2.22.0","file-loader":"^6.1.0","handlebars":"^4.7.6","husky":"^4.3.0","jest":"^26.4.2","lint-staged":"^10.4.0","memfs":"^3.2.0","npm-run-all":"^4.1.5","posthtml":"^0.13.3","posthtml-webp":"^2.1.0","prettier":"^2.1.2","standard-version":"^9.0.0","url-loader":"^4.1.0","webpack":"^4.44.2"},"keywords":["webpack","html","loader"],"gitHead":"2d89c054fa6c19ce4e85ac607741ae76f2d87d1d","_id":"html-loader@1.3.1","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"16ae142e23daa4f0d67a2ac2fccaa087be5d64e2","size":16789,"noattachment":false,"key":"/html-loader/-/html-loader-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-1.3.1.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_1.3.1_1600696929242_0.6979930237514167"},"_hasShrinkwrap":false,"publish_time":1600696929415,"_cnpm_publish_time":1600696929415},"1.3.0":{"name":"html-loader","version":"1.3.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/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","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"html-minifier-terser":"^5.1.1","htmlparser2":"^4.1.0","loader-utils":"^2.0.0","schema-utils":"^2.7.0"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.1","@babel/preset-env":"^7.11.0","@commitlint/cli":"^10.0.0","@commitlint/config-conventional":"^10.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^26.3.0","cross-env":"^7.0.2","del":"^5.1.0","del-cli":"^3.0.1","es-check":"^5.1.0","eslint":"^7.7.0","eslint-config-prettier":"^6.11.0","eslint-plugin-import":"^2.22.0","file-loader":"^6.0.0","handlebars":"^4.7.6","husky":"^4.2.5","jest":"^26.4.0","lint-staged":"^10.2.11","memfs":"^3.2.0","npm-run-all":"^4.1.5","posthtml":"^0.13.2","posthtml-webp":"^1.5.0","prettier":"^2.0.5","standard-version":"^9.0.0","url-loader":"^4.1.0","webpack":"^4.44.1"},"keywords":["webpack","html","loader"],"gitHead":"2e0b71e3ca5c44de8f594e8f9f9840ed0c64648e","_id":"html-loader@1.3.0","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"2cbca7794702818b60f55b3b7c73ab642236635a","size":16685,"noattachment":false,"key":"/html-loader/-/html-loader-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-1.3.0.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_1.3.0_1598376448168_0.11841689951633194"},"_hasShrinkwrap":false,"publish_time":1598376448291,"_cnpm_publish_time":1598376448291},"1.2.1":{"name":"html-loader","version":"1.2.1","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/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","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"html-minifier-terser":"^5.1.1","htmlparser2":"^4.1.0","loader-utils":"^2.0.0","schema-utils":"^2.7.0"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.1","@babel/preset-env":"^7.11.0","@commitlint/cli":"^10.0.0","@commitlint/config-conventional":"^10.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^26.3.0","cross-env":"^7.0.2","del":"^5.1.0","del-cli":"^3.0.1","es-check":"^5.1.0","eslint":"^7.7.0","eslint-config-prettier":"^6.11.0","eslint-plugin-import":"^2.22.0","file-loader":"^6.0.0","handlebars":"^4.7.6","husky":"^4.2.5","jest":"^26.4.0","lint-staged":"^10.2.11","memfs":"^3.2.0","npm-run-all":"^4.1.5","posthtml":"^0.13.2","posthtml-webp":"^1.5.0","prettier":"^2.0.5","standard-version":"^9.0.0","url-loader":"^4.1.0","webpack":"^4.44.1"},"keywords":["webpack","html","loader"],"gitHead":"d30c549c76b2dd73d7ffeb22463595c029b462cd","_id":"html-loader@1.2.1","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"d564cde016d17fe8a2992a64fea314e09fed7fe3","size":16195,"noattachment":false,"key":"/html-loader/-/html-loader-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-1.2.1.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_1.2.1_1597844527063_0.5247674903126602"},"_hasShrinkwrap":false,"publish_time":1597844527183,"_cnpm_publish_time":1597844527183},"1.2.0":{"name":"html-loader","version":"1.2.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/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","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"html-minifier-terser":"^5.1.1","htmlparser2":"^4.1.0","loader-utils":"^2.0.0","schema-utils":"^2.7.0"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.1","@babel/preset-env":"^7.11.0","@commitlint/cli":"^10.0.0","@commitlint/config-conventional":"^10.0.0","@webpack-contrib/defaults":"^6.3.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^26.3.0","cross-env":"^7.0.2","del":"^5.1.0","del-cli":"^3.0.1","es-check":"^5.1.0","eslint":"^7.7.0","eslint-config-prettier":"^6.11.0","eslint-plugin-import":"^2.22.0","file-loader":"^6.0.0","handlebars":"^4.7.6","husky":"^4.2.5","jest":"^26.4.0","lint-staged":"^10.2.11","memfs":"^3.2.0","npm-run-all":"^4.1.5","posthtml":"^0.13.2","posthtml-webp":"^1.5.0","prettier":"^2.0.5","standard-version":"^9.0.0","url-loader":"^4.1.0","webpack":"^4.44.1"},"keywords":["webpack","html","loader"],"gitHead":"8d7db7fa60c9571ad723423356c3f289bb412f8b","_id":"html-loader@1.2.0","_nodeVersion":"10.15.2","_npmVersion":"6.14.8","dist":{"shasum":"828485a8d75470d805d51263e480a7af50ae1de2","size":16080,"noattachment":false,"key":"/html-loader/-/html-loader-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-1.2.0.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_1.2.0_1597763506711_0.5069494181451046"},"_hasShrinkwrap":false,"publish_time":1597763507083,"_cnpm_publish_time":1597763507083},"1.1.0":{"name":"html-loader","version":"1.1.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/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","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --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 -- --coverage","pretest":"npm run lint","test":"npm run test:coverage","prepare":"npm run build","release":"standard-version","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"html-minifier-terser":"^5.0.5","htmlparser2":"^4.1.0","loader-utils":"^2.0.0","parse-srcset":"^1.0.2","schema-utils":"^2.6.5"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.9.0","@babel/preset-env":"^7.9.0","@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-jest":"^25.2.6","commitlint-azure-pipelines-cli":"^1.0.3","cross-env":"^7.0.2","del":"^5.1.0","del-cli":"^3.0.0","es-check":"^5.1.0","eslint":"^6.8.0","eslint-config-prettier":"^6.10.1","eslint-plugin-import":"^2.20.2","file-loader":"^6.0.0","handlebars":"^4.7.4","husky":"^4.2.3","jest":"^25.2.6","jest-junit":"^10.0.0","lint-staged":"^10.1.1","memfs":"^3.1.2","npm-run-all":"^4.1.5","posthtml":"^0.12.0","posthtml-webp":"^1.5.0","prettier":"^2.0.2","standard-version":"^7.1.0","webpack":"^4.42.0"},"keywords":["webpack","html","loader"],"gitHead":"7aa1e4abe23426a9bd14a22fae632a695598bdba","_id":"html-loader@1.1.0","_nodeVersion":"10.15.2","_npmVersion":"6.14.3","dist":{"shasum":"91915f4d274caa9d46d1c3dc847cd82bfc037dbd","size":15135,"noattachment":false,"key":"/html-loader/-/html-loader-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-1.1.0.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_1.1.0_1585839176763_0.5220697929867752"},"_hasShrinkwrap":false,"publish_time":1585839176961,"_cnpm_publish_time":1585839176961},"1.0.0":{"name":"html-loader","version":"1.0.0","description":"Html loader module for webpack","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/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","validate:runtime":"es-check es5 \"dist/runtime/**/*.js\"","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --copy-files","postbuild":"npm run validate:runtime","commitlint":"commitlint --from=master","security":"npm audit","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --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":{"webpack":"^4.0.0 || ^5.0.0"},"dependencies":{"html-minifier-terser":"^5.0.4","htmlparser2":"^4.1.0","loader-utils":"^2.0.0","parse-srcset":"^1.0.2","schema-utils":"^2.6.5"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.8.7","@babel/preset-env":"^7.8.7","@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-jest":"^25.1.0","commitlint-azure-pipelines-cli":"^1.0.3","cross-env":"^7.0.2","del":"^5.1.0","del-cli":"^3.0.0","es-check":"^5.1.0","eslint":"^6.8.0","eslint-config-prettier":"^6.10.0","eslint-plugin-import":"^2.20.1","file-loader":"^6.0.0","handlebars":"^4.7.3","husky":"^4.2.3","jest":"^25.1.0","jest-junit":"^10.0.0","lint-staged":"^10.0.8","memfs":"^3.1.2","npm-run-all":"^4.1.5","posthtml":"^0.12.0","posthtml-webp":"^1.5.0","prettier":"^1.19.1","standard-version":"^7.1.0","webpack":"^4.42.0"},"keywords":["webpack","html","loader"],"gitHead":"d7cccfad615a723ac8a924cd8603667d46a93685","_id":"html-loader@1.0.0","_nodeVersion":"10.15.2","_npmVersion":"6.14.2","dist":{"shasum":"40000ff27bfb4fbf087d37f8438cae0b1d8b53b1","size":14579,"noattachment":false,"key":"/html-loader/-/html-loader-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-1.0.0.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader_1.0.0_1584621267353_0.4007727015394904"},"_hasShrinkwrap":false,"publish_time":1584621267518,"_cnpm_publish_time":1584621267518},"1.0.0-alpha.0":{"name":"html-loader","version":"1.0.0-alpha.0","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","license":"MIT","main":"dist/cjs.js","files":["dist"],"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli dist","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepare":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"dependencies":{"@posthtml/esm":"^1.0.0","htmlnano":"^0.1.6","loader-utils":"^1.1.0","posthtml":"^0.11.2","schema-utils":"^0.4.3"},"devDependencies":{"@commitlint/cli":"^5.2.8","@commitlint/config-angular":"^5.1.1","@webpack-contrib/eslint-config-webpack":"^2.0.2","@webpack-contrib/test-utils":"^0.1.2","babel-cli":"^6.26.0","babel-jest":"^22.1.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","conventional-github-releaser":"^2.0.0","cross-env":"^5.1.3","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^4.17.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","file-loader":"^1.1.6","husky":"^0.14.3","jest":"^22.1.4","jsdom":"^11.6.2","lint-staged":"^6.1.0","memory-fs":"^0.4.1","nsp":"^3.1.0","pre-commit":"^1.2.2","prettier":"^1.10.2","standard-version":"^4.3.0","webpack":"^4.0.0-beta.0","webpack-defaults":"^2.0.0-rc.4"},"engines":{"node":">= 6.9.0 || >= 8.9.0"},"peerDependencies":{"webpack":"^3.0.0 || ^4.0.0"},"homepage":"https://github.com/webpack-contrib/html-loader","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"337cc4a00aa4f1f260d484b0c31532e8e23d1a08","_id":"html-loader@1.0.0-alpha.0","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"3f4ae7b490a587619be6d1eaa8ce16683580c642","size":6674,"noattachment":false,"key":"/html-loader/-/html-loader-1.0.0-alpha.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-1.0.0-alpha.0.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader-1.0.0-alpha.0.tgz_1517888273768_0.6444152931217104"},"directories":{},"publish_time":1517888274785,"_hasShrinkwrap":false,"_cnpm_publish_time":1517888274785},"0.5.5":{"name":"html-loader","version":"0.5.5","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","license":"MIT","main":"index.js","files":["lib"],"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha --harmony --full-trace --check-leaks","cover":"istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha","release":"standard-version"},"dependencies":{"es6-templates":"^0.2.3","fastparse":"^1.1.1","html-minifier":"^3.5.8","loader-utils":"^1.1.0","object-assign":"^4.1.1"},"devDependencies":{"beautify-lint":"^1.0.4","codecov.io":"^0.1.6","eslint":"^3.1.1","istanbul":"^0.4.5","js-beautify":"^1.6.3","mocha":"^2.5.3","should":"^10.0.0","standard-version":"^4.3.0"},"homepage":"https://github.com/webpack-contrib/html-loader","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"gitHead":"27026d2f0f5523ddea2a68272c4b58d5b69cffc0","_id":"html-loader@0.5.5","_npmVersion":"5.6.0","_nodeVersion":"9.2.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"6356dbeb0c49756d8ebd5ca327f16ff06ab5faea","size":6823,"noattachment":false,"key":"/html-loader/-/html-loader-0.5.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.5.5.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader-0.5.5.tgz_1516208163878_0.042634898563846946"},"directories":{},"publish_time":1516208164976,"_hasShrinkwrap":false,"_cnpm_publish_time":1516208164976},"0.5.4":{"name":"html-loader","version":"0.5.4","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","license":"MIT","main":"index.js","files":["lib"],"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha --harmony --full-trace --check-leaks","cover":"istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha","release":"standard-version"},"dependencies":{"es6-templates":"^0.2.3","fastparse":"^1.1.1","html-minifier":"^3.5.8","loader-utils":"^1.1.0","object-assign":"^4.1.1"},"devDependencies":{"beautify-lint":"^1.0.4","codecov.io":"^0.1.6","eslint":"^3.1.1","istanbul":"^0.4.5","js-beautify":"^1.6.3","mocha":"^2.5.3","should":"^10.0.0","standard-version":"^4.3.0"},"homepage":"https://github.com/webpack-contrib/html-loader","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/html-loader.git"},"bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"gitHead":"387299493cb59c75a1bc10f0cff6e23ae9f86f95","_id":"html-loader@0.5.4","_npmVersion":"5.6.0","_nodeVersion":"9.2.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"70f36e30a923cc52536fdc812cec6f556aeb47a4","size":6744,"noattachment":false,"key":"/html-loader/-/html-loader-0.5.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.5.4.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader-0.5.4.tgz_1515131947247_0.7742094860877842"},"directories":{},"publish_time":1515131948194,"_hasShrinkwrap":false,"_cnpm_publish_time":1515131948194},"0.5.1":{"name":"html-loader","version":"0.5.1","author":{"name":"Tobias Koppers @sokra"},"license":"MIT","description":"html loader module for webpack","main":"index.js","files":["lib"],"scripts":{"pretest":"npm run lint && npm run beautify-lint","test":"mocha --harmony --full-trace --check-leaks","travis":"npm run cover -- --report lcovonly","lint":"eslint lib bin hot","beautify-lint":"beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js","beautify":"beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js","postcover":"npm run lint && npm run beautify-lint","cover":"istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha","release":"standard-version"},"dependencies":{"es6-templates":"^0.2.2","fastparse":"^1.1.1","html-minifier":"^3.0.1","loader-utils":"^1.0.2","object-assign":"^4.1.0"},"devDependencies":{"beautify-lint":"^1.0.4","codecov.io":"^0.1.6","eslint":"^3.1.1","istanbul":"^0.4.4","js-beautify":"^1.6.3","mocha":"^2.5.3","should":"^10.0.0","standard-version":"^4.2.0"},"homepage":"http://github.com/webpack-contrib/html-loader","repository":{"type":"git","url":"git+ssh://git@github.com/webpack/html-loader.git"},"gitHead":"dac21c2f2577ad7a4b7c033bcc00f3598556efd8","bugs":{"url":"https://github.com/webpack/html-loader/issues"},"_id":"html-loader@0.5.1","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"4f1e8396a1ea6ab42bedc987dfac058070861ebe","size":6500,"noattachment":false,"key":"/html-loader/-/html-loader-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.5.1.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader-0.5.1.tgz_1502176351815_0.8337455757427961"},"directories":{},"publish_time":1502176352847,"_hasShrinkwrap":false,"_cnpm_publish_time":1502176352847},"0.5.0":{"name":"html-loader","version":"0.5.0","author":{"name":"Tobias Koppers @sokra"},"license":"MIT","description":"html loader module for webpack","main":"index.js","files":["lib"],"scripts":{"pretest":"npm run lint && npm run beautify-lint","test":"mocha --harmony --full-trace --check-leaks","travis":"npm run cover -- --report lcovonly","lint":"eslint lib bin hot","beautify-lint":"beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js","beautify":"beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js","postcover":"npm run lint && npm run beautify-lint","cover":"istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha","release":"standard-version"},"dependencies":{"es6-templates":"^0.2.2","fastparse":"^1.1.1","html-minifier":"^3.0.1","loader-utils":"^1.0.2","object-assign":"^4.1.0"},"devDependencies":{"beautify-lint":"^1.0.4","codecov.io":"^0.1.6","eslint":"^3.1.1","istanbul":"^0.4.4","js-beautify":"^1.6.3","mocha":"^2.5.3","should":"^10.0.0","standard-version":"^4.2.0"},"homepage":"http://github.com/webpack-contrib/html-loader","repository":{"type":"git","url":"git+ssh://git@github.com/webpack/html-loader.git"},"gitHead":"9e9bce2e95fc1fce69d632915a72fe7afb310a40","bugs":{"url":"https://github.com/webpack/html-loader/issues"},"_id":"html-loader@0.5.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.0","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"55653aea10937854de2610f43060d040505a0fd3","size":6420,"noattachment":false,"key":"/html-loader/-/html-loader-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.5.0.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-loader-0.5.0.tgz_1501101519301_0.7589198898058385"},"directories":{},"publish_time":1501101520366,"_hasShrinkwrap":false,"_cnpm_publish_time":1501101520366},"0.4.5":{"name":"html-loader","version":"0.4.5","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","dependencies":{"es6-templates":"^0.2.2","fastparse":"^1.1.1","html-minifier":"^3.0.1","loader-utils":"^1.0.2","object-assign":"^4.1.0"},"license":"MIT","devDependencies":{"beautify-lint":"^1.0.4","codecov.io":"^0.1.6","eslint":"^3.1.1","istanbul":"^0.4.4","js-beautify":"^1.6.3","mocha":"^2.5.3","should":"^10.0.0"},"scripts":{"pretest":"npm run lint && npm run beautify-lint","test":"mocha --harmony --full-trace --check-leaks","travis":"npm run cover -- --report lcovonly","lint":"eslint lib bin hot","beautify-lint":"beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js","beautify":"beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js","postcover":"npm run lint && npm run beautify-lint","cover":"istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha","publish-patch":"npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+ssh://git@github.com/webpack/html-loader.git"},"gitHead":"90c7b60d41a0af76019dbefa91d45dab90fbdd1e","bugs":{"url":"https://github.com/webpack/html-loader/issues"},"homepage":"https://github.com/webpack/html-loader#readme","_id":"html-loader@0.4.5","_shasum":"5fbcd87cd63a5c49a7fce2fe56f425e05729c68c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"5fbcd87cd63a5c49a7fce2fe56f425e05729c68c","size":8347,"noattachment":false,"key":"/html-loader/-/html-loader-0.4.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.4.5.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/html-loader-0.4.5.tgz_1487960864573_0.6131426664069295"},"directories":{},"publish_time":1487960866236,"_cnpm_publish_time":1487960866236,"_hasShrinkwrap":false},"0.4.4":{"name":"html-loader","version":"0.4.4","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","dependencies":{"es6-templates":"^0.2.2","fastparse":"^1.1.1","html-minifier":"^3.0.1","loader-utils":"^0.2.15","object-assign":"^4.1.0"},"license":"MIT","devDependencies":{"beautify-lint":"^1.0.4","codecov.io":"^0.1.6","eslint":"^3.1.1","istanbul":"^0.4.4","js-beautify":"^1.6.3","mocha":"^2.5.3","should":"^10.0.0"},"scripts":{"pretest":"npm run lint && npm run beautify-lint","test":"mocha --harmony --full-trace --check-leaks","travis":"npm run cover -- --report lcovonly","lint":"eslint lib bin hot","beautify-lint":"beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js","beautify":"beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js","postcover":"npm run lint && npm run beautify-lint","cover":"istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha","publish-patch":"npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+ssh://git@github.com/webpack/html-loader.git"},"gitHead":"773249b221c541e7f95503062bfbfe81f2f2a767","bugs":{"url":"https://github.com/webpack/html-loader/issues"},"homepage":"https://github.com/webpack/html-loader#readme","_id":"html-loader@0.4.4","_shasum":"f2b5b9acd5e035ff3ab5fd369c13c97a7bb014da","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"hemanth","email":"hemanth.hm@gmail.com"},"dist":{"shasum":"f2b5b9acd5e035ff3ab5fd369c13c97a7bb014da","size":9621,"noattachment":false,"key":"/html-loader/-/html-loader-0.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.4.4.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/html-loader-0.4.4.tgz_1473763638144_0.6524382580537349"},"directories":{},"publish_time":1473763641120,"_cnpm_publish_time":1473763641120,"_hasShrinkwrap":false},"0.4.3":{"name":"html-loader","version":"0.4.3","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","dependencies":{"es6-templates":"^0.2.2","fastparse":"^1.0.0","html-minifier":"^1.0.0","loader-utils":"~0.2.2","object-assign":"^4.0.1"},"devDependencies":{"mocha":"^2.3.4","should":"^7.1.1"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git+ssh://git@github.com/webpack/html-loader.git"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"gitHead":"4e7dc5a33d1a2a72e0727a94368bad6ac0e8bcf5","bugs":{"url":"https://github.com/webpack/html-loader/issues"},"homepage":"https://github.com/webpack/html-loader#readme","_id":"html-loader@0.4.3","_shasum":"ee11786b04818967cd6c679ca055e38f9d9721e7","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"peerigon","email":"developers@peerigon.com"},"dist":{"shasum":"ee11786b04818967cd6c679ca055e38f9d9721e7","size":3496,"noattachment":false,"key":"/html-loader/-/html-loader-0.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.4.3.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/html-loader-0.4.3.tgz_1455570934881_0.17954226001165807"},"directories":{},"publish_time":1455570938646,"_cnpm_publish_time":1455570938646,"_hasShrinkwrap":false},"0.4.2":{"name":"html-loader","version":"0.4.2","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","dependencies":{"es6-templates":"^0.2.2","fastparse":"^1.0.0","html-minifier":"^1.0.0","loader-utils":"~0.2.2","object-assign":"^4.0.1","source-map":"^0.5.3"},"devDependencies":{"mocha":"^2.3.4","should":"^7.1.1"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git+ssh://git@github.com/webpack/html-loader.git"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"gitHead":"1be759347dc79b9d7b1b5545133f63634fc4d596","bugs":{"url":"https://github.com/webpack/html-loader/issues"},"homepage":"https://github.com/webpack/html-loader#readme","_id":"html-loader@0.4.2","_shasum":"97873e6535466c50205e3135b10b11b3d61951d3","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"peerigon","email":"developers@peerigon.com"},"dist":{"shasum":"97873e6535466c50205e3135b10b11b3d61951d3","size":3161,"noattachment":false,"key":"/html-loader/-/html-loader-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.4.2.tgz"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/html-loader-0.4.2.tgz_1455529731374_0.15213080635294318"},"directories":{},"publish_time":1455529733433,"_cnpm_publish_time":1455529733433,"_hasShrinkwrap":false},"0.4.0":{"name":"html-loader","version":"0.4.0","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","dependencies":{"es6-templates":"^0.2.2","fastparse":"^1.0.0","html-minifier":"^1.0.0","loader-utils":"~0.2.2","object-assign":"^4.0.1","source-map":"^0.5.3"},"devDependencies":{"mocha":"^2.3.4","should":"^7.1.1"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git+ssh://git@github.com/webpack/html-loader.git"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"gitHead":"5fb1cf3b29254d5e47d598f009434aa7c52fa2e1","bugs":{"url":"https://github.com/webpack/html-loader/issues"},"homepage":"https://github.com/webpack/html-loader#readme","_id":"html-loader@0.4.0","_shasum":"841e0b4f8e9f0fd4209c94ce013370261d6410e1","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"dist":{"shasum":"841e0b4f8e9f0fd4209c94ce013370261d6410e1","size":3076,"noattachment":false,"key":"/html-loader/-/html-loader-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.4.0.tgz"},"directories":{},"publish_time":1448348305495,"_cnpm_publish_time":1448348305495,"_hasShrinkwrap":false},"0.3.0":{"name":"html-loader","version":"0.3.0","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","dependencies":{"html-minifier":"^0.7.2","source-map":"0.1.x","fastparse":"^1.0.0","loader-utils":"~0.2.2"},"devDependencies":{"mocha":"1.17.x","should":"3.1.x"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git@github.com:webpack/html-loader.git"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"gitHead":"2a4388a2efd72de2efbd3442ed156b3cc28e65b0","bugs":{"url":"https://github.com/webpack/html-loader/issues"},"homepage":"https://github.com/webpack/html-loader","_id":"html-loader@0.3.0","_shasum":"979a427ca3a8e6fc7c5bcb7c2f5ab3e940d52917","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"dist":{"shasum":"979a427ca3a8e6fc7c5bcb7c2f5ab3e940d52917","size":2776,"noattachment":false,"key":"/html-loader/-/html-loader-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.3.0.tgz"},"directories":{},"publish_time":1430252479853,"_cnpm_publish_time":1430252479853,"_hasShrinkwrap":false},"0.2.3":{"name":"html-loader","version":"0.2.3","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","dependencies":{"html-minifier":"0.5.x","source-map":"0.1.x","fastparse":"^1.0.0","loader-utils":"~0.2.2"},"devDependencies":{"mocha":"1.17.x","should":"3.1.x"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git@github.com:webpack/html-loader.git"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"gitHead":"90e6ddd3037683f79125d57c1505496dbdb810d0","bugs":{"url":"https://github.com/webpack/html-loader/issues"},"homepage":"https://github.com/webpack/html-loader","_id":"html-loader@0.2.3","_shasum":"2c1baef3009ee7f6e9034119401978fe6dc52dbc","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"dist":{"shasum":"2c1baef3009ee7f6e9034119401978fe6dc52dbc","size":2655,"noattachment":false,"key":"/html-loader/-/html-loader-0.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.2.3.tgz"},"directories":{},"publish_time":1412358097899,"_cnpm_publish_time":1412358097899,"_hasShrinkwrap":false},"0.2.2":{"name":"html-loader","version":"0.2.2","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","dependencies":{"html-minifier":"0.5.x","source-map":"0.1.x","loader-utils":"~0.2.2"},"devDependencies":{"mocha":"1.17.x","should":"3.1.x"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git@github.com:webpack/html-loader.git"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"bugs":{"url":"https://github.com/webpack/html-loader/issues"},"homepage":"https://github.com/webpack/html-loader","_id":"html-loader@0.2.2","dist":{"shasum":"cc581cd851babcfd1c95a7b1addac21b822db71f","size":3390,"noattachment":false,"key":"/html-loader/-/html-loader-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.2.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"directories":{},"publish_time":1396251832787,"_cnpm_publish_time":1396251832787,"_hasShrinkwrap":false},"0.2.1":{"name":"html-loader","version":"0.2.1","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","dependencies":{"html-minifier":"0.5.x","source-map":"0.1.x","loader-utils":"0.2.x"},"devDependencies":{"mocha":"1.17.x","should":"3.1.x"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git@github.com:webpack/html-loader.git"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"bugs":{"url":"https://github.com/webpack/html-loader/issues"},"homepage":"https://github.com/webpack/html-loader","_id":"html-loader@0.2.1","dist":{"shasum":"aea5beb6346db0d74218846b8a3fb7ad35f9eaad","size":3245,"noattachment":false,"key":"/html-loader/-/html-loader-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.2.1.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"directories":{},"publish_time":1390998284452,"_cnpm_publish_time":1390998284452,"_hasShrinkwrap":false},"0.2.0":{"name":"html-loader","version":"0.2.0","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","dependencies":{"html-minifier":"0.5.x","source-map":"0.1.x","loader-utils":"0.2.x"},"devDependencies":{"mocha":"1.17.x","should":"3.1.x"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git@github.com:webpack/html-loader.git"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"bugs":{"url":"https://github.com/webpack/html-loader/issues"},"homepage":"https://github.com/webpack/html-loader","_id":"html-loader@0.2.0","dist":{"shasum":"54e538e784f563bbed8a396280565e7fd155478a","size":3139,"noattachment":false,"key":"/html-loader/-/html-loader-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.2.0.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"directories":{},"publish_time":1390826417837,"_cnpm_publish_time":1390826417837,"_hasShrinkwrap":false},"0.1.0":{"name":"html-loader","version":"0.1.0","author":{"name":"Tobias Koppers @sokra"},"description":"html loader module for webpack","dependencies":{"html-minifier":"0.5.x","source-map":"0.1.x","loader-utils":"0.2.x"},"devDependencies":{"mocha":"1.17.x","should":"3.1.x"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git@github.com:webpack/html-loader.git"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"bugs":{"url":"https://github.com/webpack/html-loader/issues"},"homepage":"https://github.com/webpack/html-loader","_id":"html-loader@0.1.0","dist":{"shasum":"a672a4b76129c8e89f819c2b3983889a01814fb4","size":2421,"noattachment":false,"key":"/html-loader/-/html-loader-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/html-loader/download/html-loader-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"15000621931","email":""},{"name":"avivkeller","email":""},{"name":"ev1stensberg","email":"evenstensberg@gmail.com"},{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"__hai","email":""}],"directories":{},"publish_time":1390575884164,"_cnpm_publish_time":1390575884164,"_hasShrinkwrap":false}},"readme":"<div align=\"center\">\n  <img width=\"200\" height=\"200\" src=\"https://www.w3.org/html/logo/downloads/HTML5_Logo.svg\" alt=\"html-loader\">\n  <a href=\"https://github.com/webpack/webpack\">\n    <img width=\"200\" height=\"200\" vspace=\"\" hspace=\"25\" src=\"https://webpack.js.org/assets/icon-square-big.svg\" alt=\"webpack\">\n  </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# html-loader\n\nExports HTML as string. HTML is minimized when the compiler demands.\n\n## Getting Started\n\nTo begin, you'll need to install `html-loader`:\n\n```console\nnpm install --save-dev html-loader\n```\n\nor\n\n```console\nyarn add -D html-loader\n```\n\nor\n\n```console\npnpm add -D html-loader\n```\n\nThen add the plugin to your `webpack` config. For example:\n\n**file.js**\n\n```js\nimport html from \"./file.html\";\n```\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n      },\n    ],\n  },\n};\n```\n\n## Options\n\n- **[`sources`](#sources)**\n- **[`preprocessor`](#preprocessor)**\n- **[`postprocessor`](#postprocessor)**\n- **[`minimize`](#minimize)**\n- **[`esModule`](#esmodule)**\n\n### `sources`\n\nType:\n\n```ts\ntype sources =\n  | boolean\n  | {\n      list?: Array<{\n        tag?: string;\n        attribute?: string;\n        type?: string;\n        filter?: (\n          tag: string,\n          attribute: string,\n          attributes: string,\n          resourcePath: string,\n        ) => boolean;\n      }>;\n      urlFilter?: (\n        attribute: string,\n        value: string,\n        resourcePath: string,\n      ) => boolean;\n      scriptingEnabled?: boolean;\n    };\n```\n\nDefault: `true`\n\nBy default every loadable attribute (for example - `<img src=\"image.png\">`) is imported (`const img = require('./image.png')` or `new URL(\"./image.png\", import.meta.url)`).\nYou may need to specify loaders for images in your configuration (recommended [`asset modules`](https://webpack.js.org/guides/asset-modules/)).\n\nSupported tags and attributes:\n\n- the `src` attribute of the `audio` tag\n- the `src` attribute of the `embed` tag\n- the `src` attribute of the `img` tag\n- the `srcset` attribute of the `img` tag\n- the `src` attribute of the `input` tag\n- the `data` attribute of the `object` tag\n- the `src` attribute of the `script` tag\n- the `href` attribute of the `script` tag\n- the `xlink:href` attribute of the `script` tag\n- the `src` attribute of the `source` tag\n- the `srcset` attribute of the `source` tag\n- the `src` attribute of the `track` tag\n- the `poster` attribute of the `video` tag\n- the `src` attribute of the `video` tag\n- the `xlink:href` attribute of the `image` tag\n- the `href` attribute of the `image` tag\n- the `xlink:href` attribute of the `use` tag\n- the `href` attribute of the `use` tag\n- the `href` attribute of the `link` tag when the `rel` attribute contains `stylesheet`, `icon`, `shortcut icon`, `mask-icon`, `apple-touch-icon`, `apple-touch-icon-precomposed`, `apple-touch-startup-image`, `manifest`, `prefetch`, `preload` or when the `itemprop` attribute is `image`, `logo`, `screenshot`, `thumbnailurl`, `contenturl`, `downloadurl`, `duringmedia`, `embedurl`, `installurl`, `layoutimage`\n- the `imagesrcset` attribute of the `link` tag when the `rel` attribute contains `stylesheet`, `icon`, `shortcut icon`, `mask-icon`, `apple-touch-icon`, `apple-touch-icon-precomposed`, `apple-touch-startup-image`, `manifest`, `prefetch`, `preload`\n- the `content` attribute of the `meta` tag when the `name` attribute is `msapplication-tileimage`, `msapplication-square70x70logo`, `msapplication-square150x150logo`, `msapplication-wide310x150logo`, `msapplication-square310x310logo`, `msapplication-config`, `twitter:image` or when the `property` attribute is `og:image`, `og:image:url`, `og:image:secure_url`, `og:audio`, `og:audio:secure_url`, `og:video`, `og:video:secure_url`, `vk:image` or when the `itemprop` attribute is `image`, `logo`, `screenshot`, `thumbnailurl`, `contenturl`, `downloadurl`, `duringmedia`, `embedurl`, `installurl`, `layoutimage`\n- the `icon-uri` value component in `content` attribute of the `meta` tag when the `name` attribute is `msapplication-task`\n\n#### `boolean`\n\nThe `true` value enables the processing of all default elements and attributes, the `false` value disables the processing of all attributes.\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          // Disables attributes processing\n          sources: false,\n        },\n      },\n    ],\n  },\n};\n```\n\n#### `object`\n\nAllows you to specify which tags and attributes to process, filter them, filter urls and process sources starting with `/`.\n\nFor example:\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          sources: {\n            list: [\n              // All default supported tags and attributes\n              \"...\",\n              {\n                tag: \"img\",\n                attribute: \"data-src\",\n                type: \"src\",\n              },\n              {\n                tag: \"img\",\n                attribute: \"data-srcset\",\n                type: \"srcset\",\n              },\n            ],\n            urlFilter: (attribute, value, resourcePath) => {\n              // The `attribute` argument contains a name of the HTML attribute.\n              // The `value` argument contains a value of the HTML attribute.\n              // The `resourcePath` argument contains a path to the loaded HTML file.\n\n              if (/example\\.pdf$/.test(value)) {\n                return false;\n              }\n\n              return true;\n            },\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\n#### `list`\n\nType:\n\n```ts\ntype list = Array<{\n  tag?: string;\n  attribute?: string;\n  type?: string;\n  filter?: (\n    tag: string,\n    attribute: string,\n    attributes: string,\n    resourcePath: string,\n  ) => boolean;\n}>;\n```\n\nDefault: [supported tags and attributes](#sources).\n\nAllows to setup which tags and attributes to process and how, as well as the ability to filter some of them.\n\nUsing `...` syntax allows you to extend [default supported tags and attributes](#sources).\n\nFor example:\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          sources: {\n            list: [\n              // All default supported tags and attributes\n              \"...\",\n              {\n                tag: \"img\",\n                attribute: \"data-src\",\n                type: \"src\",\n              },\n              {\n                tag: \"img\",\n                attribute: \"data-srcset\",\n                type: \"srcset\",\n              },\n              {\n                // Tag name\n                tag: \"link\",\n                // Attribute name\n                attribute: \"href\",\n                // Type of processing, can be `src` or `scrset`\n                type: \"src\",\n                // Allow to filter some attributes\n                filter: (tag, attribute, attributes, resourcePath) => {\n                  // The `tag` argument contains a name of the HTML tag.\n                  // The `attribute` argument contains a name of the HTML attribute.\n                  // The `attributes` argument contains all attributes of the tag.\n                  // The `resourcePath` argument contains a path to the loaded HTML file.\n\n                  if (/my-html\\.html$/.test(resourcePath)) {\n                    return false;\n                  }\n\n                  if (!/stylesheet/i.test(attributes.rel)) {\n                    return false;\n                  }\n\n                  if (\n                    attributes.type &&\n                    attributes.type.trim().toLowerCase() !== \"text/css\"\n                  ) {\n                    return false;\n                  }\n\n                  return true;\n                },\n              },\n            ],\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\nIf the tag name is not specified it will process all the tags.\n\n> You can use your custom filter to specify html elements to be processed.\n\nFor example:\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          sources: {\n            list: [\n              {\n                // Attribute name\n                attribute: \"src\",\n                // Type of processing, can be `src` or `scrset`\n                type: \"src\",\n                // Allow to filter some attributes (optional)\n                filter: (tag, attribute, attributes, resourcePath) => {\n                  // The `tag` argument contains a name of the HTML tag.\n                  // The `attribute` argument contains a name of the HTML attribute.\n                  // The `attributes` argument contains all attributes of the tag.\n                  // The `resourcePath` argument contains a path to the loaded HTML file.\n\n                  // choose all HTML tags except img tag\n                  return tag.toLowerCase() !== \"img\";\n                },\n              },\n            ],\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\nFilter can also be used to extend the supported elements and attributes.\n\nFor example, filter can help process meta tags that reference assets:\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          sources: {\n            list: [\n              {\n                tag: \"meta\",\n                attribute: \"content\",\n                type: \"src\",\n                filter: (tag, attribute, attributes, resourcePath) => {\n                  if (\n                    attributes.value === \"og:image\" ||\n                    attributes.name === \"twitter:image\"\n                  ) {\n                    return true;\n                  }\n\n                  return false;\n                },\n              },\n            ],\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\n> [!NOTE]\n>\n> source with a `tag` option takes precedence over source without.\n\nFilter can be used to disable default sources.\n\nFor example:\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          sources: {\n            list: [\n              \"...\",\n              {\n                tag: \"img\",\n                attribute: \"src\",\n                type: \"src\",\n                filter: () => false,\n              },\n            ],\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\n#### `urlFilter`\n\nType:\n\n```ts\ntype urlFilter = (\n  attribute: string,\n  value: string,\n  resourcePath: string,\n) => boolean;\n```\n\nDefault: `undefined`\n\nAllow to filter urls. All filtered urls will not be resolved (left in the code as they were written).\nNon-requestable sources (for example `<img src=\"javascript:void(0)\">`) are not handled by default.\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          sources: {\n            urlFilter: (attribute, value, resourcePath) => {\n              // The `attribute` argument contains a name of the HTML attribute.\n              // The `value` argument contains a value of the HTML attribute.\n              // The `resourcePath` argument contains a path to the loaded HTML file.\n\n              if (/example\\.pdf$/.test(value)) {\n                return false;\n              }\n\n              return true;\n            },\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\n#### `scriptingEnabled`\n\nType:\n\n```ts\ntype scriptingEnabled = boolean;\n```\n\nDefault: `true`\n\nBy default, the parser in `html-loader` interprets content inside `<noscript>` tags as `#text`, so processing of content inside this tag will be ignored.\n\nIn order to enable processing inside `<noscript>` for content recognition by the parser as `#AST`, set this parameter to: `false`\n\nAdditional information: [scriptingEnabled](https://parse5.js.org/interfaces/parse5.ParserOptions.html#scriptingEnabled)\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          sources: {\n            // Enables processing inside the <noscript> tag\n            scriptingEnabled: false,\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\n### `preprocessor`\n\nType:\n\n```ts\ntype preprocessor = (content: string, loaderContext: LoaderContext) => string;\n```\n\nDefault: `undefined`\n\nAllows pre-processing of content before handling.\n\n> [!WARNING]\n>\n> You should always return valid HTML\n\n**file.hbs**\n\n```hbs\n<div>\n  <p>{{firstname}} {{lastname}}</p>\n  <img src=\"image.png\" alt=\"alt\" />\n<div>\n```\n\n#### `function`\n\nYou can set the `preprocessor` option as a `function` instance.\n\n**webpack.config.js**\n\n```js\nconst Handlebars = require(\"handlebars\");\n\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.hbs$/i,\n        loader: \"html-loader\",\n        options: {\n          preprocessor: (content, loaderContext) => {\n            let result;\n\n            try {\n              result = Handlebars.compile(content)({\n                firstname: \"Value\",\n                lastname: \"OtherValue\",\n              });\n            } catch (error) {\n              loaderContext.emitError(error);\n\n              return content;\n            }\n\n            return result;\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\nYou can also set the `preprocessor` option as an asynchronous function instance.\n\nFor example:\n\n**webpack.config.js**\n\n```js\nconst Handlebars = require(\"handlebars\");\n\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.hbs$/i,\n        loader: \"html-loader\",\n        options: {\n          preprocessor: async (content, loaderContext) => {\n            let result;\n\n            try {\n              result = await Handlebars.compile(content)({\n                firstname: \"Value\",\n                lastname: \"OtherValue\",\n              });\n            } catch (error) {\n              await loaderContext.emitError(error);\n\n              return content;\n            }\n\n            return result;\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\n### `postprocessor`\n\nType:\n\n```ts\ntype postprocessor = (content: string, loaderContext: LoaderContext) => string;\n```\n\nDefault: `undefined`\n\nAllows post-processing of content after replacing all attributes (like `src`/`srcset`/etc).\n\n**file.html**\n\n```html\n<img src=\"image.png\" />\n<img src=\"<%= 'Hello ' + (1+1) %>\" />\n<img src=\"<%= require('./image.png') %>\" />\n<img src=\"<%= new URL('./image.png', import.meta.url) %>\" />\n<div><%= require('./gallery.html').default %></div>\n```\n\n#### `function`\n\nYou can set the `postprocessor` option as a `function` instance.\n\n**webpack.config.js**\n\n```js\nconst Handlebars = require(\"handlebars\");\n\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          postprocessor: (content, loaderContext) => {\n            // When you environment supports template literals (using browserslist or options) we will generate code using them\n            const isTemplateLiteralSupported = content[0] === \"`\";\n\n            return content\n              .replace(/<%=/g, isTemplateLiteralSupported ? `\\${` : '\" +')\n              .replace(/%>/g, isTemplateLiteralSupported ? \"}\" : '+ \"');\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\nYou can also set the `postprocessor` option as an asynchronous function instance.\n\nFor example:\n\n**webpack.config.js**\n\n```js\nconst Handlebars = require(\"handlebars\");\n\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.hbs$/i,\n        loader: \"html-loader\",\n        options: {\n          postprocessor: async (content, loaderContext) => {\n            const value = await getValue();\n            // When you environment supports template literals (using browserslist or options) we will generate code using them\n            const isTemplateLiteralSupported = content[0] === \"`\";\n\n            return content\n              .replace(/<%=/g, isTemplateLiteralSupported ? `\\${` : '\" +')\n              .replace(/%>/g, isTemplateLiteralSupported ? \"}\" : '+ \"')\n              .replace(\"my-value\", value);\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\n### `minimize`\n\nType:\n\n```ts\ntype minimize =\n  | boolean\n  | {\n      caseSensitive?: boolean;\n      collapseWhitespace?: boolean;\n      conservativeCollapse?: boolean;\n      keepClosingSlash?: boolean;\n      minifyCSS?: boolean;\n      minifyJS?: boolean;\n      removeComments?: boolean;\n      removeRedundantAttributes?: boolean;\n      removeScriptTypeAttributes?: boolean;\n      removeStyleLinkTypeAttributes?: boolean;\n    };\n```\n\nDefault: `true` in production mode, otherwise `false`\n\nTell `html-loader` to minimize HTML.\n\n#### `boolean`\n\nThe enabled rules for minimizing by default are the following ones:\n\n```js\n({\n  caseSensitive: true,\n  collapseWhitespace: true,\n  conservativeCollapse: true,\n  keepClosingSlash: true,\n  minifyCSS: true,\n  minifyJS: true,\n  removeComments: true,\n  removeRedundantAttributes: true,\n  removeScriptTypeAttributes: true,\n  removeStyleLinkTypeAttributes: true,\n});\n```\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          minimize: true,\n        },\n      },\n    ],\n  },\n};\n```\n\n#### `object`\n\n**webpack.config.js**\n\nSee [html-minifier-terser](https://github.com/DanielRuf/html-minifier-terser)'s documentation for more information on the available options.\n\nThe default rules can be overridden using the following options in your `webpack.conf.js`\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          minimize: {\n            removeComments: false,\n            collapseWhitespace: false,\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\nThe default rules can be extended:\n\n**webpack.config.js**\n\n```js\nconst { defaultMinimizerOptions } = require(\"html-loader\");\n\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          minimize: {\n            ...defaultMinimizerOptions,\n            removeComments: false,\n            collapseWhitespace: false,\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\n### `esModule`\n\nType:\n\n```ts\ntype esModule = boolean;\n```\n\nDefault: `true`\n\nBy default, `html-loader` generates JS modules that use the ES modules syntax.\nThere are some cases in which using ES modules is beneficial, such as [module concatenation](https://webpack.js.org/plugins/module-concatenation-plugin/) and [tree shaking](https://webpack.js.org/guides/tree-shaking/).\n\nYou can enable a CommonJS modules syntax using:\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {\n          esModule: false,\n        },\n      },\n    ],\n  },\n};\n```\n\n## Examples\n\n### Disable url resolving using the `<!-- webpackIgnore: true -->` comment\n\nWith `<!-- webpackIgnore: true -->` comment, one can disable sources handling for next tag.\n\n```html\n<!-- Disabled url handling for the src attribute -->\n<!-- webpackIgnore: true -->\n<img src=\"image.png\" />\n\n<!-- Disabled url handling for the src and srcset attributes -->\n<!-- webpackIgnore: true -->\n<img\n  srcset=\"image.png 480w, image.png 768w\"\n  src=\"image.png\"\n  alt=\"Elva dressed as a fairy\"\n/>\n\n<!-- Disabled url handling for the content attribute -->\n<!-- webpackIgnore: true -->\n<meta itemprop=\"image\" content=\"./image.png\" />\n\n<!-- Disabled url handling for the href attribute -->\n<!-- webpackIgnore: true -->\n<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"./image.png\" />\n```\n\n### roots\n\nWith [`resolve.roots`](https://webpack.js.org/configuration/resolve/#resolveroots) one can specify a list of directories where requests of server-relative URLs (starting with '/') are resolved.\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  context: __dirname,\n  module: {\n    rules: [\n      {\n        test: /\\.html$/i,\n        loader: \"html-loader\",\n        options: {},\n      },\n      {\n        test: /\\.jpg$/,\n        type: \"asset/resource\",\n      },\n    ],\n  },\n  resolve: {\n    roots: [path.resolve(__dirname, \"fixtures\")],\n  },\n};\n```\n\n**file.html**\n\n```html\n<img src=\"/image.jpg\" />\n```\n\n```js\n// => image.jpg in __dirname/fixtures will be resolved\n```\n\n### CDN\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.jpg$/,\n        type: \"asset/resource\",\n      },\n      {\n        test: /\\.png$/,\n        type: \"asset/inline\",\n      },\n    ],\n  },\n  output: {\n    publicPath: \"http://cdn.example.com/[fullhash]/\",\n  },\n};\n```\n\n**file.html**\n\n```html\n<img src=\"image.jpg\" data-src=\"image2x.png\" />\n```\n\n**index.js**\n\n```js\nrequire(\"html-loader!./file.html\");\n\n// => '<img src=\"http://cdn.example.com/49eba9f/a992ca.jpg\" data-src=\"image2x.png\">'\n```\n\n```js\nrequire('html-loader?{\"sources\":{\"list\":[{\"tag\":\"img\",\"attribute\":\"data-src\",\"type\":\"src\"}]}}!./file.html');\n\n// => '<img src=\"image.jpg\" data-src=\"data:image/png;base64,...\" >'\n```\n\n```js\nrequire('html-loader?{\"sources\":{\"list\":[{\"tag\":\"img\",\"attribute\":\"src\",\"type\":\"src\"},{\"tag\":\"img\",\"attribute\":\"data-src\",\"type\":\"src\"}]}}!./file.html');\n\n// => '<img src=\"http://cdn.example.com/49eba9f/a992ca.jpg\" data-src=\"data:image/png;base64,...\" >'\n```\n\n### Process `script` and `link` tags\n\n**script.file.js**\n\n```js\nconsole.log(document);\n```\n\n**style.file.css**\n\n```css\na {\n  color: red;\n}\n```\n\n**file.html**\n\n```html\n<!doctype html>\n<html>\n  <head>\n    <meta charset=\"UTF-8\" />\n    <title>Title of the document</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"./style.file.css\" />\n  </head>\n  <body>\n    Content of the document......\n    <script src=\"./script.file.js\"></script>\n  </body>\n</html>\n```\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/,\n        type: \"asset/resource\",\n        generator: {\n          filename: \"[name][ext]\",\n        },\n      },\n      {\n        test: /\\.html$/i,\n        use: [\"html-loader\"],\n      },\n      {\n        test: /\\.js$/i,\n        exclude: /\\.file.js$/i,\n        loader: \"babel-loader\",\n      },\n      {\n        test: /\\.file.js$/i,\n        type: \"asset/resource\",\n      },\n      {\n        test: /\\.css$/i,\n        exclude: /\\.file.css$/i,\n        loader: \"css-loader\",\n      },\n      {\n        test: /\\.file.css$/i,\n        type: \"asset/resource\",\n      },\n    ],\n  },\n};\n```\n\n### Templating\n\nYou can use any template system. Below is an example for [handlebars](https://handlebarsjs.com/).\n\n**file.hbs**\n\n```hbs\n<div>\n  <p>{{firstname}} {{lastname}}</p>\n  <img src=\"image.png\" alt=\"alt\" />\n<div>\n```\n\n**webpack.config.js**\n\n```js\nconst Handlebars = require(\"handlebars\");\n\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.hbs$/i,\n        loader: \"html-loader\",\n        options: {\n          preprocessor: (content, loaderContext) => {\n            let result;\n\n            try {\n              result = Handlebars.compile(content)({\n                firstname: \"Value\",\n                lastname: \"OtherValue\",\n              });\n            } catch (error) {\n              loaderContext.emitError(error);\n\n              return content;\n            }\n\n            return result;\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\n### PostHTML\n\nYou can use [PostHTML](https://github.com/posthtml/posthtml) without any additional loaders.\n\n**file.html**\n\n```html\n<img src=\"image.jpg\" />\n```\n\n**webpack.config.js**\n\n```js\nconst posthtml = require(\"posthtml\");\nconst posthtmlWebp = require(\"posthtml-webp\");\n\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.hbs$/i,\n        loader: \"html-loader\",\n        options: {\n          preprocessor: (content, loaderContext) => {\n            let result;\n\n            try {\n              result = posthtml().use(plugin).process(content, { sync: true });\n            } catch (error) {\n              loaderContext.emitError(error);\n\n              return content;\n            }\n\n            return result.html;\n          },\n        },\n      },\n    ],\n  },\n};\n```\n\n### Export into HTML files\n\nA very common scenario is exporting the HTML into their own _.html_ file, to serve them directly instead of injecting with javascript.\nThis can be achieved with a combination of html-loader and [`asset modules`](https://webpack.js.org/guides/asset-modules/).\n\nThe html-loader will parse the URLs, require the images and everything you\nexpect. The extract loader will parse the javascript back into a proper html\nfile, ensuring images are required and point to proper path, and the [`asset modules`](https://webpack.js.org/guides/asset-modules/)\nwill write the _.html_ file for you. Example:\n\n**webpack.config.js**\n\n```js\nmodule.exports = {\n  output: {\n    assetModuleFilename: \"[name][ext]\",\n  },\n  module: {\n    rules: [\n      {\n        test: /\\.html$/,\n        type: \"asset/resource\",\n        generator: {\n          filename: \"[name][ext]\",\n        },\n      },\n      {\n        test: /\\.html$/i,\n        use: [\"html-loader\"],\n      },\n    ],\n  },\n};\n```\n\n## Contributing\n\nPlease take a moment to read our contributing guidelines if you haven't yet done so.\n\n[CONTRIBUTING](./.github/CONTRIBUTING.md)\n\n## License\n\n[MIT](./LICENSE)\n\n[npm]: https://img.shields.io/npm/v/html-loader.svg\n[npm-url]: https://npmjs.com/package/html-loader\n[node]: https://img.shields.io/node/v/html-loader.svg\n[node-url]: https://nodejs.org\n[tests]: https://github.com/webpack-contrib/html-loader/workflows/html-loader/badge.svg\n[tests-url]: https://github.com/webpack-contrib/html-loader/actions\n[cover]: https://codecov.io/gh/webpack-contrib/html-loader/branch/master/graph/badge.svg\n[cover-url]: https://codecov.io/gh/webpack-contrib/html-loader\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=html-loader\n[size-url]: https://packagephobia.now.sh/result?p=html-loader\n","_attachments":{},"homepage":"https://github.com/webpack-contrib/html-loader","bugs":{"url":"https://github.com/webpack-contrib/html-loader/issues"},"license":"MIT"}