{ "_from": "gulp-uglify@^3.0.2", "_id": "gulp-uglify@3.0.2", "_inBundle": false, "_integrity": "sha512-gk1dhB74AkV2kzqPMQBLA3jPoIAPd/nlNzP2XMDSG8XZrqnlCiDGAqC+rZOumzFvB5zOphlFh6yr3lgcAb/OOg==", "_location": "/gulp-uglify", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "gulp-uglify@^3.0.2", "name": "gulp-uglify", "escapedName": "gulp-uglify", "rawSpec": "^3.0.2", "saveSpec": null, "fetchSpec": "^3.0.2" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-3.0.2.tgz", "_shasum": "5f5b2e8337f879ca9dec971feb1b82a5a87850b0", "_spec": "gulp-uglify@^3.0.2", "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app", "author": { "name": "Terin Stock", "email": "terinjokes@gmail.com" }, "bugs": { "url": "https://github.com/terinjokes/gulp-uglify/issues" }, "bundleDependencies": false, "dependencies": { "array-each": "^1.0.1", "extend-shallow": "^3.0.2", "gulplog": "^1.0.0", "has-gulplog": "^0.1.0", "isobject": "^3.0.1", "make-error-cause": "^1.1.1", "safe-buffer": "^5.1.2", "through2": "^2.0.0", "uglify-js": "^3.0.5", "vinyl-sourcemaps-apply": "^0.2.0" }, "deprecated": false, "description": "Minify files with UglifyJS.", "devDependencies": { "eslint": "^3.18.0", "eslint-config-prettier": "^2.1.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", "power-assert": "^1.4.1", "prettier": "^1.1.0", "source-list-map": "^1.1.2", "tape": "^4.9.1", "tape-catch": "^1.0.6", "testdouble": "^2.1.2", "vinyl": "^2.0.0" }, "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", "composer.js", "lib/" ], "greenkeeper": { "ignore": [ "gulp-sourcemaps" ] }, "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": { "lint": "eslint *.js lib test", "test": "tape test/*.js" }, "version": "3.0.2" }