99 lines
2.3 KiB
JSON
99 lines
2.3 KiB
JSON
|
{
|
||
|
"_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.3"
|
||
|
},
|
||
|
"_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": [
|
||
|
"#DEV:/",
|
||
|
"#USER"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-4.3.0.tgz",
|
||
|
"_shasum": "5b1e73f2fca46703eb636014cdd4553cea65146d",
|
||
|
"_spec": "gulp-clean-css@4.3.0",
|
||
|
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme",
|
||
|
"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"
|
||
|
}
|