{
  "_args": [
    [
      {
        "raw": "ember-cli-uglify@^2.0.0",
        "scope": null,
        "escapedName": "ember-cli-uglify",
        "name": "ember-cli-uglify",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/home/travis/build/lukesargeant/ember-sparkline"
    ]
  ],
  "_from": "ember-cli-uglify@>=2.0.0 <3.0.0",
  "_id": "ember-cli-uglify@2.0.0",
  "_inCache": true,
  "_location": "/ember-cli-uglify",
  "_nodeVersion": "8.1.3",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/ember-cli-uglify-2.0.0.tgz_1507052718757_0.19046450103633106"
  },
  "_npmUser": {
    "name": "turbo87",
    "email": "tobias.bieniek@gmx.de"
  },
  "_npmVersion": "4.6.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ember-cli-uglify@^2.0.0",
    "scope": null,
    "escapedName": "ember-cli-uglify",
    "name": "ember-cli-uglify",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/ember-cli-uglify/-/ember-cli-uglify-2.0.0.tgz",
  "_shasum": "b096727d7d1718acc9bfe5d1bc81ce26cafdf6ca",
  "_shrinkwrap": null,
  "_spec": "ember-cli-uglify@^2.0.0",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline",
  "author": "",
  "bugs": {
    "url": "https://github.com/ember-cli/ember-cli-uglify/issues"
  },
  "changelog": {
    "repo": "ember-cli/ember-cli-uglify",
    "labels": {
      "breaking": ":boom: Breaking Change",
      "enhancement": ":rocket: Enhancement",
      "bug": ":bug: Bug Fix",
      "documentation": ":memo: Documentation",
      "internal": ":house: Internal"
    }
  },
  "dependencies": {
    "broccoli-uglify-sourcemap": "^2.0.0",
    "lodash.defaultsdeep": "^4.6.0"
  },
  "description": "JavaScript minification for Ember-CLI",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "b096727d7d1718acc9bfe5d1bc81ce26cafdf6ca",
    "tarball": "https://registry.npmjs.org/ember-cli-uglify/-/ember-cli-uglify-2.0.0.tgz"
  },
  "ember-addon": {
    "before": "broccoli-asset-rev"
  },
  "engines": {
    "node": "^4.5 || 6.* || >= 7.*"
  },
  "gitHead": "373aba7eb60576128c288dede84518d703558929",
  "homepage": "https://github.com/ember-cli/ember-cli-uglify#readme",
  "keywords": [
    "ember-addon"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "turbo87",
      "email": "tobias.bieniek@gmx.de"
    },
    {
      "name": "jkarsrud",
      "email": "jesper.karsrud@gmail.com"
    },
    {
      "name": "rwjblue",
      "email": "me@rwjblue.com"
    }
  ],
  "name": "ember-cli-uglify",
  "optionalDependencies": {},
  "readme": "\nember-cli-uglify\n==============================================================================\n\n[![npm](https://img.shields.io/npm/v/ember-cli-uglify.svg)](https://www.npmjs.com/package/ember-cli-uglify)\n[![Build Status](https://travis-ci.org/ember-cli/ember-cli-uglify.svg?branch=master)](https://travis-ci.org/ember-cli/ember-cli-uglify)\n\n[UglifyJS](https://github.com/mishoo/UglifyJS2) for [Ember.js](http://emberjs.com/).\n\n\nInstallation\n------------------------------------------------------------------------------\n\n```\nember install ember-cli-uglify\n```\n\nUsage\n------------------------------------------------------------------------------\n\nAfter installing `ember-cli-uglify` it will automatically hook into the build\npipeline and minify your JS files in production builds.\n\nIf you want to customize how `ember-cli-uglify` is running UglifyJS under the\nhood you have several configuration options available:\n\n```js\n// ember-cli-build.js\n\nvar app = new EmberApp({\n  'ember-cli-uglify': {\n    enabled: true,\n\n    exclude: ['vendor.js'],\n\n    uglify: {\n      compress: {\n        sequences: 50,\n      },\n      output: {\n        semicolons: true,\n      },\n    },\n  },\n});\n```\n\n\n### Options\n\n- `enabled?: boolean`: Enables/Disables minification (defaults to `true` for\n  production builds, `false` for development builds)\n\n- `exclude?: string[]`: A list of paths or globs to exclude from minification\n\n- `uglify?: UglifyOptions`: A hash of [options](https://github.com/mishoo/UglifyJS2#minify-options)\n  that are passed directly to UglifyJS\n\n\n### Source Maps\n\nSource maps are disabled by default for production builds in Ember CLI. If you\nwant to enable source maps for production builds you can configure that in your\n`ember-cli-build.js` too:\n\n```js\n// ember-cli-build.js\n\nvar app = new EmberApp({\n  sourcemaps: {\n    enabled: true,\n    extensions: ['js'],\n  },\n});\n```\n\n\nLicense\n------------------------------------------------------------------------------\nember-cli-uglify is licensed under the [MIT License](LICENSE.md).\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ember-cli/ember-cli-uglify.git"
  },
  "scripts": {
    "build": "ember build",
    "start": "ember server",
    "test": "ember test"
  },
  "version": "2.0.0"
}
