package.json 2.0 KB
{
  "_from": "uglify-js@~2.4.0",
  "_id": "uglify-js@2.4.24",
  "_inBundle": false,
  "_integrity": "sha1-+tV1XB4Vd2WLsG/5q25UjJW+vW4=",
  "_location": "/uglify-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "uglify-js@~2.4.0",
    "name": "uglify-js",
    "escapedName": "uglify-js",
    "rawSpec": "~2.4.0",
    "saveSpec": null,
    "fetchSpec": "~2.4.0"
  },
  "_requiredBy": [
    "/grunt-contrib-uglify"
  ],
  "_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz",
  "_shasum": "fad5755c1e1577658bb06ff9ab6e548c95bebd6e",
  "_spec": "uglify-js@~2.4.0",
  "_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt-contrib-uglify",
  "author": {
    "name": "Mihai Bazon",
    "email": "mihai.bazon@gmail.com",
    "url": "http://lisperator.net/"
  },
  "bin": {
    "uglifyjs": "bin/uglifyjs"
  },
  "browserify": {
    "transform": [
      "uglify-to-browserify"
    ]
  },
  "bugs": {
    "url": "https://github.com/mishoo/UglifyJS2/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "~0.2.6",
    "source-map": "0.1.34",
    "uglify-to-browserify": "~1.0.0",
    "yargs": "~3.5.4"
  },
  "deprecated": false,
  "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
  "devDependencies": {
    "acorn": "~0.6.0",
    "escodegen": "~1.3.3",
    "esfuzz": "~0.3.1",
    "estraverse": "~1.5.1"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "files": [
    "bin",
    "lib",
    "tools",
    "LICENSE"
  ],
  "homepage": "http://lisperator.net/uglifyjs",
  "license": "BSD",
  "main": "tools/node.js",
  "maintainers": [
    {
      "name": "Mihai Bazon",
      "email": "mihai.bazon@gmail.com",
      "url": "http://lisperator.net/"
    }
  ],
  "name": "uglify-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mishoo/UglifyJS2.git"
  },
  "scripts": {
    "test": "node test/run-tests.js"
  },
  "version": "2.4.24"
}