{
  "_from": "html-loader@^4.2.0",
  "_id": "html-loader@4.2.0",
  "_inBundle": false,
  "_integrity": "sha512-OxCHD3yt+qwqng2vvcaPApCEvbx+nXWu+v69TYHx1FO8bffHn/JjHtE3TTQZmHjwvnJe4xxzuecetDVBrQR1Zg==",
  "_location": "/html-loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "html-loader@^4.2.0",
    "name": "html-loader",
    "escapedName": "html-loader",
    "rawSpec": "^4.2.0",
    "saveSpec": null,
    "fetchSpec": "^4.2.0"
  },
  "_requiredBy": [
    "/@strapi/admin"
  ],
  "_resolved": "https://registry.npmjs.org/html-loader/-/html-loader-4.2.0.tgz",
  "_shasum": "20f69f9ec69244860c250ae6ee0046c8c5c4d348",
  "_spec": "html-loader@^4.2.0",
  "_where": "/home/ghf/system/node_modules/@strapi/admin",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/html-loader/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "html-minifier-terser": "^7.0.0",
    "parse5": "^7.0.0"
  },
  "deprecated": false,
  "description": "Html loader module for webpack",
  "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"
  },
  "engines": {
    "node": ">= 14.15.0"
  },
  "files": [
    "dist"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/webpack"
  },
  "homepage": "https://github.com/webpack-contrib/html-loader",
  "keywords": [
    "webpack",
    "html",
    "loader"
  ],
  "license": "MIT",
  "main": "dist/cjs.js",
  "name": "html-loader",
  "peerDependencies": {
    "webpack": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/html-loader.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
    "clean": "del-cli dist",
    "commitlint": "commitlint --from=master",
    "lint": "npm-run-all -l -p \"lint:**\"",
    "lint:js": "eslint --cache .",
    "lint:prettier": "prettier --list-different .",
    "postbuild": "npm run validate:runtime",
    "prebuild": "npm run clean",
    "prepare": "husky install && npm run build",
    "pretest": "npm run lint",
    "release": "standard-version",
    "security": "npm audit --production",
    "start": "npm run build -- -w",
    "test": "npm run test:coverage",
    "test:coverage": "npm run test:only -- --coverage",
    "test:only": "cross-env NODE_ENV=test jest",
    "test:watch": "npm run test:only -- --watch",
    "validate:runtime": "es-check es5 \"dist/runtime/**/*.js\""
  },
  "version": "4.2.0"
}
