package.json 2.9 KB
{
  "_args": [
    [
      "uglify-js@^2.6",
      "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/handlebars"
    ]
  ],
  "_from": "uglify-js@>=2.6.0 <3.0.0",
  "_id": "uglify-js@2.6.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/uglify-js",
  "_nodeVersion": "5.6.0",
  "_npmOperationalInternal": {
    "host": "packages-9-west.internal.npmjs.com",
    "tmp": "tmp/uglify-js-2.6.2.tgz_1456170007109_0.7073737715836614"
  },
  "_npmUser": {
    "email": "mihai.bazon@gmail.com",
    "name": "mishoo"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "uglify-js",
    "raw": "uglify-js@^2.6",
    "rawSpec": "^2.6",
    "scope": null,
    "spec": ">=2.6.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/handlebars"
  ],
  "_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.2.tgz",
  "_shasum": "f50be88a42cd396a6251dc52ab372f71cc12fef0",
  "_shrinkwrap": null,
  "_spec": "uglify-js@^2.6",
  "_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/handlebars",
  "author": {
    "email": "mihai.bazon@gmail.com",
    "name": "Mihai Bazon",
    "url": "http://lisperator.net/"
  },
  "bin": {
    "uglifyjs": "bin/uglifyjs"
  },
  "browserify": {
    "transform": [
      "uglify-to-browserify"
    ]
  },
  "bugs": {
    "url": "https://github.com/mishoo/UglifyJS2/issues"
  },
  "dependencies": {
    "async": "~0.2.6",
    "source-map": "~0.5.1",
    "uglify-to-browserify": "~1.0.0",
    "yargs": "~3.10.0"
  },
  "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",
    "mocha": "~2.3.4"
  },
  "directories": {},
  "dist": {
    "shasum": "f50be88a42cd396a6251dc52ab372f71cc12fef0",
    "tarball": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.2.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "bin",
    "lib",
    "tools",
    "LICENSE"
  ],
  "gitHead": "294861ba96aaf61591e2158c9e9ffad50f58625d",
  "homepage": "http://lisperator.net/uglifyjs",
  "keywords": [
    "uglify",
    "uglify-js",
    "minify",
    "minifier"
  ],
  "license": "BSD-2-Clause",
  "main": "tools/node.js",
  "maintainers": [
    {
      "email": "cairesvs@gmail.com",
      "name": "caires"
    },
    {
      "email": "mape@mape.me",
      "name": "mape"
    },
    {
      "email": "mihai.bazon@gmail.com",
      "name": "mishoo"
    }
  ],
  "name": "uglify-js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mishoo/UglifyJS2.git"
  },
  "scripts": {
    "shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated",
    "test": "node test/run-tests.js"
  },
  "version": "2.6.2"
}