Server IP : 162.213.251.212 / Your IP : 18.188.130.119 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/www/easybuyer/node_modules/html-loader/ |
Upload File : |
{ "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" }