UNPKG

minified-size

Version:

Estimates the size of minified and gzipped/brotlied JavaScript, CSS and HTML files.

80 lines 1.7 kB
{ "name": "minified-size", "version": "4.0.0", "description": "Estimates the size of minified and gzipped/brotlied JavaScript, CSS and HTML files.", "author": { "name": "Ferdinand Prantl", "email": "prantlf@gmail.com", "url": "http://prantl.tk" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/prantlf/minified-size/blob/master/LICENSE" } ], "homepage": "https://github.com/prantlf/minified-size#readme", "repository": { "type": "git", "url": "https://github.com/prantlf/minified-size.git" }, "bugs": { "url": "https://github.com/prantlf/minified-size/issues" }, "engines": { "node": ">=14.13" }, "main": "lib/index.js", "bin": { "minified-size": "./bin/minified-size.js" }, "files": [ "bin", "lib" ], "scripts": { "lint": "biome lint bin lib test", "check": "tap --no-browser", "test": "biome lint bin lib test && tap --no-browser" }, "tap": { "coverage-report": [ "text-summary", "lcov" ] }, "dependencies": { "@prantlf/crass": "0.12.6", "@swc/core": "^1.11.22", "babel-minify": "0.5.2", "colorette": "^2.0.20", "commander": "13.1.0", "esbuild": "0.25.3", "fast-glob": "3.3.3", "html-minifier": "4.0.0", "pretty-bytes": "5.6.0", "terser": "5.39.0" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "tap": "^21.1.0" }, "keywords": [ "size-calculation", "gziped-files", "brotlied-files", "estimate", "minify", "gzip", "brotli", "script", "javascript", "js", "stylesheet", "css", "html", "files", "size" ] }