{
  "name": "@parcel/optimizer-htmlnano",
  "version": "2.0.0",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/parcel"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/parcel-bundler/parcel.git"
  },
  "main": "lib/HTMLNanoOptimizer.js",
  "source": "src/HTMLNanoOptimizer.js",
  "engines": {
    "node": ">= 12.0.0",
    "parcel": "^2.0.0"
  },
  "dependencies": {
    "@parcel/plugin": "^2.0.0",
    "htmlnano": "^1.0.1",
    "nullthrows": "^1.1.1",
    "posthtml": "^0.16.5",
    "svgo": "^2.4.0"
  },
  "gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
}