120 lines
3.5 KiB
JSON
120 lines
3.5 KiB
JSON
{
|
|
"_from": "html-loader@^5.0.0",
|
|
"_id": "html-loader@5.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Jb3xwDbsm0W3qlXrCZwcYqYGnYz55hb6aoKQTlzyZPXsPpi6tHXzAfqalecglMQgNvtEfxrCQPaKT90Irt5XDA==",
|
|
"_location": "/html-loader",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "html-loader@^5.0.0",
|
|
"name": "html-loader",
|
|
"escapedName": "html-loader",
|
|
"rawSpec": "^5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/html-loader/-/html-loader-5.1.0.tgz",
|
|
"_shasum": "85c13e0abc3b5f3aa6e7f664eee6e44d00718d95",
|
|
"_spec": "html-loader@^5.0.0",
|
|
"_where": "C:\\Users\\Wlad\\Projekte\\Mediaplayer",
|
|
"author": {
|
|
"name": "Tobias Koppers @sokra"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack-contrib/html-loader/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"html-minifier-terser": "^7.2.0",
|
|
"parse5": "^7.1.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Html loader module for webpack",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18.12.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",
|
|
"fix": "npm-run-all -l fix:js fix:prettier",
|
|
"fix:js": "npm run lint:js -- --fix",
|
|
"fix:prettier": "npm run lint:prettier -- --write",
|
|
"lint": "npm-run-all -l -p \"lint:**\"",
|
|
"lint:js": "eslint --cache .",
|
|
"lint:prettier": "prettier --cache --list-different .",
|
|
"lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"",
|
|
"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": "5.1.0"
|
|
}
|