{ "_from": "html-minifier@^4.0.0", "_id": "html-minifier@4.0.0", "_inBundle": false, "_integrity": "sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==", "_location": "/html-minifier", "_phantomChildren": { "upper-case": "1.1.3" }, "_requested": { "type": "range", "registry": true, "raw": "html-minifier@^4.0.0", "name": "html-minifier", "escapedName": "html-minifier", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/@nuxt/generator" ], "_resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz", "_shasum": "cca9aad8bce1175e02e17a8c33e46d8988889f56", "_spec": "html-minifier@^4.0.0", "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\generator", "author": { "name": "Juriy \"kangax\" Zaytsev" }, "benchmarkDependencies": { "brotli": "^1.3.2", "chalk": "^2.4.2", "cli-table": "^0.3.1", "lzma": "^2.3.2", "minimize": "^2.2.0", "progress": "^2.0.3" }, "bin": { "html-minifier": "cli.js" }, "bugs": { "url": "https://github.com/kangax/html-minifier/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Gilmore Davidson", "url": "https://github.com/gilmoreorless" }, { "name": "Hugo Wetterberg", "email": "hugo@wetterberg.nu" }, { "name": "Zoltan Frombach", "email": "tssajo@gmail.com" } ], "dependencies": { "camel-case": "^3.0.0", "clean-css": "^4.2.1", "commander": "^2.19.0", "he": "^1.2.0", "param-case": "^2.1.1", "relateurl": "^0.2.7", "uglify-js": "^3.5.1" }, "deprecated": false, "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.", "devDependencies": { "grunt": "^1.0.4", "grunt-browserify": "^5.3.0", "grunt-contrib-uglify": "^4.0.1", "grunt-eslint": "^21.0.0", "phantomjs-prebuilt": "^2.1.16", "qunit": "^2.9.2" }, "engines": { "node": ">=6" }, "files": [ "src/*.js", "cli.js", "sample-cli-config-file.conf" ], "homepage": "https://kangax.github.io/html-minifier/", "keywords": [ "cli", "compress", "compressor", "css", "html", "htmlmin", "javascript", "min", "minification", "minifier", "minify", "optimize", "optimizer", "pack", "packer", "parse", "parser", "uglifier", "uglify" ], "license": "MIT", "main": "src/htmlminifier.js", "maintainers": [ { "name": "Alex Lam", "email": "alexlamsl@gmail.com" }, { "name": "Juriy Zaytsev", "email": "kangax@gmail.com", "url": "http://perfectionkills.com/" } ], "name": "html-minifier", "repository": { "type": "git", "url": "git+https://github.com/kangax/html-minifier.git" }, "scripts": { "dist": "grunt dist", "test": "grunt test" }, "version": "4.0.0" }