{"library":"babel-minify","type":"library","category":null,"description":"An ES6+ aware JavaScript minifier based on the Babel toolchain. Current stable version is 0.5.2, released in 2018. Development has been stalled since then; it is effectively in maintenance mode. Unlike traditional minifiers (UglifyJS, Terser), babel-minify operates on an AST that can understand modern ES6+ syntax, allowing it to minify code without needing to down-compile first. It works as a standalone CLI tool or as a Babel preset. Note: it is deprecated in favor of Terser for most use cases because Babel itself stopped maintaining it.","language":"javascript","status":"maintenance","version":"0.5.2","tags":["javascript","babel-minify","babel-preset","minify"],"last_verified":"Sat Apr 25","install":[{"cmd":"npm install babel-minify","imports":["const minify = require('babel-minify');","const minify = require('babel-minify').default || require('babel-minify');","const { transform } = require('@babel/core');"]},{"cmd":"yarn add babel-minify","imports":[]},{"cmd":"pnpm add babel-minify","imports":[]}],"homepage":null,"github":"https://github.com/babel/minify","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/babel-minify","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}