gulp-uglify-es
Version:
gulp stream to uglify with 'terser' (es6 supported).
65 lines (64 loc) • 1.49 kB
JSON
{
"name": "gulp-uglify-es",
"version": "3.0.0",
"description": "gulp stream to uglify with 'terser' (es6 supported).",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
"lib/"
],
"scripts": {
"test": "gulp build && just-test",
"prepublishOnly": "gulp clean && gulp build && just-test"
},
"author": {
"name": "Itay Ronen",
"url": "https://gitlab.com/itayronen"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/itayronen/gulp-uglify-es.git"
},
"homepage": "https://gitlab.com/itayronen/gulp-uglify-es",
"license": "MIT",
"keywords": [
"minify",
"uglify",
"uglify-es",
"uglify-es6",
"terser",
"es",
"es6",
"gulp",
"gulpplugin"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"o-stream": "^0.3.0",
"plugin-error": "^1.0.1",
"terser": "^5.7.1",
"vinyl": "^2.2.1",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/gulp-sourcemaps": "0.0.35",
"@types/node": "^16.4.3",
"@types/plugin-error": "^1.0.0",
"@types/vinyl": "^2.0.5",
"chai": "^4.3.4",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-read": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"itay-gulp-changed": "^1.2.0",
"just-test-api": "^1.1.0",
"just-test-node": "^1.5.0",
"merge2": "^1.4.1",
"typescript": "^4.3.5"
}
}