react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / umd / node_modules / uglify-js / package.json
80736 views{1"name": "uglify-js",2"description": "JavaScript parser, mangler/compressor and beautifier toolkit",3"homepage": "http://lisperator.net/uglifyjs",4"author": {5"name": "Mihai Bazon",6"email": "[email protected]",7"url": "http://lisperator.net/"8},9"license": "BSD",10"version": "2.4.23",11"engines": {12"node": ">=0.4.0"13},14"maintainers": [15{16"name": "caires",17"email": "[email protected]"18},19{20"name": "mape",21"email": "[email protected]"22},23{24"name": "mishoo",25"email": "[email protected]"26}27],28"repository": {29"type": "git",30"url": "https://github.com/mishoo/UglifyJS2.git"31},32"bugs": {33"url": "https://github.com/mishoo/UglifyJS2/issues"34},35"main": "tools/node.js",36"bin": {37"uglifyjs": "bin/uglifyjs"38},39"files": [40"bin",41"lib",42"tools",43"LICENSE"44],45"dependencies": {46"async": "~0.2.6",47"source-map": "0.1.34",48"uglify-to-browserify": "~1.0.0",49"yargs": "~3.5.4"50},51"devDependencies": {52"acorn": "~0.6.0",53"escodegen": "~1.3.3",54"esfuzz": "~0.3.1",55"estraverse": "~1.5.1"56},57"browserify": {58"transform": [59"uglify-to-browserify"60]61},62"scripts": {63"test": "node test/run-tests.js"64},65"gitHead": "c6fa2915715f0a1a2b1527c23388bd7de56284c4",66"_id": "[email protected]",67"_shasum": "be05aa6b22f1a83b21b2a49ce60fb5dffda00515",68"_from": "uglify-js@>=2.4.0 <2.5.0",69"_npmVersion": "1.4.14",70"_npmUser": {71"name": "mishoo",72"email": "[email protected]"73},74"dist": {75"shasum": "be05aa6b22f1a83b21b2a49ce60fb5dffda00515",76"tarball": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.23.tgz"77},78"directories": {},79"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.23.tgz"80}818283