1
Fork 0

Add css beautify to Gulp to make css readable

This commit is contained in:
Bauke 2018-06-20 15:40:10 +02:00
parent 54f8e1b89f
commit 84a6eca3db
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
15 changed files with 2725 additions and 20 deletions

View File

@ -1 +1,173 @@
@-moz-document domain('notabug.io'){.thing .title{color:#8be9fd}.thing .title:hover,.thing .title:active,.thing .title:focus{color:#ff79c6}.thing .title:visited{color:#ff79c6}#header{border-bottom:2px solid #44475a;background-color:#282a36}.tabmenu li a{color:#f8f8f2;background-color:#44475a;padding:5px 10px 0px 10px}.tabmenu li.selected a{color:#f8f8f2;border:none;background-color:#6272a4}#header-bottom-right{color:#f8f8f2;border-radius:0;background-color:#44475a;padding:6px 10px}body{color:#f8f8f2;background-color:#44475a}a{color:#8be9fd}a:hover,a:active,a:focus{color:#ff79c6}blockquote,.md blockquote{color:#f8f8f2;background-color:#282a36;border-left-color:#f8f8f2}hr,.md hr{background-color:#6272a4}pre,.md pre{color:#f8f8f2;background-color:#44475a;border-radius:0;border:none}.side{background-color:#282a36;margin:0}.side .login-form-side{margin:0 10px;border:none}.side .login-form-side .status{margin:7px 0px 0px 0px;border:none;padding:10px;font-weight:bold}.side .login-form-side input[type='password'],.side .login-form-side input[type='text']{width:100%;margin:7px 0px 0px 0px;border:1px solid #6272a4;color:#f8f8f2;background-color:#44475a;font-family:sans-serif;font-weight:bold}.side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder{color:#f8f8f2;font-family:sans-serif;font-weight:bold}.side .login-form-side .submit{margin:7px 0px 0px 0px}.side .login-form-side .submit button{padding:4px 48px;border-radius:0;border:1px solid #6272a4;color:#f8f8f2;background-color:#44475a}.side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus{background-color:#6272a4}.side .reddit-infobar{color:#282a36;background-color:#f1fa8c;border:none;margin:0px 10px}.side .morelink{margin:0px 10px;border:1px solid #6272a4;background:none;background-color:#44475a}.side .morelink .nub{background:none}.side .morelink a{color:#8be9fd}.side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus{color:#ff79c6}.side .titlebox{margin:0px 10px}.side .md{color:#f8f8f2}.side pre,.side .md pre{overflow:hidden}.side .bottom{color:#f8f8f2;border:none;padding-top:4px}.side .spacer{margin:7px 0px}.side hr{display:none}.error,.red{color:#282a36;background-color:#f55}}
@-moz-document domain('notabug.io') {
.thing .title {
color: #8be9fd
}
.thing .title:hover,.thing .title:active,.thing .title:focus {
color: #ff79c6
}
.thing .title:visited {
color: #ff79c6
}
#header {
border-bottom: 2px solid #44475a;
background-color: #282a36
}
.tabmenu li a {
color: #f8f8f2;
background-color: #44475a;
padding: 5px 10px 0px 10px
}
.tabmenu li.selected a {
color: #f8f8f2;
border: none;
background-color: #6272a4
}
#header-bottom-right {
color: #f8f8f2;
border-radius: 0;
background-color: #44475a;
padding: 6px 10px
}
body {
color: #f8f8f2;
background-color: #44475a
}
a {
color: #8be9fd
}
a:hover,a:active,a:focus {
color: #ff79c6
}
blockquote,.md blockquote {
color: #f8f8f2;
background-color: #282a36;
border-left-color: #f8f8f2
}
hr,.md hr {
background-color: #6272a4
}
pre,.md pre {
color: #f8f8f2;
background-color: #44475a;
border-radius: 0;
border: none
}
.side {
background-color: #282a36;
margin: 0
}
.side .login-form-side {
margin: 0 10px;
border: none
}
.side .login-form-side .status {
margin: 7px 0px 0px 0px;
border: none;
padding: 10px;
font-weight: bold
}
.side .login-form-side input[type='password'],.side .login-form-side input[type='text'] {
width: 100%;
margin: 7px 0px 0px 0px;
border: 1px solid #6272a4;
color: #f8f8f2;
background-color: #44475a;
font-family: sans-serif;
font-weight: bold
}
.side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder {
color: #f8f8f2;
font-family: sans-serif;
font-weight: bold
}
.side .login-form-side .submit {
margin: 7px 0px 0px 0px
}
.side .login-form-side .submit button {
padding: 4px 48px;
border-radius: 0;
border: 1px solid #6272a4;
color: #f8f8f2;
background-color: #44475a
}
.side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus {
background-color: #6272a4
}
.side .reddit-infobar {
color: #282a36;
background-color: #f1fa8c;
border: none;
margin: 0px 10px
}
.side .morelink {
margin: 0px 10px;
border: 1px solid #6272a4;
background: none;
background-color: #44475a
}
.side .morelink .nub {
background: none
}
.side .morelink a {
color: #8be9fd
}
.side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus {
color: #ff79c6
}
.side .titlebox {
margin: 0px 10px
}
.side .md {
color: #f8f8f2
}
.side pre,.side .md pre {
overflow: hidden
}
.side .bottom {
color: #f8f8f2;
border: none;
padding-top: 4px
}
.side .spacer {
margin: 7px 0px
}
.side hr {
display: none
}
.error,.red {
color: #282a36;
background-color: #f55
}
}

View File

@ -1,11 +1,183 @@
/* ==UserStyle==
@name Notabug Dracula
@namespace notabug.io
@version 1.0.1
@version 1.0.2
@author Bauke
@description Dracula theme for notabug.io
@homepageURL https://gitlab.com/Bauke/styles
@supportURL https://gitlab.com/Bauke/styles/issues
@license MIT
==/UserStyle== */
@-moz-document domain('notabug.io'){.thing .title{color:#8be9fd}.thing .title:hover,.thing .title:active,.thing .title:focus{color:#ff79c6}.thing .title:visited{color:#ff79c6}#header{border-bottom:2px solid #44475a;background-color:#282a36}.tabmenu li a{color:#f8f8f2;background-color:#44475a;padding:5px 10px 0px 10px}.tabmenu li.selected a{color:#f8f8f2;border:none;background-color:#6272a4}#header-bottom-right{color:#f8f8f2;border-radius:0;background-color:#44475a;padding:6px 10px}body{color:#f8f8f2;background-color:#44475a}a{color:#8be9fd}a:hover,a:active,a:focus{color:#ff79c6}blockquote,.md blockquote{color:#f8f8f2;background-color:#282a36;border-left-color:#f8f8f2}hr,.md hr{background-color:#6272a4}pre,.md pre{color:#f8f8f2;background-color:#44475a;border-radius:0;border:none}.side{background-color:#282a36;margin:0}.side .login-form-side{margin:0 10px;border:none}.side .login-form-side .status{margin:7px 0px 0px 0px;border:none;padding:10px;font-weight:bold}.side .login-form-side input[type='password'],.side .login-form-side input[type='text']{width:100%;margin:7px 0px 0px 0px;border:1px solid #6272a4;color:#f8f8f2;background-color:#44475a;font-family:sans-serif;font-weight:bold}.side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder{color:#f8f8f2;font-family:sans-serif;font-weight:bold}.side .login-form-side .submit{margin:7px 0px 0px 0px}.side .login-form-side .submit button{padding:4px 48px;border-radius:0;border:1px solid #6272a4;color:#f8f8f2;background-color:#44475a}.side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus{background-color:#6272a4}.side .reddit-infobar{color:#282a36;background-color:#f1fa8c;border:none;margin:0px 10px}.side .morelink{margin:0px 10px;border:1px solid #6272a4;background:none;background-color:#44475a}.side .morelink .nub{background:none}.side .morelink a{color:#8be9fd}.side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus{color:#ff79c6}.side .titlebox{margin:0px 10px}.side .md{color:#f8f8f2}.side pre,.side .md pre{overflow:hidden}.side .bottom{color:#f8f8f2;border:none;padding-top:4px}.side .spacer{margin:7px 0px}.side hr{display:none}.error,.red{color:#282a36;background-color:#f55}}
@-moz-document domain('notabug.io') {
.thing .title {
color: #8be9fd
}
.thing .title:hover,.thing .title:active,.thing .title:focus {
color: #ff79c6
}
.thing .title:visited {
color: #ff79c6
}
#header {
border-bottom: 2px solid #44475a;
background-color: #282a36
}
.tabmenu li a {
color: #f8f8f2;
background-color: #44475a;
padding: 5px 10px 0px 10px
}
.tabmenu li.selected a {
color: #f8f8f2;
border: none;
background-color: #6272a4
}
#header-bottom-right {
color: #f8f8f2;
border-radius: 0;
background-color: #44475a;
padding: 6px 10px
}
body {
color: #f8f8f2;
background-color: #44475a
}
a {
color: #8be9fd
}
a:hover,a:active,a:focus {
color: #ff79c6
}
blockquote,.md blockquote {
color: #f8f8f2;
background-color: #282a36;
border-left-color: #f8f8f2
}
hr,.md hr {
background-color: #6272a4
}
pre,.md pre {
color: #f8f8f2;
background-color: #44475a;
border-radius: 0;
border: none
}
.side {
background-color: #282a36;
margin: 0
}
.side .login-form-side {
margin: 0 10px;
border: none
}
.side .login-form-side .status {
margin: 7px 0px 0px 0px;
border: none;
padding: 10px;
font-weight: bold
}
.side .login-form-side input[type='password'],.side .login-form-side input[type='text'] {
width: 100%;
margin: 7px 0px 0px 0px;
border: 1px solid #6272a4;
color: #f8f8f2;
background-color: #44475a;
font-family: sans-serif;
font-weight: bold
}
.side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder {
color: #f8f8f2;
font-family: sans-serif;
font-weight: bold
}
.side .login-form-side .submit {
margin: 7px 0px 0px 0px
}
.side .login-form-side .submit button {
padding: 4px 48px;
border-radius: 0;
border: 1px solid #6272a4;
color: #f8f8f2;
background-color: #44475a
}
.side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus {
background-color: #6272a4
}
.side .reddit-infobar {
color: #282a36;
background-color: #f1fa8c;
border: none;
margin: 0px 10px
}
.side .morelink {
margin: 0px 10px;
border: 1px solid #6272a4;
background: none;
background-color: #44475a
}
.side .morelink .nub {
background: none
}
.side .morelink a {
color: #8be9fd
}
.side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus {
color: #ff79c6
}
.side .titlebox {
margin: 0px 10px
}
.side .md {
color: #f8f8f2
}
.side pre,.side .md pre {
overflow: hidden
}
.side .bottom {
color: #f8f8f2;
border: none;
padding-top: 4px
}
.side .spacer {
margin: 7px 0px
}
.side hr {
display: none
}
.error,.red {
color: #282a36;
background-color: #f55
}
}

View File

@ -1 +1,33 @@
@-moz-document domain('tildes.net'){.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt{display:none !important}.topic-listing .topic-metadata,.post-listing .topic-metadata{display:inline-flex !important;height:1.3em !important;max-width:200px !important;overflow:hidden !important;white-space:nowrap !important}.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li{display:none !important}.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3){display:inherit !important}.topic-listing .topic-info,.post-listing .topic-info{width:500px !important}.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label{display:none !important}.post-listing .post-buttons,.post-listing .comment-votes{display:none !important}}
@-moz-document domain('tildes.net') {
.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt {
display: none !important
}
.topic-listing .topic-metadata,.post-listing .topic-metadata {
display: inline-flex !important;
height: 1.3em !important;
max-width: 200px !important;
overflow: hidden !important;
white-space: nowrap !important
}
.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li {
display: none !important
}
.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3) {
display: inherit !important
}
.topic-listing .topic-info,.post-listing .topic-info {
width: 500px !important
}
.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label {
display: none !important
}
.post-listing .post-buttons,.post-listing .comment-votes {
display: none !important
}
}

View File

@ -1,11 +1,43 @@
/* ==UserStyle==
@name Tildes Compact
@namespace tildes.net
@version 1.0.1
@version 1.0.2
@author Bauke
@description Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.
@homepageURL https://gitlab.com/Bauke/styles
@supportURL https://gitlab.com/Bauke/styles/issues
@license MIT
==/UserStyle== */
@-moz-document domain('tildes.net'){.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt{display:none !important}.topic-listing .topic-metadata,.post-listing .topic-metadata{display:inline-flex !important;height:1.3em !important;max-width:200px !important;overflow:hidden !important;white-space:nowrap !important}.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li{display:none !important}.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3){display:inherit !important}.topic-listing .topic-info,.post-listing .topic-info{width:500px !important}.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label{display:none !important}.post-listing .post-buttons,.post-listing .comment-votes{display:none !important}}
@-moz-document domain('tildes.net') {
.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt {
display: none !important
}
.topic-listing .topic-metadata,.post-listing .topic-metadata {
display: inline-flex !important;
height: 1.3em !important;
max-width: 200px !important;
overflow: hidden !important;
white-space: nowrap !important
}
.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li {
display: none !important
}
.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3) {
display: inherit !important
}
.topic-listing .topic-info,.post-listing .topic-info {
width: 500px !important
}
.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label {
display: none !important
}
.post-listing .post-buttons,.post-listing .comment-votes {
display: none !important
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,4 @@
const beautify = require('gulp-cssbeautify')
const gulp = require('gulp')
const eslint = require('gulp-eslint')
const stylelint = require('gulp-stylelint')
@ -30,8 +31,12 @@ gulp.task('build:prod', () => {
const options = {
outputStyle: 'compressed'
}
const bOptions = {
indent: ' '
}
return gulp.src('sass/**/*.sass')
.pipe(sass(options).on('error', sass.logError))
.pipe(beautify(bOptions))
.pipe(gulp.dest('css'))
})

View File

@ -24,6 +24,7 @@
"devDependencies": {
"eslint": "^4.19.1",
"gulp": "^3.9.1",
"gulp-cssbeautify": "^1.0.0",
"gulp-eslint": "^4.0.2",
"gulp-sass": "^4.0.1",
"gulp-stylelint": "^7.0.0",

View File

@ -4,11 +4,11 @@
"options": {
"name": "Notabug Dracula",
"namespace": "notabug.io",
"version": "1.0.1",
"version": "1.0.2",
"author": "Bauke",
"description": "Dracula theme for notabug.io",
"homepageURL": "https://gitlab.com/Bauke/styles",
"supportURL": "https://gitlab.com/Bauke/styles/issues",
"license": "MIT"
}
}
}

View File

@ -4,11 +4,11 @@
"options": {
"name": "Tildes Compact",
"namespace": "tildes.net",
"version": "1.0.1",
"version": "1.0.2",
"author": "Bauke",
"description": "Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.",
"homepageURL": "https://gitlab.com/Bauke/styles",
"supportURL": "https://gitlab.com/Bauke/styles/issues",
"license": "MIT"
}
}
}

View File

@ -4,11 +4,11 @@
"options": {
"name": "Tildes Dracula",
"namespace": "tildes.net",
"version": "1.0.1",
"version": "1.0.2",
"author": "Bauke",
"description": "Dracula theme for Tildes.net",
"homepageURL": "https://gitlab.com/Bauke/styles",
"supportURL": "https://gitlab.com/Bauke/styles/issues",
"license": "MIT"
}
}
}

View File

@ -4,11 +4,11 @@
"options": {
"name": "Tildes Monokai",
"namespace": "tildes.net",
"version": "1.1.0",
"version": "1.1.1",
"author": "Bauke",
"description": "Monokai theme for Tildes.net",
"homepageURL": "https://gitlab.com/Bauke/styles",
"supportURL": "https://gitlab.com/Bauke/styles/issues",
"license": "MIT"
}
}
}

View File

@ -74,6 +74,12 @@ ansi-colors@^1.0.1:
dependencies:
ansi-wrap "^0.1.0"
ansi-cyan@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/ansi-cyan/-/ansi-cyan-0.1.1.tgz#538ae528af8982f28ae30d86f2f17456d2609873"
dependencies:
ansi-wrap "0.1.0"
ansi-escapes@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30"
@ -84,6 +90,12 @@ ansi-gray@^0.1.1:
dependencies:
ansi-wrap "0.1.0"
ansi-red@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/ansi-red/-/ansi-red-0.1.1.tgz#8c638f9d1080800a353c9c28c8a81ca4705d946c"
dependencies:
ansi-wrap "0.1.0"
ansi-regex@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
@ -127,6 +139,13 @@ argparse@^1.0.7:
dependencies:
sprintf-js "~1.0.2"
arr-diff@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-1.1.0.tgz#687c32758163588fef7de7b36fabe495eb1a399a"
dependencies:
arr-flatten "^1.0.1"
array-slice "^0.2.3"
arr-diff@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
@ -141,6 +160,10 @@ arr-flatten@^1.0.1, arr-flatten@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
arr-union@^2.0.1:
version "2.1.0"
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-2.1.0.tgz#20f9eab5ec70f5c7d215b1077b1c39161d292c7d"
arr-union@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
@ -161,6 +184,10 @@ array-iterate@^1.0.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.2.tgz#f66a57e84426f8097f4197fbb6c051b8e5cdf7d8"
array-slice@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5"
array-slice@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-1.1.0.tgz#e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4"
@ -593,6 +620,10 @@ cryptiles@2.x.x:
dependencies:
boom "2.x.x"
cssbeautify@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/cssbeautify/-/cssbeautify-0.3.1.tgz#12dd1f734035c2e6faca67dcbdcef74e42811397"
currently-unhandled@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@ -901,6 +932,12 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
dependencies:
homedir-polyfill "^1.0.1"
extend-shallow@^1.1.2:
version "1.1.4"
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-1.1.4.tgz#19d6bf94dfc09d76ba711f39b872d21ff4dd9071"
dependencies:
kind-of "^1.1.0"
extend-shallow@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
@ -1361,6 +1398,14 @@ graceful-fs@~1.2.0:
version "1.2.3"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-1.2.3.tgz#15a4806a57547cb2d2dbf27f42e89a8c3451b364"
gulp-cssbeautify@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/gulp-cssbeautify/-/gulp-cssbeautify-1.0.0.tgz#b2326b9873a4fe8a49fa36e4ab3f7c5baae295e2"
dependencies:
cssbeautify "^0.3.1"
plugin-error "^0.1.2"
through2 "^2.0.3"
gulp-eslint@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/gulp-eslint/-/gulp-eslint-4.0.2.tgz#18a2a6768e4404cbf3e203239cb57474168fa606"
@ -2010,6 +2055,10 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"
kind-of@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-1.1.0.tgz#140a3d2d41a36d2efcfa9377b62c24f8495a5c44"
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
version "3.2.2"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
@ -2788,6 +2837,16 @@ pinkie@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
plugin-error@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/plugin-error/-/plugin-error-0.1.2.tgz#3b9bb3335ccf00f425e07437e19276967da47ace"
dependencies:
ansi-cyan "^0.1.1"
ansi-red "^0.1.1"
arr-diff "^1.0.1"
arr-union "^2.0.1"
extend-shallow "^1.1.2"
plugin-error@^1.0.0, plugin-error@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/plugin-error/-/plugin-error-1.0.1.tgz#77016bd8919d0ac377fdcdd0322328953ca5781c"