Files
old-saburly-blog/node_modules/gulp-clean-css/package.json
2017-10-23 15:54:25 +02:00

86 lines
2.1 KiB
JSON

{
"_from": "gulp-clean-css@^3.9.0",
"_id": "gulp-clean-css@3.9.0",
"_inBundle": false,
"_integrity": "sha512-CsqaSO2ZTMQI/WwbWloZWBudhsRMKgxBthzxt4bbcbWrjOY4pRFziyK9IH6YbTpaWAPKEwWpopPkpiAEoDofxw==",
"_location": "/gulp-clean-css",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-clean-css@^3.9.0",
"name": "gulp-clean-css",
"escapedName": "gulp-clean-css",
"rawSpec": "^3.9.0",
"saveSpec": null,
"fetchSpec": "^3.9.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-3.9.0.tgz",
"_shasum": "e43e4c8d695060f6ba08a154d8e76d0d87b1c822",
"_spec": "gulp-clean-css@^3.9.0",
"_where": "/Users/nina/Documents/Projects/saburly-website2",
"author": {
"name": "scniro"
},
"bugs": {
"url": "https://github.com/scniro/gulp-clean-css/issues",
"email": "scniro@outlook.com"
},
"bundleDependencies": false,
"dependencies": {
"clean-css": "4.1.9",
"gulp-util": "3.0.8",
"through2": "2.0.3",
"vinyl-sourcemaps-apply": "0.2.1"
},
"deprecated": false,
"description": "Minify css with clean-css.",
"devDependencies": {
"chai": "4.1.2",
"chai-string": "1.4.0",
"coveralls": "2.13.1",
"del": "3.0.0",
"express": "4.15.4",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-istanbul": "1.1.2",
"gulp-mocha": "4.3.1",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "2.6.1",
"mocha": "3.5.3",
"vinyl": "2.1.0",
"vinyl-buffer": "1.0.0",
"vinyl-fs-fake": "1.1.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",
"repository": {
"type": "git",
"url": "git+https://github.com/scniro/gulp-clean-css.git"
},
"scripts": {
"test": "gulp test"
},
"version": "3.9.0"
}