UNPKG

1.21 kBJSONView Raw
1{
2 "name": "uglify-es",
3 "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+",
4 "homepage": "https://github.com/mishoo/UglifyJS2/tree/harmony",
5 "author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
6 "license": "BSD-2-Clause",
7 "version": "3.0.26",
8 "engines": {
9 "node": ">=0.8.0"
10 },
11 "maintainers": [
12 "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)"
13 ],
14 "repository": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
15 "bugs": {
16 "url": "https://github.com/mishoo/UglifyJS2/issues"
17 },
18 "main": "tools/node.js",
19 "bin": {
20 "uglifyjs": "bin/uglifyjs"
21 },
22 "files": [
23 "bin",
24 "lib",
25 "tools",
26 "LICENSE"
27 ],
28 "dependencies": {
29 "commander": "~2.11.0",
30 "source-map": "~0.5.1"
31 },
32 "devDependencies": {
33 "acorn": "~5.1.1",
34 "mocha": "~3.4.2",
35 "semver": "~5.3.0"
36 },
37 "scripts": {
38 "test": "node test/run-tests.js"
39 },
40 "keywords": [
41 "uglify",
42 "uglify-es",
43 "uglify-js",
44 "minify",
45 "minifier",
46 "javascript",
47 "ecmascript",
48 "es5",
49 "es6",
50 "es7",
51 "es8",
52 "es2015",
53 "es2016",
54 "es2017",
55 "async",
56 "await"
57 ]
58}