{"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"dist-tags":{"latest":"4.1.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","readme":"# maxmin\n\n> Get a pretty output of the original, minified, gzipped size of a string or buffer\n\n![](screenshot.png)\n\nUseful for logging the difference between original and minified file in, for example, a build-system.\n\n## Install\n\n```sh\nnpm install maxmin\n```\n\n## Usage\n\n```js\nimport maxmin from 'maxmin';\n\nconst max = 'function smoothRangeRandom(min,max){var num=Math.floor(Math.random()*(max-min+1)+min);return this.prev=num===this.prev?++num:num};';\n\nconst min = '(function(b,c){var a=Math.floor(Math.random()*(c-b+1)+b);return this.a=a===this.a?++a:a})()';\n\nconsole.log(maxmin(max, min, true));\n//=> '130 B → 91 B → 53 B (gzip)'\n```\n\n## API\n\n### maxmin(max, min, useGzip?)\n\n#### max\n\nType: `string | Buffer | number`\n\nOriginal string or its size in bytes.\n\n#### min\n\nType: `string | Buffer | number`\n\nMinified string or its size in bytes.\n\n#### useGzip\n\nType: `boolean`\\\nDefault: `false`\n\nShow gzipped size of `min`. Pretty slow. Not shown when `min` is a `number`.\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/maxmin.git"},"users":{"hualei":true},"bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"license":"MIT","versions":{"0.1.0":{"name":"maxmin","version":"0.1.0","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/maxmin"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"devDependencies":{"mocha":"*"},"dependencies":{"gzip-size":"^0.1.0","pretty-bytes":"^0.1.0","chalk":"^0.4.0"},"bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin","_id":"maxmin@0.1.0","dist":{"shasum":"95d81c5289e3a9d30f7fc7dc559c024e5030c9d0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-0.1.0.tgz","integrity":"sha512-grP8Hy0DIXklhjV9qWtQS2i5DIUYaErKIjxIa5N8pq/fka7khzyYuyimAYszFlWmMw6ZTsR+uwS6fjhGy+5vyg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAYU8vAwE0DDFcDWDvxdupWknAqIhwhA4kr+MQY1W+RdAiBt8mI74gOQIoomCZ3OzWzQGu+3irTh9WGUWnXStqcBwA=="}]},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.0":{"name":"maxmin","version":"0.2.0","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/maxmin"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"devDependencies":{"mocha":"*"},"dependencies":{"chalk":"^0.4.0","gzip-size":"^0.2.0","pretty-bytes":"^0.1.0"},"bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin","_id":"maxmin@0.2.0","dist":{"shasum":"a0ba0db0a5ee2069738553cd3163e1c730a8a4bc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-0.2.0.tgz","integrity":"sha512-CrQPR/AU32RU9zNht4WAii4WtuSOrjF5EY2ZYji/8EepzGCRz7kNxmffPw7M/2pdOHYckLJWuFR79PwrF6aOAQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAwY9E7kX45nFVT0TijLytp44hgI2te0qwvHYJniGalaAiEAtpgyIX8tw4pnawRotZkGj4sSMRGlOmQvDVAtQd8/I5c="}]},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.1":{"name":"maxmin","version":"0.2.1","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/maxmin"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"devDependencies":{"mocha":"*"},"dependencies":{"chalk":"^0.5.0","gzip-size":"^0.2.0","pretty-bytes":"^0.1.0"},"bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin","_id":"maxmin@0.2.1","_shasum":"7978ed4ccc7a73571cc21faff685b4cdec8e042b","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"7978ed4ccc7a73571cc21faff685b4cdec8e042b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-0.2.1.tgz","integrity":"sha512-QbCDUzqk8DHh50wO6Kf8ZXgt84HlaCMaCkWeNAR3jQlQ2el8YLxxd+1BBFwg/3SemKH4opkU5td5OkfcZgB0kw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHrbL1ZtJMlv4k1ouT7Y6mAh2aWDIlV/i8THx4mviUQPAiEAn+3RLsvXOiKJY6MvdZD2diC+uMPdsEUL3k2Zdtc5mik="}]},"directories":{}},"0.2.2":{"name":"maxmin","version":"0.2.2","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/maxmin"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"devDependencies":{"mocha":"*"},"dependencies":{"chalk":"^0.5.0","figures":"^1.0.1","gzip-size":"^0.2.0","pretty-bytes":"^0.1.0"},"bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin","_id":"maxmin@0.2.2","_shasum":"a36ced8cc22e3abcd108cfb797a3a4b40275593f","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"a36ced8cc22e3abcd108cfb797a3a4b40275593f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-0.2.2.tgz","integrity":"sha512-JZV7hp+e52/AaOkJVht/iorFiXW3+JKBbzbR1f7goiNZCTxTi131ciVmQefGLuVtkIM01bGC7EczsYmIG3baEw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTMofhpnKvc27TUlWZmzSlLblzsfYNj08SW7Lel4UB0wIhAK1s0X/iDRFC7V/yZa50XeQj2fQPq2hReA55ZTQIdTbL"}]},"directories":{}},"1.0.0":{"name":"maxmin","version":"1.0.0","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/maxmin"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"dependencies":{"chalk":"^0.5.1","figures":"^1.0.1","gzip-size":"^1.0.0","pretty-bytes":"^1.0.0"},"devDependencies":{"ava":"0.0.3"},"gitHead":"894dab88e0c9be23f36c69757fd1d58fe0edc0ed","bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin","_id":"maxmin@1.0.0","_shasum":"040b7a15ba5c6f3b08581cbf201df0bdd64e19f0","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"040b7a15ba5c6f3b08581cbf201df0bdd64e19f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-1.0.0.tgz","integrity":"sha512-hf4ZAFcnvb6PighyibCezTDnhlzrPd5dfabGZky7j6RhNGriBeterUztq4vs/NoN62LXSOT8syytSLP/Dwy1Hw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHdrFJiwQ+OkfT7nvVnKRGw4SjKpGL0RR3nDdy5LtzNXAiAz+hyvQKn48gKC1Y24epfVk8dcXgkbxv2qssb9DWs2/Q=="}]},"directories":{}},"1.0.1":{"name":"maxmin","version":"1.0.1","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/maxmin"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"dependencies":{"chalk":"^1.0.0","figures":"^1.0.1","gzip-size":"^1.0.0","pretty-bytes":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"7c68025643c21e6cfa8ea7c54e557cdbf5879c5c","bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin","_id":"maxmin@1.0.1","_shasum":"b66c7a0b9f1ef62b753089f7f5d7649e54052b06","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"b66c7a0b9f1ef62b753089f7f5d7649e54052b06","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-1.0.1.tgz","integrity":"sha512-BtUAOi8r59tLVUfeBhty6oFlyeOV3/Ykwfzfv0HsZVF+tkax1P8dIy5MlAv2s2J6NVhHbdYBt3gaf7SVSxsKwA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG32mWclmYDTqCvi/1K+laH1gHvcpYhtFx8pvL8W716tAiEAtowyMTReKSPysasLXgB325+F2DtgTeKiD9/j7ZvLe/I="}]},"directories":{}},"1.1.0":{"name":"maxmin","version":"1.1.0","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/maxmin"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"dependencies":{"chalk":"^1.0.0","figures":"^1.0.1","gzip-size":"^1.0.0","pretty-bytes":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"140c69cd34e5ce3b44db5f7df5cdd7f621220c87","bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin","_id":"maxmin@1.1.0","_shasum":"71365e84a99dd8f8b3f7d5fde2f00d1e7f73be61","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"71365e84a99dd8f8b3f7d5fde2f00d1e7f73be61","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-1.1.0.tgz","integrity":"sha512-jypoV6wTPuz/ngkc2sDZnFvpvx14QICNKS/jK9RbkmiQQJZ4JWstIszA8iT/z9tPSF/vXQ5qtG0h65N9tiLIKA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGUSPOTsVxqvGzflT/PmURL9Wp4l0/P7c35tbGDo+8ScAiEA2Bruz+Qd1QhhToCwR/U3hBJFWkM8Gk3E2FIFhBDReR8="}]},"directories":{}},"2.0.0":{"name":"maxmin","version":"2.0.0","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/maxmin"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.12"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"dependencies":{"chalk":"^1.0.0","figures":"^1.0.1","gzip-size":"^3.0.0","pretty-bytes":"^2.0.1"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"3c5dd6848d22c77d3e540f14ad7c49b9edbcba3c","bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin","_id":"maxmin@2.0.0","_shasum":"7e4e4a0c963500d2508aad0686fe8e58e9030120","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"7e4e4a0c963500d2508aad0686fe8e58e9030120","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-2.0.0.tgz","integrity":"sha512-IR/7m5HCAYVxiiiAJEx14FOBhdZulcBDmPTwsRUdlBeTAT2sAN3tYJddJTH/Q9W51V1+f7Xh7aMLrs/eisoCOw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBU9IPsNmBlxphlSRJueP0RxQdD8Jt+jiBj/D9Eg/TAqAiA9gcHZTDkh1XSwwSSHjdJtNmmLPvg/sFZlqY4F+1N5sQ=="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"2.1.0":{"name":"maxmin","version":"2.1.0","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/maxmin.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.12"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"dependencies":{"chalk":"^1.0.0","figures":"^1.0.1","gzip-size":"^3.0.0","pretty-bytes":"^3.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"f0e0a2e9f9019d5ecf6a57509c2bc21a74bb2ec6","bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin#readme","_id":"maxmin@2.1.0","_shasum":"4d3b220903d95eee7eb7ac7fa864e72dc09a3166","_from":".","_npmVersion":"3.5.2","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"4d3b220903d95eee7eb7ac7fa864e72dc09a3166","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-2.1.0.tgz","integrity":"sha512-NWlApBjW9az9qRPaeg7CX4sQBWwytqz32bIEo1PW9pRW+kBP9KLRfJO3UC+TV31EcQZEUq7eMzikC7zt3zPJcw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDt4UX1ezqjQCz8TUBvckDnLGwDD2SNSQ6ZdtBNIZSKdgIgcyg7TUxAkWjLENrgMZbEEkQE61GjFiCRLEazqvayQWg="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"3.0.0":{"name":"maxmin","version":"3.0.0","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/maxmin.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"engines":{"node":">=10"},"scripts":{"test":"xo && ava"},"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"dependencies":{"chalk":"^4.1.0","figures":"^3.2.0","gzip-size":"^5.1.1","pretty-bytes":"^5.3.0"},"devDependencies":{"ava":"^2.4.0","strip-ansi":"^6.0.0","xo":"^0.32.0"},"gitHead":"c17766c816b032125ab254aed950d69a4aaffffa","bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin#readme","_id":"maxmin@3.0.0","_nodeVersion":"14.5.0","_npmVersion":"6.14.5","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-wcahMInmGtg/7c6a75fr21Ch/Ks1Tb+Jtoan5Ft4bAI0ZvJqyOw8kkM7e7p8hDSzY805vmxwHT50KcjGwKyJ0g==","shasum":"3ee9acc8a2b9f2b5416e94f5705319df8a9c71e6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-3.0.0.tgz","fileCount":4,"unpackedSize":3807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/2nwCRA9TVsSAnZWagAAKAUP/jCg+bxpv1ktjPWBUiE+\n8bdNs+We8LQz5YysY+SFe3+xxw1LdedtGS8VsGXwmdcXzHRj8yC0byPqSN5Q\n9xrTnVoQYl+extvUzoEGCp3XQXchxaA9HVhic+cjlO+eb80UiBcXMhCJUOcU\n3I9gxdpo5AdnIToVab+gTMeMsoRStaMSijXqMZcxb7N27Y8ZcpZ+z4rnexCY\nlOqiNAk4NMeJvtrLGBjFzrI2XzR/QJD8Zx8uJA3Ceu2Jgo1t9Sw0MCGYhpDn\n1sJk0MXrh0S1lP14W4qqEaRa6f5mPN08zzAVsNKJjRG428AFHARF0JxtFd44\nIYz36jZEhTkdwlozIewezAFKJdjKb2qnsNXQ+SF5vhDzD2xjo5Tmd8AVqTI+\nyzfDEUdyoKhzJb+33mQqEVjO3w/gPM0+Xvbp24NjqVH289pE5AzM04ysWM4C\nm+buFlhVUSQJ0N9QvLmR18mVLUispaH+TsS1RFXEIJAED7sdQp/yBrB/iUp1\nq4kWbJq0mdqjLYU2QULL2OnsnL3yfrQKiEYLbxCNlvNNBUPhXlTe0K/cvrec\noAMqBVCspuC4VCj5J5zggBkLPeBGswhiMkU54BSWQj7ZuWfcHr8DGU8SfmKf\n2O8FLeDGyQ/IMXyIItbsapNImtZkTbKKXGmzeAndc/qmacFgvVDLOCGyRoGI\nRKAV\r\n=zT/Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3Akc9z8QjTXujhjNT7x2fg72fcG9Y9ptctoHiv8s9mQIhAMl+hdlN1r8cyi4bHeRRBVzEoB6P4iQb85GZKKgLA9eb"}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/maxmin_3.0.0_1593797104270_0.9210319401804505"},"_hasShrinkwrap":false},"4.0.0":{"name":"maxmin","version":"4.0.0","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/maxmin.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava"},"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"dependencies":{"chalk":"^4.1.1","figures":"^3.2.0","gzip-size":"^6.0.0","pretty-bytes":"^5.6.0"},"devDependencies":{"ava":"^3.15.0","strip-ansi":"^7.0.0","xo":"^0.39.1"},"gitHead":"cb46b5aecaf2056411f926d776fb7eac5eb141ca","bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin#readme","_id":"maxmin@4.0.0","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"integrity":"sha512-+PBstm8/IM6AFVGpOBqk7ddJHZu6KSGWDHQzncOQKAY6AlMgZC7dWS2Y2MrJll4rJZqWcF76g+zWCQn9lIsfEQ==","shasum":"226d47cf15fab3d6e96b6285ff818b66058cf2b6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-4.0.0.tgz","fileCount":4,"unpackedSize":3624,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgj++dCRA9TVsSAnZWagAAuAgP/jjQoyCFl4O8iS9+ZDnN\nfO4FAnLbCUWZzCnQTBbUe8T9zDlRwUPx5kM9GdGweVMEM+KqaY/5xxNjV9U5\nLj+RR8XTgeOAJD7UDWdP/zUaLF6098SIOj4WZpQM2jKb9qKC8b/qVSGhHC27\nSPg0O1K9gGeMbmB7X0VxKs5cx2Ty7YNAQvcygwfSck2BQV0hKKfIVkkWNnnK\nL3mWycIjZ+NGxneSU28cXUO6QtFZ60FImsSUg6D4wZue9m9i23BK3tymY6RJ\nfBedrpvfIGu/qNqjHH2cktvAMv2U6rHd81bWoXIHLJ1EcLhcNNBrLj5bycAm\nGXYoRu2NqLSav2Hevj4eWK6+nimK3JDwPpY1OUKhlD/jAK9PAxnuXNRzIEay\nenGr8xS5zMw+CkzRjvzUmBwdrX7HoOfleWORabiBXh+GdIUqfmiuX/lQKjI2\ncxa32xajTidiA2bMLHBnNQM0C4BwXCzBE4sZZODcTaXYFkP5gjWmyI4tgsPV\nUfUwsaIPrIUqCyZXs+ZC0/b/lKTeAiptgd+LQwRkJR4qG0nm4gPDtZyu5Spm\nckgdAXXWMb+pZ4AZ1j2CGxQcHGUn7HHh6rNYRwAWRy9ZhVWEQCuj1h1/Amai\nx3rnuZnF04TwBFSdDLjAB1CPeTZEgemeIcUTnYSbF9a6cr+AF+S+WniObUxP\nhIvv\r\n=GoFx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDc7v42/xpJFqGtSTJL7c4PiM1v0qH5+zcmmRe8EWyOaQIgclDXB2M20EB+EwmuVHlZ9hJ8vFcthxrjqPcB97uWoqg="}]},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/maxmin_4.0.0_1620045725179_0.6969921017191927"},"_hasShrinkwrap":false},"4.1.0":{"name":"maxmin","version":"4.1.0","description":"Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/maxmin.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":{"types":"./index.d.ts","default":"./index.js"},"sideEffects":false,"engines":{"node":">=12"},"scripts":{"test":"xo && ava"},"keywords":["string","buffer","pretty","color","gzip","minified","min","max","diff","difference"],"dependencies":{"chalk":"^4.1.1","figures":"^3.2.0","gzip-size":"^6.0.0","pretty-bytes":"^5.6.0"},"devDependencies":{"ava":"^3.15.0","strip-ansi":"^7.0.0","xo":"^0.39.1"},"_id":"maxmin@4.1.0","gitHead":"327264df9584bf055ee0f4f4ffe42221ef783478","types":"./index.d.ts","bugs":{"url":"https://github.com/sindresorhus/maxmin/issues"},"homepage":"https://github.com/sindresorhus/maxmin#readme","_nodeVersion":"18.20.2","_npmVersion":"10.6.0","dist":{"integrity":"sha512-p611b6DBuUsfm1chFgVHG+YXvYPYDD6OWInfZqk8/BAq5ayEbPJPcuYyrSs1tJIbqWGln4fnSN7sKFOJuRVH0w==","shasum":"86134ac657f4b0b513b9c7829af486884eaa7dce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/maxmin/-/maxmin-4.1.0.tgz","fileCount":5,"unpackedSize":4517,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIElbIe0a/rGL8CJhNvy9yo6mviLtroAXx+fqnHguwZUvAiEA7asD579Pey59SKGL7aj1AGWpRYYntO/umy6+GaerFNU="}]},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/maxmin_4.1.0_1717497280583_0.6425291640653419"},"_hasShrinkwrap":false}},"name":"maxmin","time":{"modified":"2024-06-04T10:34:40.934Z","created":"2014-02-28T21:08:23.094Z","0.1.0":"2014-02-28T21:08:23.094Z","0.2.0":"2014-04-18T08:31:16.988Z","0.2.1":"2014-07-04T23:04:31.234Z","0.2.2":"2014-07-10T01:28:01.393Z","1.0.0":"2014-08-09T23:26:58.341Z","1.0.1":"2015-02-24T14:37:03.312Z","1.1.0":"2015-03-29T12:28:41.190Z","2.0.0":"2015-11-14T13:52:07.674Z","2.1.0":"2015-12-23T21:29:32.770Z","3.0.0":"2020-07-03T17:25:04.486Z","4.0.0":"2021-05-03T12:42:05.280Z","4.1.0":"2024-06-04T10:34:40.762Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/maxmin#readme"}