{
  "_args": [
    [
      {
        "raw": "gulp-uglify@^2.0.0",
        "scope": null,
        "escapedName": "gulp-uglify",
        "name": "gulp-uglify",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/var/www/html/star"
    ]
  ],
  "_from": "gulp-uglify@>=2.0.0 <3.0.0",
  "_id": "gulp-uglify@2.1.2",
  "_inCache": true,
  "_location": "/gulp-uglify",
  "_nodeVersion": "4.7.2",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/gulp-uglify-2.1.2.tgz_1490057519663_0.5343763893470168"
  },
  "_npmUser": {
    "name": "terinjokes",
    "email": "terinjokes@gmail.com"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "gulp-uglify@^2.0.0",
    "scope": null,
    "escapedName": "gulp-uglify",
    "name": "gulp-uglify",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-2.1.2.tgz",
  "_shasum": "6db85b1d0ee63d18058592b658649d65c2ec4541",
  "_shrinkwrap": null,
  "_spec": "gulp-uglify@^2.0.0",
  "_where": "/var/www/html/star",
  "author": {
    "name": "Terin Stock",
    "email": "terinjokes@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/terinjokes/gulp-uglify/issues"
  },
  "dependencies": {
    "gulplog": "^1.0.0",
    "has-gulplog": "^0.1.0",
    "lodash": "^4.13.1",
    "make-error-cause": "^1.1.1",
    "through2": "^2.0.0",
    "uglify-js": "~2.8.10",
    "uglify-save-license": "^0.4.1",
    "vinyl-sourcemaps-apply": "^0.2.0"
  },
  "description": "Minify files with UglifyJS.",
  "devDependencies": {
    "coveralls": "^2.11.4",
    "eslint": "^3.18.0",
    "eslint-config-prettier": "^1.5.0",
    "eslint-config-xo": "^0.18.1",
    "eslint-plugin-no-use-extend-native": "^0.3.12",
    "eslint-plugin-prettier": "^2.0.1",
    "eslint-plugin-unicorn": "^2.1.0",
    "gulp-concat": "^2.0.0",
    "gulp-sourcemaps": "^1.0.0",
    "intelli-espower-loader": "^1.0.1",
    "istanbul": "^0.4.0",
    "mississippi": "^1.2.0",
    "mocha": "^3.0.1",
    "power-assert": "^1.4.1",
    "prettier": "^0.22.0",
    "semver": "^5.3.0",
    "tape": "^4.0.0",
    "testdouble": "^1.6.0",
    "vinyl": "^2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "6db85b1d0ee63d18058592b658649d65c2ec4541",
    "tarball": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-2.1.2.tgz"
  },
  "eslintConfig": {
    "env": {
      "node": true
    },
    "extends": [
      "xo",
      "prettier"
    ],
    "plugins": [
      "unicorn",
      "no-use-extend-native",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "printWidth": 80,
          "tabWidth": 2,
          "singleQuote": true,
          "trailingComma": "none",
          "bracketSpacing": false
        }
      ]
    }
  },
  "files": [
    "index.js",
    "minifier.js",
    "lib/"
  ],
  "gitHead": "4656fe56c8b288091c7704c5955ff5170ec3ba74",
  "greenkeeper": {
    "ignore": [
      "gulp-sourcemaps"
    ]
  },
  "homepage": "https://github.com/terinjokes/gulp-uglify/",
  "keywords": [
    "gulpplugin"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "terinjokes",
      "email": "terinjokes@gmail.com"
    }
  ],
  "name": "gulp-uglify",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/terinjokes/gulp-uglify.git"
  },
  "scripts": {
    "coverage": "cat ./coverage/lcov.info | coveralls",
    "lint": "eslint *.js lib test",
    "test": "mocha --require intelli-espower-loader"
  },
  "version": "2.1.2"
}
