![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/node_modules/html-loader/ |
{ "name": "html-loader", "version": "0.5.5", "author": "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": "https://github.com/webpack-contrib/html-loader.git", "bugs": "https://github.com/webpack-contrib/html-loader/issues" }