{
  "_from": "gulp-uglify@^1.5.3",
  "_id": "gulp-uglify@1.5.4",
  "_inBundle": false,
  "_integrity": "sha512-X2B8fNsWJCG7cT7nfzJLS3WKlW1NU3/3MySrVzNuWHOq88VdLgHVajxMTl6rBSuIn6xT/gbwd9jqj6juyqMWzw==",
  "_location": "/gulp-uglify",
  "_phantomChildren": {
    "source-map": "0.5.7",
    "uglify-to-browserify": "1.0.2",
    "yargs": "3.10.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "gulp-uglify@^1.5.3",
    "name": "gulp-uglify",
    "escapedName": "gulp-uglify",
    "rawSpec": "^1.5.3",
    "saveSpec": null,
    "fetchSpec": "^1.5.3"
  },
  "_requiredBy": [
    "/laravel-elixir"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.5.4.tgz",
  "_shasum": "524788d87666d09f9d0c21fb2177f90039a658c9",
  "_spec": "gulp-uglify@^1.5.3",
  "_where": "C:\\xamp71\\htdocs\\pincodes\\pintaxi\\node_modules\\laravel-elixir",
  "author": {
    "name": "Terin Stock",
    "email": "terinjokes@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/terinjokes/gulp-uglify/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "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
  }
}
