2012-10-03 10:19:00 +00:00
|
|
|
{
|
2017-05-09 17:46:55 +00:00
|
|
|
"name": "uglify-es",
|
2017-07-09 15:55:38 +00:00
|
|
|
"description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+",
|
2017-05-13 16:25:06 +00:00
|
|
|
"homepage": "https://github.com/mishoo/UglifyJS2/tree/harmony",
|
2015-04-14 15:29:14 +00:00
|
|
|
"author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
|
2015-05-04 23:33:09 +00:00
|
|
|
"license": "BSD-2-Clause",
|
2017-12-25 17:38:56 +00:00
|
|
|
"version": "3.3.2",
|
2015-04-14 15:29:14 +00:00
|
|
|
"engines": {
|
2015-04-14 20:17:41 +00:00
|
|
|
"node": ">=0.8.0"
|
2015-04-14 15:29:14 +00:00
|
|
|
},
|
|
|
|
|
"maintainers": [
|
|
|
|
|
"Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)"
|
|
|
|
|
],
|
2017-07-09 15:55:38 +00:00
|
|
|
"repository": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
|
2015-04-14 15:29:14 +00:00
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/mishoo/UglifyJS2/issues"
|
|
|
|
|
},
|
|
|
|
|
"main": "tools/node.js",
|
|
|
|
|
"bin": {
|
|
|
|
|
"uglifyjs": "bin/uglifyjs"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"bin",
|
|
|
|
|
"lib",
|
|
|
|
|
"tools",
|
|
|
|
|
"LICENSE"
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
2017-11-25 20:08:35 +00:00
|
|
|
"commander": "~2.12.1",
|
2017-10-15 18:41:22 +00:00
|
|
|
"source-map": "~0.6.1"
|
2015-04-14 15:29:14 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-11-25 20:08:35 +00:00
|
|
|
"acorn": "~5.2.1",
|
2017-09-10 07:17:24 +00:00
|
|
|
"mocha": "~3.5.1",
|
|
|
|
|
"semver": "~5.4.1"
|
2015-04-14 15:29:14 +00:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "node test/run-tests.js"
|
2016-01-16 20:35:39 +00:00
|
|
|
},
|
2017-06-26 16:56:01 +00:00
|
|
|
"keywords": [
|
|
|
|
|
"uglify",
|
|
|
|
|
"uglify-es",
|
2017-07-09 15:55:38 +00:00
|
|
|
"uglify-js",
|
2017-06-26 16:56:01 +00:00
|
|
|
"minify",
|
|
|
|
|
"minifier",
|
2017-07-09 15:55:38 +00:00
|
|
|
"javascript",
|
|
|
|
|
"ecmascript",
|
2017-06-26 16:56:01 +00:00
|
|
|
"es5",
|
|
|
|
|
"es6",
|
2017-07-09 15:55:38 +00:00
|
|
|
"es7",
|
|
|
|
|
"es8",
|
2017-06-26 16:56:01 +00:00
|
|
|
"es2015",
|
|
|
|
|
"es2016",
|
|
|
|
|
"es2017",
|
|
|
|
|
"async",
|
|
|
|
|
"await"
|
|
|
|
|
]
|
2012-10-03 10:19:00 +00:00
|
|
|
}
|