69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"_from": "gulp-minify",
|
|
"_id": "gulp-minify@3.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ixF41aYg+NQikI8hpoHdEclYcQkbGdXQu1CBdHaU7Epg8H6e8d2jWXw1+rBPgYwl/XpKgjHj7NI6gkhoSNSSAg==",
|
|
"_location": "/gulp-minify",
|
|
"_phantomChildren": {
|
|
"brace-expansion": "1.1.11",
|
|
"clone-buffer": "1.0.0",
|
|
"cloneable-readable": "1.1.2",
|
|
"remove-trailing-separator": "1.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "gulp-minify",
|
|
"name": "gulp-minify",
|
|
"escapedName": "gulp-minify",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-minify/-/gulp-minify-3.1.0.tgz",
|
|
"_shasum": "9ed9e09f6bfca64e99cd0427bc8e90d44e736770",
|
|
"_spec": "gulp-minify",
|
|
"_where": "/var/www/html/autocompletion",
|
|
"author": {
|
|
"name": "308512341@qq.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hustxiaoc/gulp-minify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ansi-colors": "^1.0.1",
|
|
"minimatch": "^3.0.2",
|
|
"plugin-error": "^0.1.2",
|
|
"terser": "^3.7.6",
|
|
"through2": "^2.0.3",
|
|
"vinyl": "^2.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Js minify plugin for gulp",
|
|
"devDependencies": {
|
|
"gulp": "^4.0.0",
|
|
"mocha": "^5.2.0",
|
|
"rimraf": "^2.6.2"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/hustxiaoc/gulp-minify",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "gulp-minify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hustxiaoc/gulp-minify.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "3.1.0"
|
|
}
|