mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"name": "gulp-clean-css",
|
|
"description": "Minify css with clean-css.",
|
|
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
|
|
"version": "3.9.3",
|
|
"author": {
|
|
"name": "scniro"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/scniro/gulp-clean-css/issues",
|
|
"email": "scniro@outlook.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/scniro/gulp-clean-css.git"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"css",
|
|
"clean",
|
|
"minify",
|
|
"uglify",
|
|
"clean-css",
|
|
"minify-css",
|
|
"gulp-minify-css",
|
|
"gulp-clean-css",
|
|
"gulpplugin",
|
|
"gulpfriendly"
|
|
],
|
|
"dependencies": {
|
|
"clean-css": "4.1.11",
|
|
"plugin-error": "1.0.1",
|
|
"through2": "2.0.3",
|
|
"vinyl-sourcemaps-apply": "0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "4.1.2",
|
|
"chai-string": "1.4.0",
|
|
"coveralls": "3.0.0",
|
|
"express": "4.16.2",
|
|
"fancy-log": "1.3.2",
|
|
"gulp": "3.9.1",
|
|
"gulp-concat": "2.6.1",
|
|
"gulp-istanbul": "1.1.3",
|
|
"gulp-mocha": "5.0.0",
|
|
"gulp-rename": "1.2.2",
|
|
"gulp-sass": "3.1.0",
|
|
"gulp-sourcemaps": "2.6.4",
|
|
"mocha": "5.0.4",
|
|
"vinyl": "2.1.0",
|
|
"vinyl-buffer": "1.0.1",
|
|
"vinyl-fs-fake": "1.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp test"
|
|
},
|
|
"gitHead": "8479e19385de349e740a5dceb01e73a43de6401c",
|
|
"_id": "gulp-clean-css@3.9.3",
|
|
"_npmVersion": "5.6.0",
|
|
"_nodeVersion": "9.4.0",
|
|
"_npmUser": {
|
|
"name": "scniro",
|
|
"email": "salvatore.niro@outlook.com"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-mw5Qrio7W3rvswmVlZ7eaxOhBIp6zQMBFLgcHoi/xbOtaKT5zmElkHt8mvbRre7fMt5eLgppIkW+j9Cm+O/UqQ==",
|
|
"shasum": "47bf7ad62f44970f86e4ac4bdeed68ad904e65c5",
|
|
"tarball": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-3.9.3.tgz",
|
|
"fileCount": 4,
|
|
"unpackedSize": 7766
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "scniro",
|
|
"email": "salvatore.niro@outlook.com"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/gulp-clean-css_3.9.3_1520553781503_0.2610343492567899"
|
|
},
|
|
"_shasum": "47bf7ad62f44970f86e4ac4bdeed68ad904e65c5",
|
|
"_resolved": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-3.9.3.tgz",
|
|
"_from": "gulp-clean-css@*"
|
|
}
|