{
  "_args": [
    [
      "gulp-uglify@1.5.4",
      "/var/www/html/postleaf"
    ]
  ],
  "_development": true,
  "_from": "gulp-uglify@1.5.4",
  "_id": "gulp-uglify@1.5.4",
  "_inBundle": false,
  "_integrity": "sha1-UkeI2HZm0J+dDCH7IXf5ADmmWMk=",
  "_location": "/gulp-uglify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-uglify@1.5.4",
    "name": "gulp-uglify",
    "escapedName": "gulp-uglify",
    "rawSpec": "1.5.4",
    "saveSpec": null,
    "fetchSpec": "1.5.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.5.4.tgz",
  "_spec": "1.5.4",
  "_where": "/var/www/html/postleaf",
  "author": {
    "name": "Terin Stock",
    "email": "terinjokes@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/terinjokes/gulp-uglify/issues"
  },
  "dependencies": {
    "deap": "^1.0.0",
    "fancy-log": "^1.0.0",
    "gulp-util": "^3.0.0",
    "isobject": "^2.0.0",
    "through2": "^2.0.0",
    "uglify-js": "2.6.4",
    "uglify-save-license": "^0.4.1",
    "vinyl-sourcemaps-apply": "^0.2.0"
  },
  "description": "Minify files with UglifyJS.",
  "devDependencies": {
    "cmem": "^1.0.0",
    "coveralls": "^2.11.4",
    "gulp-concat": "^2.0.0",
    "gulp-sourcemaps": "^1.0.0",
    "istanbul": "^0.4.0",
    "tape": "^4.0.0",
    "vinyl": "^1.0.0",
    "xo": "^0.16.0"
  },
  "files": [
    "index.js",
    "minifier.js",
    "lib/"
  ],
  "homepage": "https://github.com/terinjokes/gulp-uglify/",
  "keywords": [
    "gulpplugin"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "gulp-uglify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/terinjokes/gulp-uglify.git"
  },
  "scripts": {
    "coverage": "cat ./coverage/lcov.info | coveralls",
    "test": "xo && istanbul cover ./node_modules/tape/bin/tape test/*.js"
  },
  "version": "1.5.4",
  "xo": {
    "space": true
  }
}
