wishthis/node_modules/gulp-clean-css/package.json
2022-02-23 17:41:13 +01:00

100 lines
2.2 KiB
JSON

{
"_args": [
[
"gulp-clean-css@4.3.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-clean-css@4.3.0",
"_id": "gulp-clean-css@4.3.0",
"_inBundle": false,
"_integrity": "sha512-mGyeT3qqFXTy61j0zOIciS4MkYziF2U594t2Vs9rUnpkEHqfu6aDITMp8xOvZcvdX61Uz3y1mVERRYmjzQF5fg==",
"_location": "/gulp-clean-css",
"_phantomChildren": {
"readable-stream": "2.3.7"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-clean-css@4.3.0",
"name": "gulp-clean-css",
"escapedName": "gulp-clean-css",
"rawSpec": "4.3.0",
"saveSpec": null,
"fetchSpec": "4.3.0"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-4.3.0.tgz",
"_spec": "4.3.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "scniro"
},
"bugs": {
"url": "https://github.com/scniro/gulp-clean-css/issues",
"email": "scniro@outlook.com"
},
"dependencies": {
"clean-css": "4.2.3",
"plugin-error": "1.0.1",
"through2": "3.0.1",
"vinyl-sourcemaps-apply": "0.2.1"
},
"description": "Minify css with clean-css.",
"devDependencies": {
"chai": "4.2.0",
"chai-string": "1.5.0",
"coveralls": "3.0.9",
"express": "4.17.1",
"fancy-log": "1.3.3",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-rename": "2.0.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"mocha": "7.1.0",
"nyc": "15.0.0",
"vinyl": "2.2.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
"keywords": [
"css",
"clean",
"minify",
"uglify",
"clean-css",
"minify-css",
"gulp-minify-css",
"gulp-clean-css",
"gulpplugin",
"gulpfriendly"
],
"license": "MIT",
"name": "gulp-clean-css",
"nyc": {
"report-dir": "./.coverage",
"reporter": [
"lcov",
"text"
],
"include": [
"index.js"
],
"sourceMap": false,
"temp-dir": "./.coverage/.nyc_output"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scniro/gulp-clean-css.git"
},
"scripts": {
"cover": "nyc npm test",
"test": "mocha ./index.spec.js"
},
"version": "4.3.0"
}