File: //var/www/ridesyre-land/node_modules/html-loader/package.json
{
"name": "html-loader",
"version": "3.1.0",
"description": "Html loader module for webpack",
"license": "MIT",
"repository": "webpack-contrib/html-loader",
"author": "Tobias Koppers @sokra",
"homepage": "https://github.com/webpack-contrib/html-loader",
"bugs": "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"
},
"files": [
"dist"
],
"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"
]
}