76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"_from": "gulp-cssnano@^2.1.3",
|
|
"_id": "gulp-cssnano@2.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-r8qdX5pTXsBb/IRm9loE8Ijz8UiPW/URMC/bKJe4FPNHRaz4aEx8Bev03L0FYHd/7BSGu/ebmfumAkpGuTdenA==",
|
|
"_location": "/gulp-cssnano",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gulp-cssnano@^2.1.3",
|
|
"name": "gulp-cssnano",
|
|
"escapedName": "gulp-cssnano",
|
|
"rawSpec": "^2.1.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-cssnano/-/gulp-cssnano-2.1.3.tgz",
|
|
"_shasum": "02007e2817af09b3688482b430ad7db807aebf72",
|
|
"_spec": "gulp-cssnano@^2.1.3",
|
|
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/t-latehome/wp-content/plugins/opal-estate-pro",
|
|
"author": {
|
|
"name": "Ben Briggs",
|
|
"email": "beneb.info@gmail.com",
|
|
"url": "http://beneb.info"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ben-eb/gulp-cssnano/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"cssnano": "^3.0.0",
|
|
"object-assign": "^4.0.1",
|
|
"plugin-error": "^1.0.1",
|
|
"vinyl-sourcemaps-apply": "^0.2.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Minify CSS with cssnano.",
|
|
"devDependencies": {
|
|
"gulp-sourcemaps": "^1.5.2",
|
|
"tap-spec": "^4.0.2",
|
|
"tape": "^4.0.0",
|
|
"vinyl": "^2.1.0"
|
|
},
|
|
"files": [
|
|
"LICENSE-MIT",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/ben-eb/gulp-cssnano",
|
|
"keywords": [
|
|
"cssnano",
|
|
"minify",
|
|
"minification",
|
|
"optimise",
|
|
"optimisation",
|
|
"css",
|
|
"gulpplugin",
|
|
"postcss"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "gulp-cssnano",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ben-eb/gulp-cssnano.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test.js | tap-spec"
|
|
},
|
|
"version": "2.1.3"
|
|
}
|