{"library":"golfy","type":"library","category":null,"description":"An aggressive JavaScript minifier specialized for code golf that prioritizes output length over stability, compatibility, and execution performance. Version 0.1.0 is a work-in-progress, experimental tool that performs transformations like replacing require() calls with inline expressions, stripping unnecessary variables, and other hacky optimizations. Compared to general-purpose minifiers (e.g., terser, uglify-js), golfy will break code in non-standard environments and is not suitable for production use. It is designed exclusively for competitive code golfing where byte count is the only metric that matters.","language":"javascript","status":"active","version":"0.1.0","tags":["javascript","uglify","code-golf","compressor","minifier","codegolfing","mangler"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install golfy","imports":["golfy code.js","cat code.js | golfy","npm install -g golfy"]},{"cmd":"yarn add golfy","imports":[]},{"cmd":"pnpm add golfy","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"golfy","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}