ubdate
This commit is contained in:
98
node_modules/gulp-clean-css/package.json
generated
vendored
Normal file
98
node_modules/gulp-clean-css/package.json
generated
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"_from": "gulp-clean-css",
|
||||
"_id": "gulp-clean-css@4.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-mGyeT3qqFXTy61j0zOIciS4MkYziF2U594t2Vs9rUnpkEHqfu6aDITMp8xOvZcvdX61Uz3y1mVERRYmjzQF5fg==",
|
||||
"_location": "/gulp-clean-css",
|
||||
"_phantomChildren": {
|
||||
"readable-stream": "2.3.7"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "gulp-clean-css",
|
||||
"name": "gulp-clean-css",
|
||||
"escapedName": "gulp-clean-css",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-4.3.0.tgz",
|
||||
"_shasum": "5b1e73f2fca46703eb636014cdd4553cea65146d",
|
||||
"_spec": "gulp-clean-css",
|
||||
"_where": "/var/www/html/jason/WeihnachtenMelly",
|
||||
"author": {
|
||||
"name": "scniro"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/scniro/gulp-clean-css/issues",
|
||||
"email": "scniro@outlook.com"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"clean-css": "4.2.3",
|
||||
"plugin-error": "1.0.1",
|
||||
"through2": "3.0.1",
|
||||
"vinyl-sourcemaps-apply": "0.2.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user