File: /var/www/zaklada/html/node_modules/gulp-uglify/package.json
{
"_args": [
[
"gulp-uglify@2.1.2",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "gulp-uglify@2.1.2",
"_id": "gulp-uglify@2.1.2",
"_inBundle": false,
"_integrity": "sha1-bbhbHQ7mPRgFhZK2WGSdZcLsRUE=",
"_location": "/gulp-uglify",
"_phantomChildren": {
"center-align": "0.1.3",
"decamelize": "1.2.0",
"right-align": "0.1.3",
"source-map": "0.5.7",
"uglify-to-browserify": "1.0.2",
"wordwrap": "0.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-uglify@2.1.2",
"name": "gulp-uglify",
"escapedName": "gulp-uglify",
"rawSpec": "2.1.2",
"saveSpec": null,
"fetchSpec": "2.1.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-2.1.2.tgz",
"_spec": "2.1.2",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"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"
},
"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/"
],
"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": {
"coverage": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint *.js lib test",
"test": "mocha --require intelli-espower-loader"
},
"version": "2.1.2"
}