UNPKG

minify-xml

Version:

Fast XML minifier / compressor / uglifier with a command-line

62 lines (61 loc) 1.17 kB
{ "name": "minify-xml", "version": "4.5.2", "description": "Fast XML minifier / compressor / uglifier with a command-line", "keywords": [ "XML", "minify", "compress", "compressor", "optimize", "uglify", "xmlmin", "fast", "cli" ], "type": "module", "main": "index.js", "bin": "cli.js", "scripts": { "prepare": "tsc", "test": "c8 ava" }, "files": [ "cli.js", "index.d.ts", "index.d.ts.map" ], "engines": { "node": ">=16" }, "author": { "name": "Kristian Kraljic", "email": "kris@kra.lc", "url": "https://kra.lc/" }, "contributors": [ { "name": "Mathias Bynens", "url": "https://mathiasbynens.be/" } ], "repository": { "type": "git", "url": "https://github.com/kristian/minify-xml.git" }, "license": "(MIT OR Apache-2.0)", "dependencies": { "meow": "^13.2.0", "pumpify": "^2.0.1", "replacestream": "^4.0.3" }, "devDependencies": { "@types/node": "^22.1.0", "ava": "^6.1.3", "c8": "^10.1.2", "execa": "^8.0.1", "glob": "^11.0.0", "tmp-promise": "^3.0.3", "typescript": "^5.5.4" } }