babel-minify
Version:
✂️ An ES6+ aware minifier based on the Babel toolchain (beta)
31 lines (30 loc) • 857 B
JSON
{
"name": "babel-minify",
"version": "0.5.2",
"description": "✂️ An ES6+ aware minifier based on the Babel toolchain (beta)",
"keywords": [
"babel-minify",
"babel-preset",
"minify"
],
"homepage": "https://github.com/babel/minify#readme",
"bugs": "https://github.com/babel/minify/issues",
"license": "MIT",
"author": "amasad",
"main": "lib/index.js",
"bin": {
"babel-minify": "./bin/minify.js",
"minify": "./bin/minify.js"
},
"repository": "https://github.com/babel/minify/tree/master/packages/babel-minify",
"dependencies": {
"@babel/core": "^7.1.0",
"babel-preset-minify": "^0.5.2",
"fs-readdir-recursive": "^1.1.0",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"util.promisify": "^1.0.0",
"yargs-parser": "^10.0.0"
},
"gitHead": "8f9c7c0a32103653bd6793d0ce44730f937e1ddf"
}