@hoast/process-postprocess
Version:
Process CSS, HTML, and JS data using PostCSS, Unified's rehype, and Babel plugins and minify using CleanCSS, Unified's rehype, and Terser.
90 lines • 2.88 kB
JSON
{
"author": {
"name": "Ron Dekker",
"url": "https://rondekker.nl/en-gb"
},
"name": "@hoast/process-postprocess",
"version": "3.3.2",
"description": "Process CSS, HTML, and JS data using PostCSS, Unified's rehype, and Babel plugins and minify using CleanCSS, Unified's rehype, and Terser.",
"keywords": [
"hoast",
"process",
"post-process",
"minify",
"css",
"html",
"js"
],
"license": "MIT",
"homepage": "https://github.com/hoast/hoast/tree/main/packages/process-postprocess#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/hoast/hoast.git"
},
"bugs": {
"url": "https://github.com/hoast/hoast/issues"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"CHANGELOG.md",
"README.md",
"src/"
],
"main": "src/ProcessPostprocess.js",
"scripts": {
"lint": "eslint --fix --cache src --ext .js",
"upgrade": "npm-check-updates --upgrade --target minor"
},
"devDependencies": {},
"dependencies": {
"@babel/core": "^7.27.4",
"@hoast/base-process": "^3.1.0",
"@hoast/utils": "^3.2.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-virtual": "3.0.2",
"cssnano": "^6.1.2",
"detective-cjs": "^4.1.0",
"detective-es6": "^3.0.1",
"detective-postcss": "^6.1.3",
"detective-typescript": "^9.1.1",
"hast-util-from-string": "^3.0.1",
"hast-util-has-property": "^3.0.0",
"hast-util-is-css-style": "^3.0.1",
"hast-util-is-javascript": "^3.0.1",
"hast-util-to-string": "^3.0.1",
"planckmatch": "^0.2.1",
"postcss": "^8.5.5",
"rehype-minify-attribute-whitespace": "^4.0.1",
"rehype-minify-enumerated-attribute": "^5.0.2",
"rehype-minify-event-handler": "^4.0.1",
"rehype-minify-javascript-url": "^5.0.1",
"rehype-minify-json-script": "^4.0.1",
"rehype-minify-language": "^3.0.1",
"rehype-minify-media-attribute": "^4.0.1",
"rehype-minify-meta-color": "^4.0.1",
"rehype-minify-meta-content": "^4.0.1",
"rehype-minify-whitespace": "^6.0.2",
"rehype-normalize-attribute-value-case": "^4.0.1",
"rehype-parse": "^9.0.1",
"rehype-remove-comments": "^6.1.1",
"rehype-remove-duplicate-attribute-values": "^4.0.1",
"rehype-remove-empty-attribute": "^4.0.1",
"rehype-remove-external-script-content": "^4.0.1",
"rehype-remove-meta-http-equiv": "^4.0.1",
"rehype-remove-script-type-javascript": "^4.0.1",
"rehype-remove-style-type-css": "^4.0.1",
"rehype-sort-attribute-values": "^5.0.1",
"rehype-sort-attributes": "^5.0.1",
"rehype-stringify": "^10.0.1",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.43.0",
"terser": "^5.42.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
}
}