mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-16 02:03:09 +08:00
82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
|
"name": "gulp-uglify",
|
|
"description": "Minify files with UglifyJS.",
|
|
"version": "1.5.4",
|
|
"author": {
|
|
"name": "Terin Stock",
|
|
"email": "terinjokes@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/terinjokes/gulp-uglify/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
},
|
|
"xo": {
|
|
"space": true
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"minifier.js",
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"test": "xo && istanbul cover ./node_modules/tape/bin/tape test/*.js",
|
|
"coverage": "cat ./coverage/lcov.info | coveralls"
|
|
},
|
|
"gitHead": "80da765a266cb7ff9d034a73bde0abe18d72d6de",
|
|
"_id": "gulp-uglify@1.5.4",
|
|
"_shasum": "524788d87666d09f9d0c21fb2177f90039a658c9",
|
|
"_from": "gulp-uglify@>=1.0.0 <2.0.0",
|
|
"_npmVersion": "2.15.5",
|
|
"_nodeVersion": "4.4.5",
|
|
"_npmUser": {
|
|
"name": "terinjokes",
|
|
"email": "terinjokes@gmail.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "524788d87666d09f9d0c21fb2177f90039a658c9",
|
|
"tarball": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.5.4.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "terinjokes",
|
|
"email": "terinjokes@gmail.com"
|
|
}
|
|
],
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/gulp-uglify-1.5.4.tgz_1466626831389_0.47820967994630337"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.5.4.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|