{
  "_args": [
    [
      "html-minifier-terser@6.1.0",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "html-minifier-terser@6.1.0",
  "_id": "html-minifier-terser@6.1.0",
  "_inBundle": false,
  "_integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
  "_location": "/html-minifier-terser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "html-minifier-terser@6.1.0",
    "name": "html-minifier-terser",
    "escapedName": "html-minifier-terser",
    "rawSpec": "6.1.0",
    "saveSpec": null,
    "fetchSpec": "6.1.0"
  },
  "_requiredBy": [
    "/html-webpack-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  "_spec": "6.1.0",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "Daniel Ruf"
  },
  "benchmarkDependencies": {
    "chalk": "^2.4.2",
    "cli-table3": "^0.5.1",
    "iltorb": "^2.4.4",
    "lzma": "^2.3.2",
    "minimize": "^2.2.0",
    "progress": "^2.0.3"
  },
  "bin": {
    "html-minifier-terser": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/terser/html-minifier-terser/issues"
  },
  "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": "^4.1.2",
    "clean-css": "^5.2.2",
    "commander": "^8.3.0",
    "he": "^1.2.0",
    "param-case": "^3.0.4",
    "relateurl": "^0.2.7",
    "terser": "^5.10.0"
  },
  "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
  "devDependencies": {
    "grunt": "^1.4.1",
    "grunt-browserify": "^6.0.0",
    "grunt-eslint": "^24.0.0",
    "grunt-terser": "^2.0.0",
    "husky": "^7.0.4",
    "is-ci": "^3.0.1",
    "lint-staged": "^12.1.2",
    "node-qunit-puppeteer": "^2.1.0",
    "qunit": "2.16.0",
    "serve": "^13.0.2"
  },
  "engines": {
    "node": ">=12"
  },
  "files": [
    "src/*.js",
    "cli.js",
    "sample-cli-config-file.conf"
  ],
  "homepage": "https://terser.org/html-minifier-terser/",
  "keywords": [
    "cli",
    "compress",
    "compressor",
    "css",
    "html",
    "htmlmin",
    "javascript",
    "min",
    "minification",
    "minifier",
    "minify",
    "optimize",
    "optimizer",
    "pack",
    "packer",
    "parse",
    "parser",
    "terser",
    "uglifier",
    "uglify"
  ],
  "license": "MIT",
  "main": "src/htmlminifier.js",
  "maintainers": [
    {
      "name": "Daniel Ruf"
    },
    {
      "name": "Alex Lam",
      "email": "alexlamsl@gmail.com"
    },
    {
      "name": "Juriy Zaytsev",
      "email": "kangax@gmail.com",
      "url": "http://perfectionkills.com/"
    },
    {
      "name": "Sibiraj",
      "email": "sibiraj.dev"
    }
  ],
  "name": "html-minifier-terser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/terser/html-minifier-terser.git"
  },
  "scripts": {
    "dist": "grunt dist",
    "prepare": "is-ci || husky install",
    "serve": "npm run dist && serve . -p 6753",
    "test": "grunt test"
  },
  "version": "6.1.0"
}
