| { |
| "author": { |
| "email": "mihai.bazon@gmail.com", |
| "name": "Mihai Bazon", |
| "url": "http://lisperator.net/" |
| }, |
| "bin": { |
| "uglifyjs": "bin/uglifyjs" |
| }, |
| "bugs": { |
| "url": "https://github.com/mishoo/UglifyJS2/issues" |
| }, |
| "bundleDependencies": false, |
| "dependencies": { |
| "commander": "~2.20.3", |
| "source-map": "~0.6.1" |
| }, |
| "deprecated": false, |
| "description": "JavaScript parser, mangler/compressor and beautifier toolkit", |
| "devDependencies": { |
| "acorn": "~7.1.0", |
| "semver": "~6.3.0" |
| }, |
| "engines": { |
| "node": ">=0.8.0" |
| }, |
| "files": [ |
| "bin", |
| "lib", |
| "tools", |
| "LICENSE" |
| ], |
| "homepage": "https://github.com/mishoo/UglifyJS2#readme", |
| "keywords": [ |
| "cli", |
| "compress", |
| "compressor", |
| "ecma", |
| "ecmascript", |
| "es", |
| "es5", |
| "javascript", |
| "js", |
| "jsmin", |
| "min", |
| "minification", |
| "minifier", |
| "minify", |
| "optimize", |
| "optimizer", |
| "pack", |
| "packer", |
| "parse", |
| "parser", |
| "uglifier", |
| "uglify" |
| ], |
| "license": "BSD-2-Clause", |
| "main": "tools/node.js", |
| "maintainers": [ |
| { |
| "email": "alexlamsl@gmail.com", |
| "name": "Alex Lam" |
| }, |
| { |
| "email": "mihai.bazon@gmail.com", |
| "name": "Mihai Bazon", |
| "url": "http://lisperator.net/" |
| } |
| ], |
| "name": "uglify-js", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/mishoo/UglifyJS2.git" |
| }, |
| "scripts": { |
| "test": "node test/compress.js && node test/mocha.js" |
| }, |
| "version": "3.6.4" |
| } |