mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
902281294f
support for a browser sync task as well for easier development
117 lines
2.8 KiB
JSON
117 lines
2.8 KiB
JSON
{
|
|
"name": "gulp-uglify",
|
|
"description": "Minify files with UglifyJS.",
|
|
"version": "3.0.0",
|
|
"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": "^3.0.5",
|
|
"vinyl-sourcemaps-apply": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.4",
|
|
"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",
|
|
"intelli-espower-loader": "^1.0.1",
|
|
"mocha": "^3.0.1",
|
|
"nyc": "^10.3.2",
|
|
"power-assert": "^1.4.1",
|
|
"prettier": "^1.1.0",
|
|
"source-list-map": "^1.1.2",
|
|
"tape": "^4.0.0",
|
|
"testdouble": "^2.1.2",
|
|
"vinyl": "^2.0.0"
|
|
},
|
|
"homepage": "https://github.com/terinjokes/gulp-uglify/",
|
|
"keywords": [
|
|
"gulpplugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/terinjokes/gulp-uglify.git"
|
|
},
|
|
"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/"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint *.js lib test",
|
|
"test": "nyc --reporter=lcov --reporter=text mocha --require intelli-espower-loader",
|
|
"coverage": "cat ./coverage/lcov.info | coveralls"
|
|
},
|
|
"greenkeeper": {
|
|
"ignore": [
|
|
"gulp-sourcemaps"
|
|
]
|
|
},
|
|
"gitHead": "76b5b3a9e06db35e79450f070f97d73471426d52",
|
|
"_id": "gulp-uglify@3.0.0",
|
|
"_shasum": "0df0331d72a0d302e3e37e109485dddf33c6d1ca",
|
|
"_from": "gulp-uglify@*",
|
|
"_npmVersion": "4.6.1",
|
|
"_nodeVersion": "6.10.2",
|
|
"_npmUser": {
|
|
"name": "terinjokes",
|
|
"email": "terinjokes@gmail.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "0df0331d72a0d302e3e37e109485dddf33c6d1ca",
|
|
"tarball": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-3.0.0.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "terinjokes",
|
|
"email": "terinjokes@gmail.com"
|
|
}
|
|
],
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/gulp-uglify-3.0.0.tgz_1495317486094_0.8444346068426967"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-3.0.0.tgz"
|
|
}
|