{ "name": "uglify-es", "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+", "homepage": "https://github.com/mishoo/UglifyJS2/tree/harmony", "author": "Mihai Bazon (http://lisperator.net/)", "license": "BSD-2-Clause", "version": "3.1.1", "engines": { "node": ">=0.8.0" }, "maintainers": [ "Mihai Bazon (http://lisperator.net/)" ], "repository": "git+https://github.com/mishoo/UglifyJS2.git#harmony", "bugs": { "url": "https://github.com/mishoo/UglifyJS2/issues" }, "main": "tools/node.js", "bin": { "uglifyjs": "bin/uglifyjs" }, "files": [ "bin", "lib", "tools", "LICENSE" ], "dependencies": { "commander": "~2.11.0", "source-map": "~0.5.1" }, "devDependencies": { "acorn": "~5.1.1", "mocha": "~3.5.1", "semver": "~5.4.1" }, "scripts": { "test": "node test/run-tests.js" }, "keywords": [ "uglify", "uglify-es", "uglify-js", "minify", "minifier", "javascript", "ecmascript", "es5", "es6", "es7", "es8", "es2015", "es2016", "es2017", "async", "await" ] }