1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/gulp-cssmin/package.json

84 lines
2.2 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "gulp-cssmin@^0.1.7",
2023-12-18 13:12:25 +08:00
"_id": "gulp-cssmin@0.1.7",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-ApBNqhu5eLRSMAqf5AWCAgxQw/8qf+HVCyXfEBjc0jyKy7qCt2KvJe6EaDapj6ULzubVZWQ5lvFsgMx4mAiPtQ==",
2023-12-18 13:12:25 +08:00
"_location": "/gulp-cssmin",
"_phantomChildren": {
"clone-stats": "0.0.1",
2024-01-16 21:26:16 +08:00
"core-util-is": "1.0.3",
2023-12-18 13:12:25 +08:00
"escape-string-regexp": "1.0.5",
"get-stdin": "4.0.1",
"inherits": "2.0.4",
"isarray": "0.0.1",
"lodash._escapehtmlchar": "2.4.1",
"lodash._escapestringchar": "2.4.1",
"lodash._isnative": "2.4.1",
"lodash._reunescapedhtml": "2.4.1",
"lodash._shimkeys": "2.4.1",
"lodash.defaults": "2.4.1",
"lodash.isobject": "2.4.1",
"lodash.values": "2.4.1",
"map-stream": "0.0.4",
"meow": "3.7.0",
"multipipe": "0.1.2",
"string_decoder": "0.10.31"
},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "gulp-cssmin@^0.1.7",
2023-12-18 13:12:25 +08:00
"name": "gulp-cssmin",
"escapedName": "gulp-cssmin",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.1.7",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.1.7"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/element-theme"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/gulp-cssmin/-/gulp-cssmin-0.1.7.tgz",
"_shasum": "f576fe5211d107baa9401504249bf87aed1556bd",
"_spec": "gulp-cssmin@^0.1.7",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\element-theme",
2023-12-18 13:12:25 +08:00
"author": {
"name": "chilijung"
},
"bugs": {
"url": "https://github.com/chilijung/gulp-cssmin/issues/"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"clean-css": "^3.1.9",
"filesize": "~2.0.0",
"graceful-fs": "~2.0.0",
"gulp-rename": "~1.1.0",
"gulp-util": "~2.2.0",
"map-stream": "0.0.4",
"temp-write": "~0.1.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "minify css using gulp",
"devDependencies": {
"mocha": "~1.17.1"
},
"homepage": "https://github.com/chilijung/gulp-cssmin/",
"keywords": [
"gulpjs",
"gulpplugin",
"min",
"css"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-cssmin",
"repository": {
"type": "git",
"url": "git+https://github.com/chilijung/gulp-cssmin.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.7"
}