115 lines
2.8 KiB
JSON
115 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "gulp-uglify@^1.5.4",
|
|
"scope": null,
|
|
"escapedName": "gulp-uglify",
|
|
"name": "gulp-uglify",
|
|
"rawSpec": "^1.5.4",
|
|
"spec": ">=1.5.4 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"D:\\web\\layui\\res\\layui"
|
|
]
|
|
],
|
|
"_from": "gulp-uglify@>=1.5.4 <2.0.0",
|
|
"_id": "gulp-uglify@1.5.4",
|
|
"_inCache": true,
|
|
"_location": "/gulp-uglify",
|
|
"_nodeVersion": "4.4.5",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/gulp-uglify-1.5.4.tgz_1466626831389_0.47820967994630337"
|
|
},
|
|
"_npmUser": {
|
|
"name": "terinjokes",
|
|
"email": "terinjokes@gmail.com"
|
|
},
|
|
"_npmVersion": "2.15.5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "gulp-uglify@^1.5.4",
|
|
"scope": null,
|
|
"escapedName": "gulp-uglify",
|
|
"name": "gulp-uglify",
|
|
"rawSpec": "^1.5.4",
|
|
"spec": ">=1.5.4 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.5.4.tgz",
|
|
"_shasum": "524788d87666d09f9d0c21fb2177f90039a658c9",
|
|
"_shrinkwrap": null,
|
|
"_spec": "gulp-uglify@^1.5.4",
|
|
"_where": "D:\\web\\layui\\res\\layui",
|
|
"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"
|
|
},
|
|
"description": "Minify files with UglifyJS.",
|
|
"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"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "524788d87666d09f9d0c21fb2177f90039a658c9",
|
|
"tarball": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.5.4.tgz"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"minifier.js",
|
|
"lib/"
|
|
],
|
|
"gitHead": "80da765a266cb7ff9d034a73bde0abe18d72d6de",
|
|
"homepage": "https://github.com/terinjokes/gulp-uglify/",
|
|
"keywords": [
|
|
"gulpplugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "terinjokes",
|
|
"email": "terinjokes@gmail.com"
|
|
}
|
|
],
|
|
"name": "gulp-uglify",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/terinjokes/gulp-uglify.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "cat ./coverage/lcov.info | coveralls",
|
|
"test": "xo && istanbul cover ./node_modules/tape/bin/tape test/*.js"
|
|
},
|
|
"version": "1.5.4",
|
|
"xo": {
|
|
"space": true
|
|
}
|
|
}
|