react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / handlebars / node_modules / uglify-js / package.json
80699 views{1"name": "uglify-js",2"description": "JavaScript parser, mangler/compressor and beautifier toolkit",3"homepage": "http://lisperator.net/uglifyjs",4"main": "tools/node.js",5"version": "2.3.6",6"engines": {7"node": ">=0.4.0"8},9"maintainers": [10{11"name": "caires",12"email": "[email protected]"13},14{15"name": "mape",16"email": "[email protected]"17},18{19"name": "mishoo",20"email": "[email protected]"21}22],23"repository": {24"type": "git",25"url": "https://github.com/mishoo/UglifyJS2.git"26},27"dependencies": {28"async": "~0.2.6",29"source-map": "~0.1.7",30"optimist": "~0.3.5"31},32"bin": {33"uglifyjs": "bin/uglifyjs"34},35"scripts": {36"test": "node test/run-tests.js"37},38"_id": "[email protected]",39"dist": {40"shasum": "fa0984770b428b7a9b2a8058f46355d14fef211a",41"tarball": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz"42},43"_from": "uglify-js@>=2.3.0 <2.4.0",44"_npmVersion": "1.2.18",45"_npmUser": {46"name": "mishoo",47"email": "[email protected]"48},49"directories": {},50"_shasum": "fa0984770b428b7a9b2a8058f46355d14fef211a",51"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz"52}535455