{
"_from": "htmlnano@^0.2.2",
"_id": "htmlnano@0.2.6",
"_inBundle": false,
"_integrity": "sha512-HUY/99maFsWX2LRoGJpZ/8QRLCkyY0UU1El3wgLLFAHQlD3mCxCJJNcWJk5SBqaU49MLhIWVDW6cGBeuemvaPQ==",
"_location": "/htmlnano",
"_phantomChildren": {
"commander": "2.20.3",
"htmlparser2": "3.10.1",
"posthtml-render": "1.2.3",
"source-map": "0.6.1",
"source-map-support": "0.5.19"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "htmlnano@^0.2.2",
"name": "htmlnano",
"escapedName": "htmlnano",
"rawSpec": "^0.2.2",
"saveSpec": null,
"fetchSpec": "^0.2.2"
},
"_requiredBy": [
"/parcel-bundler"
],
"_resolved": "https://registry.npmjs.org/htmlnano/-/htmlnano-0.2.6.tgz",
"_shasum": "d36e39729faa1dd5f8709d8963c67c7502e578b1",
"_spec": "htmlnano@^0.2.2",
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/parcel-bundler",
"author": {
"name": "Kirill Maltsev",
"email": "maltsevkirill@gmail.com"
},
"babel": {
"presets": [
"@babel/env"
]
},
"bugs": {
"url": "https://github.com/posthtml/htmlnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"cssnano": "^4.1.10",
"normalize-html-whitespace": "^1.0.0",
"posthtml": "^0.13.1",
"posthtml-render": "^1.2.2",
"purgecss": "^2.3.0",
"svgo": "^1.3.2",
"terser": "^4.8.0",
"uncss": "^0.17.3"
},
"deprecated": false,
"description": "Modular HTML minifier, built on top of the PostHTML",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.4.0",
"expect": "^26.1.0",
"mocha": "^8.0.1",
"release-it": "^13.6.5",
"rimraf": "^3.0.2"
},
"homepage": "https://github.com/posthtml/htmlnano",
"keywords": [
"posthtml",
"posthtml-plugin",
"html",
"postproccessor",
"minifier"
],
"license": "MIT",
"main": "index.js",
"name": "htmlnano",
"release-it": {
"hooks": {
"before:init": "npm test"
}
},
"repository": {
"type": "git",
"url": "git://github.com/posthtml/htmlnano.git"
},
"scripts": {
"compile": "rimraf lib/*.js && rimraf lib/modules/*.js && babel -d lib/ lib/",
"lint": "eslint *.js lib/*.es6 lib/modules/*.es6 lib/presets/*.es6 test/",
"posttest": "mocha --require @babel/register --recursive --check-leaks --globals addresses",
"prepare": "npm run compile",
"pretest": "npm run lint && npm run compile",
"release:patch": "release-it patch -n",
"test": ":"
},
"version": "0.2.6"
}