29 lines
655 B
JSON
29 lines
655 B
JSON
{
|
|
"name": "uglify-js",
|
|
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
|
|
"author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
|
|
"license": "BSD-2-Clause",
|
|
"version": "3.17.4",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"maintainers": [
|
|
"Alex Lam <alexlamsl@gmail.com>",
|
|
"Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)"
|
|
],
|
|
"repository": "mishoo/UglifyJS",
|
|
"main": "tools/node.js",
|
|
"bin": {
|
|
"uglifyjs": "bin/uglifyjs"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"tools",
|
|
"LICENSE"
|
|
],
|
|
"devDependencies": {
|
|
"acorn": "~8.7.1",
|
|
"semver": "~6.3.0"
|
|
}
|
|
} |