{ "_from": "maxmin@^3.0.0", "_id": "maxmin@3.0.0", "_inBundle": false, "_integrity": "sha512-wcahMInmGtg/7c6a75fr21Ch/Ks1Tb+Jtoan5Ft4bAI0ZvJqyOw8kkM7e7p8hDSzY805vmxwHT50KcjGwKyJ0g==", "_location": "/maxmin", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "maxmin@^3.0.0", "name": "maxmin", "escapedName": "maxmin", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/grunt-contrib-uglify" ], "_resolved": "https://registry.npmjs.org/maxmin/-/maxmin-3.0.0.tgz", "_shasum": "3ee9acc8a2b9f2b5416e94f5705319df8a9c71e6", "_spec": "maxmin@^3.0.0", "_where": "/home/l/plc/node-red/node_modules/grunt-contrib-uglify", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/maxmin/issues" }, "bundleDependencies": false, "dependencies": { "chalk": "^4.1.0", "figures": "^3.2.0", "gzip-size": "^5.1.1", "pretty-bytes": "^5.3.0" }, "deprecated": false, "description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)", "devDependencies": { "ava": "^2.4.0", "strip-ansi": "^6.0.0", "xo": "^0.32.0" }, "engines": { "node": ">=10" }, "files": [ "index.js" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/maxmin#readme", "keywords": [ "string", "buffer", "pretty", "color", "gzip", "minified", "min", "max", "diff", "difference" ], "license": "MIT", "name": "maxmin", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/maxmin.git" }, "scripts": { "test": "xo && ava" }, "version": "3.0.0" }