aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-06-11 01:03:46 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-06-11 01:03:46 +0300
commit3a29aab877dce4276e2ca427f36c9fcc1c450c99 (patch)
tree93836b8a22e62b0d00361eb930124b4ba876ea50
parent7a7770d17d643885448a8c32f6fac2ca45f1d4fc (diff)
downloadnixsap-3a29aab877dce4276e2ca427f36c9fcc1c450c99.tar.gz
Update Js packages for Node.js 8 and naughty npm 5
-rwxr-xr-xmodules/pkgs/nodejs-sass/generate.sh2
-rw-r--r--modules/pkgs/nodejs-sass/main.nix2
-rw-r--r--modules/pkgs/nodejs-sass/node-packages.nix2
-rwxr-xr-xmodules/pkgs/postcss-cli/generate.sh2
-rw-r--r--modules/pkgs/postcss-cli/main.nix2
-rw-r--r--modules/pkgs/postcss-cli/node-packages.nix2
-rwxr-xr-xmodules/pkgs/postcss-plugins/generate.sh2
-rw-r--r--modules/pkgs/postcss-plugins/node-packages.nix1633
-rw-r--r--modules/pkgs/postcss-plugins/plugins.nix2
-rwxr-xr-xmodules/pkgs/sass-lint/generate.sh2
-rw-r--r--modules/pkgs/sass-lint/main.nix2
-rw-r--r--modules/pkgs/sass-lint/node-packages.nix2
12 files changed, 844 insertions, 811 deletions
diff --git a/modules/pkgs/nodejs-sass/generate.sh b/modules/pkgs/nodejs-sass/generate.sh
index dbfef37..16d4673 100755
--- a/modules/pkgs/nodejs-sass/generate.sh
+++ b/modules/pkgs/nodejs-sass/generate.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-node2nix --flatten -i main.json -c main.nix
+node2nix -8 --bypass-cache --flatten -i main.json -c main.nix
diff --git a/modules/pkgs/nodejs-sass/main.nix b/modules/pkgs/nodejs-sass/main.nix
index e635774..fa82945 100644
--- a/modules/pkgs/nodejs-sass/main.nix
+++ b/modules/pkgs/nodejs-sass/main.nix
@@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
- }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-4_x"}:
+ }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
let
nodeEnv = import ./node-env.nix {
diff --git a/modules/pkgs/nodejs-sass/node-packages.nix b/modules/pkgs/nodejs-sass/node-packages.nix
index e018138..1694324 100644
--- a/modules/pkgs/nodejs-sass/node-packages.nix
+++ b/modules/pkgs/nodejs-sass/node-packages.nix
@@ -1863,6 +1863,6 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
} \ No newline at end of file
diff --git a/modules/pkgs/postcss-cli/generate.sh b/modules/pkgs/postcss-cli/generate.sh
index dbfef37..16d4673 100755
--- a/modules/pkgs/postcss-cli/generate.sh
+++ b/modules/pkgs/postcss-cli/generate.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-node2nix --flatten -i main.json -c main.nix
+node2nix -8 --bypass-cache --flatten -i main.json -c main.nix
diff --git a/modules/pkgs/postcss-cli/main.nix b/modules/pkgs/postcss-cli/main.nix
index e635774..fa82945 100644
--- a/modules/pkgs/postcss-cli/main.nix
+++ b/modules/pkgs/postcss-cli/main.nix
@@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
- }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-4_x"}:
+ }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
let
nodeEnv = import ./node-env.nix {
diff --git a/modules/pkgs/postcss-cli/node-packages.nix b/modules/pkgs/postcss-cli/node-packages.nix
index 1190cce..25630a5 100644
--- a/modules/pkgs/postcss-cli/node-packages.nix
+++ b/modules/pkgs/postcss-cli/node-packages.nix
@@ -1838,6 +1838,6 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
} \ No newline at end of file
diff --git a/modules/pkgs/postcss-plugins/generate.sh b/modules/pkgs/postcss-plugins/generate.sh
index 2dac3ce..af4f22a 100755
--- a/modules/pkgs/postcss-plugins/generate.sh
+++ b/modules/pkgs/postcss-plugins/generate.sh
@@ -1,4 +1,4 @@
#!/bin/sh -e
-node2nix --flatten -i plugins.json -c plugins.nix
+node2nix -8 --bypass-cache --flatten -i plugins.json -c plugins.nix
diff --git a/modules/pkgs/postcss-plugins/node-packages.nix b/modules/pkgs/postcss-plugins/node-packages.nix
index 2962ec5..90d0956 100644
--- a/modules/pkgs/postcss-plugins/node-packages.nix
+++ b/modules/pkgs/postcss-plugins/node-packages.nix
@@ -15189,6 +15189,15 @@ let
sha1 = "a60815505508f7188b83b3626987a18feccc1118";
};
};
+ "postcss-grid-kiss-2.0.0" = {
+ name = "postcss-grid-kiss";
+ packageName = "postcss-grid-kiss";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/postcss-grid-kiss/-/postcss-grid-kiss-2.0.0.tgz";
+ sha512 = "0gjy0vmy6nsarljiihv7bvn4dzj1cb7rvisff9x224lvss2pafla105l4g22pyn50n4ka1c5d603c47l8kjgpgcdk9r8hcdm2ibwja2";
+ };
+ };
"postcss-grid-system-0.4.8" = {
name = "postcss-grid-system";
packageName = "postcss-grid-system";
@@ -21607,7 +21616,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
athena-spritesmith = nodeEnv.buildNodePackage {
name = "athena-spritesmith";
@@ -21798,7 +21807,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
autoprefixer = nodeEnv.buildNodePackage {
name = "autoprefixer";
@@ -21832,7 +21841,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
colorguard = nodeEnv.buildNodePackage {
name = "colorguard";
@@ -21879,7 +21888,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
cq-prolyfill = nodeEnv.buildNodePackage {
name = "cq-prolyfill";
@@ -21913,7 +21922,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
css-declaration-sorter = nodeEnv.buildNodePackage {
name = "css-declaration-sorter";
@@ -21942,7 +21951,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
css-mqpacker = nodeEnv.buildNodePackage {
name = "css-mqpacker";
@@ -21971,7 +21980,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
css-utilify = nodeEnv.buildNodePackage {
name = "css-utilify";
@@ -21995,7 +22004,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
csse = nodeEnv.buildNodePackage {
name = "csse";
@@ -22029,7 +22038,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
cssfmt = nodeEnv.buildNodePackage {
name = "cssfmt";
@@ -22083,7 +22092,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
cssnano = nodeEnv.buildNodePackage {
name = "cssnano";
@@ -22199,7 +22208,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
cssnano-paras20xx = nodeEnv.buildNodePackage {
name = "cssnano-paras20xx";
@@ -22312,7 +22321,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
cssnext = nodeEnv.buildNodePackage {
name = "cssnext";
@@ -22625,7 +22634,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
csswring = nodeEnv.buildNodePackage {
name = "csswring";
@@ -22655,7 +22664,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
fis-msprd-autoprefixer_6_6_1 = nodeEnv.buildNodePackage {
name = "fis-msprd-autoprefixer_6_6_1";
@@ -22694,16 +22703,43 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
grid-kiss-playground = nodeEnv.buildNodePackage {
name = "grid-kiss-playground";
packageName = "grid-kiss-playground";
- version = "1.4.2";
+ version = "2.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/grid-kiss-playground/-/grid-kiss-playground-1.4.2.tgz";
- sha512 = "2r2dyykg9053hnx3vjpa8jsfzfmmc4klnvri402sl9b058n2jyls0jxzdy9fbjia9dlg58zz27s9l1d5s1iqvcszv557bl946im22sz";
+ url = "https://registry.npmjs.org/grid-kiss-playground/-/grid-kiss-playground-2.0.0.tgz";
+ sha512 = "286bhpm501ciw08xhhrcklcqd9w9iv9vamjgy7j6xhm2j0nbhgffws4lf7lwgxfzhfzq20d1fx05rymwxs59k0c588r7crng246rnsj";
};
+ dependencies = [
+ sources."ansi-styles-3.2.1"
+ sources."babel-polyfill-6.26.0"
+ (sources."babel-runtime-6.26.0" // {
+ dependencies = [
+ sources."regenerator-runtime-0.11.1"
+ ];
+ })
+ sources."browserslist-3.2.8"
+ sources."caniuse-lite-1.0.30000851"
+ sources."chalk-2.4.1"
+ sources."color-convert-1.9.1"
+ sources."color-name-1.1.3"
+ sources."core-js-2.5.7"
+ sources."css-unit-converter-1.1.1"
+ sources."electron-to-chromium-1.3.48"
+ sources."escape-string-regexp-1.0.5"
+ sources."has-flag-3.0.0"
+ sources."postcss-6.0.22"
+ sources."postcss-grid-kiss-2.0.0"
+ sources."postcss-merge-grid-template-0.6.0"
+ sources."postcss-value-parser-3.3.0"
+ sources."reduce-css-calc-2.1.4"
+ sources."regenerator-runtime-0.10.5"
+ sources."source-map-0.6.1"
+ sources."supports-color-5.4.0"
+ ];
buildInputs = globalBuildInputs;
meta = {
description = "Playground for postcss-grid-kiss";
@@ -22711,7 +22747,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
grunt-css-mqpacker = nodeEnv.buildNodePackage {
name = "grunt-css-mqpacker";
@@ -22763,7 +22799,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
grunt-init-foundation-sites6 = nodeEnv.buildNodePackage {
name = "grunt-init-foundation-sites6";
@@ -22780,7 +22816,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
immutable-css-cli = nodeEnv.buildNodePackage {
name = "immutable-css-cli";
@@ -22890,7 +22926,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
import-postcss = nodeEnv.buildNodePackage {
name = "import-postcss";
@@ -22930,7 +22966,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
kirei-css = nodeEnv.buildNodePackage {
name = "kirei-css";
@@ -23045,7 +23081,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
laggard = nodeEnv.buildNodePackage {
name = "laggard";
@@ -23095,7 +23131,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
level4 = nodeEnv.buildNodePackage {
name = "level4";
@@ -23186,7 +23222,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
list-selectors = nodeEnv.buildNodePackage {
name = "list-selectors";
@@ -23293,7 +23329,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
literate-postcss = nodeEnv.buildNodePackage {
name = "literate-postcss";
@@ -23389,7 +23425,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
lost = nodeEnv.buildNodePackage {
name = "lost";
@@ -23418,7 +23454,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
math-calc = nodeEnv.buildNodePackage {
name = "math-calc";
@@ -23453,7 +23489,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
mdcss = nodeEnv.buildNodePackage {
name = "mdcss";
@@ -23507,7 +23543,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
modular-css = nodeEnv.buildNodePackage {
name = "modular-css";
@@ -23524,7 +23560,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
msops-css = nodeEnv.buildNodePackage {
name = "msops-css";
@@ -24078,7 +24114,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
oldie = nodeEnv.buildNodePackage {
name = "oldie";
@@ -24136,7 +24172,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
perfectionist = nodeEnv.buildNodePackage {
name = "perfectionist";
@@ -24180,7 +24216,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
pixrem = nodeEnv.buildNodePackage {
name = "pixrem";
@@ -24214,7 +24250,7 @@ in
homepage = https://github.com/robwierzbowski/node-pixrem;
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
pixrem-slevomat = nodeEnv.buildNodePackage {
name = "pixrem-slevomat";
@@ -24249,7 +24285,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-add-namespace = nodeEnv.buildNodePackage {
name = "postcss-add-namespace";
@@ -24285,7 +24321,7 @@ in
license = "Apache-2.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-advanced-variables = nodeEnv.buildNodePackage {
name = "postcss-advanced-variables";
@@ -24314,7 +24350,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-alias = nodeEnv.buildNodePackage {
name = "postcss-alias";
@@ -24342,7 +24378,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-alias-atrules = nodeEnv.buildNodePackage {
name = "postcss-alias-atrules";
@@ -24376,7 +24412,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-alignment-shorthands = nodeEnv.buildNodePackage {
name = "postcss-alignment-shorthands";
@@ -24410,7 +24446,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-all-link-colors = nodeEnv.buildNodePackage {
name = "postcss-all-link-colors";
@@ -24438,7 +24474,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-all-unset = nodeEnv.buildNodePackage {
name = "postcss-all-unset";
@@ -24472,7 +24508,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-alter-property-value = nodeEnv.buildNodePackage {
name = "postcss-alter-property-value";
@@ -24489,7 +24525,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-amp = nodeEnv.buildNodePackage {
name = "postcss-amp";
@@ -24506,7 +24542,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-andalusian-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-andalusian-stylesheets";
@@ -24540,7 +24576,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-animation = nodeEnv.buildNodePackage {
name = "postcss-animation";
@@ -24575,7 +24611,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-animation-data = nodeEnv.buildNodePackage {
name = "postcss-animation-data";
@@ -24609,7 +24645,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-animations = nodeEnv.buildNodePackage {
name = "postcss-animations";
@@ -24629,7 +24665,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ant-grid = nodeEnv.buildNodePackage {
name = "postcss-ant-grid";
@@ -24646,7 +24682,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-apply = nodeEnv.buildNodePackage {
name = "postcss-apply";
@@ -24678,7 +24714,7 @@ in
license = "Unlicense";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-arithmetic = nodeEnv.buildNodePackage {
name = "postcss-arithmetic";
@@ -24716,7 +24752,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-arrow-boxes = nodeEnv.buildNodePackage {
name = "postcss-arrow-boxes";
@@ -24750,7 +24786,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ascii-grid = nodeEnv.buildNodePackage {
name = "postcss-ascii-grid";
@@ -24767,7 +24803,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ase-colors = nodeEnv.buildNodePackage {
name = "postcss-ase-colors";
@@ -24820,7 +24856,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-aspect-ratio = nodeEnv.buildNodePackage {
name = "postcss-aspect-ratio";
@@ -24848,7 +24884,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-aspect-ratio-from-background-image = nodeEnv.buildNodePackage {
name = "postcss-aspect-ratio-from-background-image";
@@ -24889,7 +24925,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-aspect-ratio-mini = nodeEnv.buildNodePackage {
name = "postcss-aspect-ratio-mini";
@@ -24917,7 +24953,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-assemble-grid = nodeEnv.buildNodePackage {
name = "postcss-assemble-grid";
@@ -24951,7 +24987,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-assemble-grids = nodeEnv.buildNodePackage {
name = "postcss-assemble-grids";
@@ -24985,7 +25021,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-asset-url = nodeEnv.buildNodePackage {
name = "postcss-asset-url";
@@ -25021,7 +25057,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-assets = nodeEnv.buildNodePackage {
name = "postcss-assets";
@@ -25074,7 +25110,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-assets-rebase = nodeEnv.buildNodePackage {
name = "postcss-assets-rebase";
@@ -25112,7 +25148,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-assetus = nodeEnv.buildNodePackage {
name = "postcss-assetus";
@@ -25629,7 +25665,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-at-debug = nodeEnv.buildNodePackage {
name = "postcss-at-debug";
@@ -25663,7 +25699,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-at-else = nodeEnv.buildNodePackage {
name = "postcss-at-else";
@@ -25697,7 +25733,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-at-rules-variables = nodeEnv.buildNodePackage {
name = "postcss-at-rules-variables";
@@ -25725,7 +25761,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-at-warn = nodeEnv.buildNodePackage {
name = "postcss-at-warn";
@@ -25762,7 +25798,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-athena-spritesmith = nodeEnv.buildNodePackage {
name = "postcss-athena-spritesmith";
@@ -25953,7 +25989,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-atomised = nodeEnv.buildNodePackage {
name = "postcss-atomised";
@@ -26068,7 +26104,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-atroot = nodeEnv.buildNodePackage {
name = "postcss-atroot";
@@ -26102,7 +26138,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-attribute-case-insensitive = nodeEnv.buildNodePackage {
name = "postcss-attribute-case-insensitive";
@@ -26134,7 +26170,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-attribute-selector-prefix = nodeEnv.buildNodePackage {
name = "postcss-attribute-selector-prefix";
@@ -26168,7 +26204,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-australian-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-australian-stylesheets";
@@ -26192,7 +26228,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-autocorrect = nodeEnv.buildNodePackage {
name = "postcss-autocorrect";
@@ -26226,7 +26262,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-autoextend = nodeEnv.buildNodePackage {
name = "postcss-autoextend";
@@ -26243,7 +26279,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-autoreset = nodeEnv.buildNodePackage {
name = "postcss-autoreset";
@@ -26273,7 +26309,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-axis = nodeEnv.buildNodePackage {
name = "postcss-axis";
@@ -26307,7 +26343,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-background-alpha = nodeEnv.buildNodePackage {
name = "postcss-background-alpha";
@@ -26331,7 +26367,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-background-rgba = nodeEnv.buildNodePackage {
name = "postcss-background-rgba";
@@ -26355,7 +26391,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-bad-selectors = nodeEnv.buildNodePackage {
name = "postcss-bad-selectors";
@@ -26380,7 +26416,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-banks-db = nodeEnv.buildNodePackage {
name = "postcss-banks-db";
@@ -26415,7 +26451,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-base64 = nodeEnv.buildNodePackage {
name = "postcss-base64";
@@ -26449,7 +26485,7 @@ in
license = "SEE LICENSE IN LICENSE";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-basecss = nodeEnv.buildNodePackage {
name = "postcss-basecss";
@@ -26557,7 +26593,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-baseline-grid-overlay = nodeEnv.buildNodePackage {
name = "postcss-baseline-grid-overlay";
@@ -26591,7 +26627,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-bem = nodeEnv.buildNodePackage {
name = "postcss-bem";
@@ -26625,7 +26661,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-bemed = nodeEnv.buildNodePackage {
name = "postcss-bemed";
@@ -26660,7 +26696,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-bg = nodeEnv.buildNodePackage {
name = "postcss-bg";
@@ -26694,7 +26730,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-bgimage = nodeEnv.buildNodePackage {
name = "postcss-bgimage";
@@ -26729,7 +26765,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-bidirection = nodeEnv.buildNodePackage {
name = "postcss-bidirection";
@@ -26763,7 +26799,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-bob-ross-palette = nodeEnv.buildNodePackage {
name = "postcss-bob-ross-palette";
@@ -26798,7 +26834,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-border = nodeEnv.buildNodePackage {
name = "postcss-border";
@@ -26832,7 +26868,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-border-9-patch = nodeEnv.buildNodePackage {
name = "postcss-border-9-patch";
@@ -26866,7 +26902,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-border-radius = nodeEnv.buildNodePackage {
name = "postcss-border-radius";
@@ -26900,7 +26936,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-border-shortcut = nodeEnv.buildNodePackage {
name = "postcss-border-shortcut";
@@ -26928,7 +26964,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-border-width = nodeEnv.buildNodePackage {
name = "postcss-border-width";
@@ -26945,7 +26981,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-brand-colors = nodeEnv.buildNodePackage {
name = "postcss-brand-colors";
@@ -26974,7 +27010,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-brazilian-portuguese-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-brazilian-portuguese-stylesheets";
@@ -27008,7 +27044,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-breakpoints = nodeEnv.buildNodePackage {
name = "postcss-breakpoints";
@@ -27042,7 +27078,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-browser-reporter = nodeEnv.buildNodePackage {
name = "postcss-browser-reporter";
@@ -27076,7 +27112,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-build = nodeEnv.buildNodePackage {
name = "postcss-build";
@@ -27160,7 +27196,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-button = nodeEnv.buildNodePackage {
name = "postcss-button";
@@ -27188,7 +27224,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-cachebuster = nodeEnv.buildNodePackage {
name = "postcss-cachebuster";
@@ -27227,7 +27263,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-calc = nodeEnv.buildNodePackage {
name = "postcss-calc";
@@ -27262,7 +27298,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-calc-function = nodeEnv.buildNodePackage {
name = "postcss-calc-function";
@@ -27286,7 +27322,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-camel-case = nodeEnv.buildNodePackage {
name = "postcss-camel-case";
@@ -27310,7 +27346,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-camelize = nodeEnv.buildNodePackage {
name = "postcss-camelize";
@@ -27330,7 +27366,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-canadian-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-canadian-stylesheets";
@@ -27354,7 +27390,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-caralho = nodeEnv.buildNodePackage {
name = "postcss-caralho";
@@ -27383,7 +27419,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-center = nodeEnv.buildNodePackage {
name = "postcss-center";
@@ -27411,7 +27447,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-checkbox-pseudos = nodeEnv.buildNodePackage {
name = "postcss-checkbox-pseudos";
@@ -27439,7 +27475,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-chinese-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-chinese-stylesheets";
@@ -27476,7 +27512,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-choose-color = nodeEnv.buildNodePackage {
name = "postcss-choose-color";
@@ -27515,7 +27551,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-chunk = nodeEnv.buildNodePackage {
name = "postcss-chunk";
@@ -27569,7 +27605,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-circle = nodeEnv.buildNodePackage {
name = "postcss-circle";
@@ -27597,7 +27633,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-class-patterns = nodeEnv.buildNodePackage {
name = "postcss-class-patterns";
@@ -27625,7 +27661,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-class-prefix = nodeEnv.buildNodePackage {
name = "postcss-class-prefix";
@@ -27659,7 +27695,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-class-repeat = nodeEnv.buildNodePackage {
name = "postcss-class-repeat";
@@ -27704,7 +27740,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-clean = nodeEnv.buildNodePackage {
name = "postcss-clean";
@@ -27737,7 +27773,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-clearfix = nodeEnv.buildNodePackage {
name = "postcss-clearfix";
@@ -27765,7 +27801,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-click = nodeEnv.buildNodePackage {
name = "postcss-click";
@@ -27816,7 +27852,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-clip-path = nodeEnv.buildNodePackage {
name = "postcss-clip-path";
@@ -27850,7 +27886,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-clip-path-polyfill = nodeEnv.buildNodePackage {
name = "postcss-clip-path-polyfill";
@@ -27884,7 +27920,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-closest = nodeEnv.buildNodePackage {
name = "postcss-closest";
@@ -27922,7 +27958,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-closure-mixins = nodeEnv.buildNodePackage {
name = "postcss-closure-mixins";
@@ -27956,7 +27992,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-closure-provides-requires = nodeEnv.buildNodePackage {
name = "postcss-closure-provides-requires";
@@ -27990,7 +28026,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-closure-variables = nodeEnv.buildNodePackage {
name = "postcss-closure-variables";
@@ -28024,7 +28060,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-alpha = nodeEnv.buildNodePackage {
name = "postcss-color-alpha";
@@ -28057,7 +28093,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-blender = nodeEnv.buildNodePackage {
name = "postcss-color-blender";
@@ -28085,7 +28121,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-cc-palette = nodeEnv.buildNodePackage {
name = "postcss-color-cc-palette";
@@ -28119,7 +28155,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-extended-keywords = nodeEnv.buildNodePackage {
name = "postcss-color-extended-keywords";
@@ -28153,7 +28189,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-function = nodeEnv.buildNodePackage {
name = "postcss-color-function";
@@ -28191,7 +28227,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-gray = nodeEnv.buildNodePackage {
name = "postcss-color-gray";
@@ -28226,7 +28262,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-hcl = nodeEnv.buildNodePackage {
name = "postcss-color-hcl";
@@ -28263,7 +28299,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-hex-alpha = nodeEnv.buildNodePackage {
name = "postcss-color-hex-alpha";
@@ -28296,7 +28332,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-hex-alpha-2 = nodeEnv.buildNodePackage {
name = "postcss-color-hex-alpha-2";
@@ -28329,7 +28365,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-hexa = nodeEnv.buildNodePackage {
name = "postcss-color-hexa";
@@ -28364,7 +28400,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-hsl = nodeEnv.buildNodePackage {
name = "postcss-color-hsl";
@@ -28396,7 +28432,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-hwb = nodeEnv.buildNodePackage {
name = "postcss-color-hwb";
@@ -28431,7 +28467,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-mix = nodeEnv.buildNodePackage {
name = "postcss-color-mix";
@@ -28471,7 +28507,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-pantone = nodeEnv.buildNodePackage {
name = "postcss-color-pantone";
@@ -28495,7 +28531,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-rebeccapurple = nodeEnv.buildNodePackage {
name = "postcss-color-rebeccapurple";
@@ -28527,7 +28563,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-rgb = nodeEnv.buildNodePackage {
name = "postcss-color-rgb";
@@ -28556,7 +28592,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-rgba-fallback = nodeEnv.buildNodePackage {
name = "postcss-color-rgba-fallback";
@@ -28586,7 +28622,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-scale = nodeEnv.buildNodePackage {
name = "postcss-color-scale";
@@ -28628,7 +28664,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-short = nodeEnv.buildNodePackage {
name = "postcss-color-short";
@@ -28662,7 +28698,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-color-yiq = nodeEnv.buildNodePackage {
name = "postcss-color-yiq";
@@ -28703,7 +28739,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-colorblind = nodeEnv.buildNodePackage {
name = "postcss-colorblind";
@@ -28836,7 +28872,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-colormin = nodeEnv.buildNodePackage {
name = "postcss-colormin";
@@ -28880,7 +28916,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-colors = nodeEnv.buildNodePackage {
name = "postcss-colors";
@@ -28914,7 +28950,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-colors-only = nodeEnv.buildNodePackage {
name = "postcss-colors-only";
@@ -28954,7 +28990,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
"postcss-colors.css" = nodeEnv.buildNodePackage {
name = "postcss-colors.css";
@@ -28981,7 +29017,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-colorstring = nodeEnv.buildNodePackage {
name = "postcss-colorstring";
@@ -29015,7 +29051,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-combine-duplicated-selectors = nodeEnv.buildNodePackage {
name = "postcss-combine-duplicated-selectors";
@@ -29047,7 +29083,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-commas = nodeEnv.buildNodePackage {
name = "postcss-commas";
@@ -29081,7 +29117,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-comment-annotation = nodeEnv.buildNodePackage {
name = "postcss-comment-annotation";
@@ -29109,7 +29145,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-compact-mq = nodeEnv.buildNodePackage {
name = "postcss-compact-mq";
@@ -29143,7 +29179,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-compass = nodeEnv.buildNodePackage {
name = "postcss-compass";
@@ -29177,7 +29213,7 @@ in
homepage = https://github.com/Jman/postcss-compass;
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-composes = nodeEnv.buildNodePackage {
name = "postcss-composes";
@@ -29232,7 +29268,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-composes-shorthand = nodeEnv.buildNodePackage {
name = "postcss-composes-shorthand";
@@ -29256,7 +29292,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-composition = nodeEnv.buildNodePackage {
name = "postcss-composition";
@@ -29290,7 +29326,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-computed = nodeEnv.buildNodePackage {
name = "postcss-computed";
@@ -29324,7 +29360,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-conditionals = nodeEnv.buildNodePackage {
name = "postcss-conditionals";
@@ -29362,7 +29398,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-conic-gradient = nodeEnv.buildNodePackage {
name = "postcss-conic-gradient";
@@ -29392,7 +29428,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-console = nodeEnv.buildNodePackage {
name = "postcss-console";
@@ -29426,7 +29462,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-constants = nodeEnv.buildNodePackage {
name = "postcss-constants";
@@ -29464,7 +29500,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-constants-with-reload = nodeEnv.buildNodePackage {
name = "postcss-constants-with-reload";
@@ -29492,7 +29528,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-content-entity = nodeEnv.buildNodePackage {
name = "postcss-content-entity";
@@ -29527,7 +29563,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-content-width-unit = nodeEnv.buildNodePackage {
name = "postcss-content-width-unit";
@@ -29562,7 +29598,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-contrast = nodeEnv.buildNodePackage {
name = "postcss-contrast";
@@ -29598,7 +29634,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-convert-values = nodeEnv.buildNodePackage {
name = "postcss-convert-values";
@@ -29633,7 +29669,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-copy = nodeEnv.buildNodePackage {
name = "postcss-copy";
@@ -29844,7 +29880,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-copy-assets = nodeEnv.buildNodePackage {
name = "postcss-copy-assets";
@@ -29880,7 +29916,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-crass = nodeEnv.buildNodePackage {
name = "postcss-crass";
@@ -29935,7 +29971,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-crayon-colors = nodeEnv.buildNodePackage {
name = "postcss-crayon-colors";
@@ -29970,7 +30006,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-crip = nodeEnv.buildNodePackage {
name = "postcss-crip";
@@ -30008,7 +30044,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-critical-css = nodeEnv.buildNodePackage {
name = "postcss-critical-css";
@@ -30134,7 +30170,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-critical-styles = nodeEnv.buildNodePackage {
name = "postcss-critical-styles";
@@ -30168,7 +30204,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-cson-cssvars = nodeEnv.buildNodePackage {
name = "postcss-cson-cssvars";
@@ -30213,7 +30249,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-css-variables = nodeEnv.buildNodePackage {
name = "postcss-css-variables";
@@ -30242,7 +30278,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-csscomb = nodeEnv.buildNodePackage {
name = "postcss-csscomb";
@@ -30289,7 +30325,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-cssential = nodeEnv.buildNodePackage {
name = "postcss-cssential";
@@ -30336,7 +30372,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-cssnext = nodeEnv.buildNodePackage {
name = "postcss-cssnext";
@@ -30460,7 +30496,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-csssimple = nodeEnv.buildNodePackage {
name = "postcss-csssimple";
@@ -30494,7 +30530,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-cssstats = nodeEnv.buildNodePackage {
name = "postcss-cssstats";
@@ -30546,7 +30582,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-currency = nodeEnv.buildNodePackage {
name = "postcss-currency";
@@ -30575,7 +30611,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-current-selector = nodeEnv.buildNodePackage {
name = "postcss-current-selector";
@@ -30609,7 +30645,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-currentcolor = nodeEnv.buildNodePackage {
name = "postcss-currentcolor";
@@ -30642,7 +30678,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-custom-colors = nodeEnv.buildNodePackage {
name = "postcss-custom-colors";
@@ -30676,7 +30712,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-custom-functions = nodeEnv.buildNodePackage {
name = "postcss-custom-functions";
@@ -30702,7 +30738,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-custom-media = nodeEnv.buildNodePackage {
name = "postcss-custom-media";
@@ -30730,7 +30766,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-custom-properties = nodeEnv.buildNodePackage {
name = "postcss-custom-properties";
@@ -30759,7 +30795,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-custom-properties-map = nodeEnv.buildNodePackage {
name = "postcss-custom-properties-map";
@@ -30776,7 +30812,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-custom-props = nodeEnv.buildNodePackage {
name = "postcss-custom-props";
@@ -30803,7 +30839,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-custom-selectors = nodeEnv.buildNodePackage {
name = "postcss-custom-selectors";
@@ -30833,7 +30869,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-custom-units = nodeEnv.buildNodePackage {
name = "postcss-custom-units";
@@ -30857,7 +30893,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-custom-url = nodeEnv.buildNodePackage {
name = "postcss-custom-url";
@@ -30911,7 +30947,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-cyspriter = nodeEnv.buildNodePackage {
name = "postcss-cyspriter";
@@ -31425,7 +31461,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-czech-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-czech-stylesheets";
@@ -31459,7 +31495,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-danish-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-danish-stylesheets";
@@ -31493,7 +31529,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-data-packer = nodeEnv.buildNodePackage {
name = "postcss-data-packer";
@@ -31532,7 +31568,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-data-uri = nodeEnv.buildNodePackage {
name = "postcss-data-uri";
@@ -31567,7 +31603,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-decls-ref = nodeEnv.buildNodePackage {
name = "postcss-decls-ref";
@@ -31656,7 +31692,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-deduplicate = nodeEnv.buildNodePackage {
name = "postcss-deduplicate";
@@ -31701,7 +31737,7 @@ in
license = "Apache-2.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-default-unit = nodeEnv.buildNodePackage {
name = "postcss-default-unit";
@@ -31736,7 +31772,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-define-function = nodeEnv.buildNodePackage {
name = "postcss-define-function";
@@ -31770,7 +31806,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-define-it = nodeEnv.buildNodePackage {
name = "postcss-define-it";
@@ -31805,7 +31841,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-define-property = nodeEnv.buildNodePackage {
name = "postcss-define-property";
@@ -31840,7 +31876,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-define-units = nodeEnv.buildNodePackage {
name = "postcss-define-units";
@@ -31874,7 +31910,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-deps = nodeEnv.buildNodePackage {
name = "postcss-deps";
@@ -31922,7 +31958,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-design-token-function = nodeEnv.buildNodePackage {
name = "postcss-design-token-function";
@@ -31956,7 +31992,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-devtools = nodeEnv.buildNodePackage {
name = "postcss-devtools";
@@ -32003,7 +32039,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-devtools-2 = nodeEnv.buildNodePackage {
name = "postcss-devtools-2";
@@ -32050,7 +32086,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-dialog-polyfill = nodeEnv.buildNodePackage {
name = "postcss-dialog-polyfill";
@@ -32088,7 +32124,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-dir = nodeEnv.buildNodePackage {
name = "postcss-dir";
@@ -32123,7 +32159,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-dir-pseudo-class = nodeEnv.buildNodePackage {
name = "postcss-dir-pseudo-class";
@@ -32155,7 +32191,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-directions = nodeEnv.buildNodePackage {
name = "postcss-directions";
@@ -32189,7 +32225,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-disabled = nodeEnv.buildNodePackage {
name = "postcss-disabled";
@@ -32223,7 +32259,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-discard-comments = nodeEnv.buildNodePackage {
name = "postcss-discard-comments";
@@ -32257,7 +32293,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-discard-duplicates = nodeEnv.buildNodePackage {
name = "postcss-discard-duplicates";
@@ -32291,7 +32327,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-discard-empty = nodeEnv.buildNodePackage {
name = "postcss-discard-empty";
@@ -32325,7 +32361,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-discard-font-face = nodeEnv.buildNodePackage {
name = "postcss-discard-font-face";
@@ -32360,7 +32396,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-discard-overridden = nodeEnv.buildNodePackage {
name = "postcss-discard-overridden";
@@ -32394,7 +32430,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-discard-unused = nodeEnv.buildNodePackage {
name = "postcss-discard-unused";
@@ -32429,7 +32465,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-display-inline-block = nodeEnv.buildNodePackage {
name = "postcss-display-inline-block";
@@ -32463,7 +32499,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-doc = nodeEnv.buildNodePackage {
name = "postcss-doc";
@@ -32587,7 +32623,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-dotted-border = nodeEnv.buildNodePackage {
name = "postcss-dotted-border";
@@ -32621,7 +32657,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-dpr-px = nodeEnv.buildNodePackage {
name = "postcss-dpr-px";
@@ -32645,7 +32681,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-dutch-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-dutch-stylesheets";
@@ -32679,7 +32715,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-dynamic-custom-properties = nodeEnv.buildNodePackage {
name = "postcss-dynamic-custom-properties";
@@ -32698,7 +32734,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-each = nodeEnv.buildNodePackage {
name = "postcss-each";
@@ -32727,7 +32763,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-easing-gradients = nodeEnv.buildNodePackage {
name = "postcss-easing-gradients";
@@ -32760,7 +32796,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-easings = nodeEnv.buildNodePackage {
name = "postcss-easings";
@@ -32789,7 +32825,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-easy-import = nodeEnv.buildNodePackage {
name = "postcss-easy-import";
@@ -32851,7 +32887,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-easy-media-query = nodeEnv.buildNodePackage {
name = "postcss-easy-media-query";
@@ -32885,7 +32921,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-easysprites = nodeEnv.buildNodePackage {
name = "postcss-easysprites";
@@ -33181,7 +33217,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-elm-modules = nodeEnv.buildNodePackage {
name = "postcss-elm-modules";
@@ -33226,7 +33262,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-em-media-query = nodeEnv.buildNodePackage {
name = "postcss-em-media-query";
@@ -33263,7 +33299,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-emoji = nodeEnv.buildNodePackage {
name = "postcss-emoji";
@@ -33301,7 +33337,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-emoji-style = nodeEnv.buildNodePackage {
name = "postcss-emoji-style";
@@ -33335,7 +33371,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-encode-base64-inlined-images = nodeEnv.buildNodePackage {
name = "postcss-encode-base64-inlined-images";
@@ -33370,7 +33406,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-env-replace = nodeEnv.buildNodePackage {
name = "postcss-env-replace";
@@ -33404,7 +33440,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-epub = nodeEnv.buildNodePackage {
name = "postcss-epub";
@@ -33421,7 +33457,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-esplit = nodeEnv.buildNodePackage {
name = "postcss-esplit";
@@ -33458,7 +33494,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-exclude-classes = nodeEnv.buildNodePackage {
name = "postcss-exclude-classes";
@@ -33492,7 +33528,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-export-custom-variables = nodeEnv.buildNodePackage {
name = "postcss-export-custom-variables";
@@ -33520,7 +33556,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-export-vars = nodeEnv.buildNodePackage {
name = "postcss-export-vars";
@@ -33555,7 +33591,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-extend = nodeEnv.buildNodePackage {
name = "postcss-extend";
@@ -33589,7 +33625,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-external-vars = nodeEnv.buildNodePackage {
name = "postcss-external-vars";
@@ -33627,7 +33663,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-extract = nodeEnv.buildNodePackage {
name = "postcss-extract";
@@ -33664,7 +33700,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-extract-animations = nodeEnv.buildNodePackage {
name = "postcss-extract-animations";
@@ -33694,7 +33730,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-extract-css-block = nodeEnv.buildNodePackage {
name = "postcss-extract-css-block";
@@ -33726,7 +33762,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-extract-custom-properties = nodeEnv.buildNodePackage {
name = "postcss-extract-custom-properties";
@@ -33760,7 +33796,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-extract-media = nodeEnv.buildNodePackage {
name = "postcss-extract-media";
@@ -33798,7 +33834,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-extract-styles = nodeEnv.buildNodePackage {
name = "postcss-extract-styles";
@@ -33826,7 +33862,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-extract-to-file = nodeEnv.buildNodePackage {
name = "postcss-extract-to-file";
@@ -33860,7 +33896,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-extract-value = nodeEnv.buildNodePackage {
name = "postcss-extract-value";
@@ -33894,7 +33930,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-fakeid = nodeEnv.buildNodePackage {
name = "postcss-fakeid";
@@ -33928,7 +33964,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-fallback = nodeEnv.buildNodePackage {
name = "postcss-fallback";
@@ -33964,7 +34000,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-filename-prefix = nodeEnv.buildNodePackage {
name = "postcss-filename-prefix";
@@ -33998,7 +34034,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-filename-prefixes = nodeEnv.buildNodePackage {
name = "postcss-filename-prefixes";
@@ -34032,7 +34068,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-filter = nodeEnv.buildNodePackage {
name = "postcss-filter";
@@ -34066,7 +34102,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-filter-gradient = nodeEnv.buildNodePackage {
name = "postcss-filter-gradient";
@@ -34101,7 +34137,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-filter-mq = nodeEnv.buildNodePackage {
name = "postcss-filter-mq";
@@ -34135,7 +34171,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-filter-plugins = nodeEnv.buildNodePackage {
name = "postcss-filter-plugins";
@@ -34169,7 +34205,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-filter-rules = nodeEnv.buildNodePackage {
name = "postcss-filter-rules";
@@ -34207,7 +34243,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-filter-stream = nodeEnv.buildNodePackage {
name = "postcss-filter-stream";
@@ -34250,7 +34286,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-filter-tint = nodeEnv.buildNodePackage {
name = "postcss-filter-tint";
@@ -34284,7 +34320,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-filters = nodeEnv.buildNodePackage {
name = "postcss-filters";
@@ -34318,7 +34354,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-fixes = nodeEnv.buildNodePackage {
name = "postcss-fixes";
@@ -34405,7 +34441,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-flex = nodeEnv.buildNodePackage {
name = "postcss-flex";
@@ -34430,7 +34466,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-flex-fallback = nodeEnv.buildNodePackage {
name = "postcss-flex-fallback";
@@ -34464,7 +34500,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-flexbox-unboxer = nodeEnv.buildNodePackage {
name = "postcss-flexbox-unboxer";
@@ -34498,7 +34534,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-flexboxfixer = nodeEnv.buildNodePackage {
name = "postcss-flexboxfixer";
@@ -34532,7 +34568,7 @@ in
license = "MPL-2.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-flexboxgrid = nodeEnv.buildNodePackage {
name = "postcss-flexboxgrid";
@@ -34566,7 +34602,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-flexbugs-fixes = nodeEnv.buildNodePackage {
name = "postcss-flexbugs-fixes";
@@ -34594,7 +34630,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-flexibility = nodeEnv.buildNodePackage {
name = "postcss-flexibility";
@@ -34622,7 +34658,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-flextype = nodeEnv.buildNodePackage {
name = "postcss-flextype";
@@ -34656,7 +34692,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-focus = nodeEnv.buildNodePackage {
name = "postcss-focus";
@@ -34684,7 +34720,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-focus-ring = nodeEnv.buildNodePackage {
name = "postcss-focus-ring";
@@ -34716,7 +34752,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-awesome = nodeEnv.buildNodePackage {
name = "postcss-font-awesome";
@@ -34750,7 +34786,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-family = nodeEnv.buildNodePackage {
name = "postcss-font-family";
@@ -34786,7 +34822,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-family-system-ui = nodeEnv.buildNodePackage {
name = "postcss-font-family-system-ui";
@@ -34814,7 +34850,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-grabber = nodeEnv.buildNodePackage {
name = "postcss-font-grabber";
@@ -34849,7 +34885,7 @@ in
license = "Apache-2.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-local-name = nodeEnv.buildNodePackage {
name = "postcss-font-local-name";
@@ -34884,7 +34920,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-magician = nodeEnv.buildNodePackage {
name = "postcss-font-magician";
@@ -34938,7 +34974,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-magician-2 = nodeEnv.buildNodePackage {
name = "postcss-font-magician-2";
@@ -34992,7 +35028,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-normalize = nodeEnv.buildNodePackage {
name = "postcss-font-normalize";
@@ -35026,7 +35062,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-pack = nodeEnv.buildNodePackage {
name = "postcss-font-pack";
@@ -35055,7 +35091,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-size-adjust = nodeEnv.buildNodePackage {
name = "postcss-font-size-adjust";
@@ -35072,7 +35108,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-smoothing = nodeEnv.buildNodePackage {
name = "postcss-font-smoothing";
@@ -35088,7 +35124,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-system = nodeEnv.buildNodePackage {
name = "postcss-font-system";
@@ -35123,7 +35159,7 @@ in
license = "Apache-2.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-variant = nodeEnv.buildNodePackage {
name = "postcss-font-variant";
@@ -35151,7 +35187,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-weight-names = nodeEnv.buildNodePackage {
name = "postcss-font-weight-names";
@@ -35185,7 +35221,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-font-weights = nodeEnv.buildNodePackage {
name = "postcss-font-weights";
@@ -35215,7 +35251,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-fontpath = nodeEnv.buildNodePackage {
name = "postcss-fontpath";
@@ -35243,7 +35279,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-for = nodeEnv.buildNodePackage {
name = "postcss-for";
@@ -35278,7 +35314,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-for-var = nodeEnv.buildNodePackage {
name = "postcss-for-var";
@@ -35302,7 +35338,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-for-variables = nodeEnv.buildNodePackage {
name = "postcss-for-variables";
@@ -35337,7 +35373,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-forced-variables = nodeEnv.buildNodePackage {
name = "postcss-forced-variables";
@@ -35371,7 +35407,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-foreach = nodeEnv.buildNodePackage {
name = "postcss-foreach";
@@ -35396,7 +35432,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-french-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-french-stylesheets";
@@ -35430,7 +35466,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-func = nodeEnv.buildNodePackage {
name = "postcss-func";
@@ -35475,7 +35511,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-functions = nodeEnv.buildNodePackage {
name = "postcss-functions";
@@ -35516,7 +35552,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-fuss = nodeEnv.buildNodePackage {
name = "postcss-fuss";
@@ -35550,7 +35586,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-generate-preset = nodeEnv.buildNodePackage {
name = "postcss-generate-preset";
@@ -35584,7 +35620,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-generate-ts-hash = nodeEnv.buildNodePackage {
name = "postcss-generate-ts-hash";
@@ -35623,7 +35659,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-gentcss = nodeEnv.buildNodePackage {
name = "postcss-gentcss";
@@ -35647,7 +35683,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-german-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-german-stylesheets";
@@ -35681,7 +35717,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-get-color = nodeEnv.buildNodePackage {
name = "postcss-get-color";
@@ -35809,7 +35845,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-get-sass-variables = nodeEnv.buildNodePackage {
name = "postcss-get-sass-variables";
@@ -35837,7 +35873,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-get-variables = nodeEnv.buildNodePackage {
name = "postcss-get-variables";
@@ -35870,7 +35906,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-global-import-once = nodeEnv.buildNodePackage {
name = "postcss-global-import-once";
@@ -35909,7 +35945,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-global-theme = nodeEnv.buildNodePackage {
name = "postcss-global-theme";
@@ -35943,7 +35979,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-google-font = nodeEnv.buildNodePackage {
name = "postcss-google-font";
@@ -35977,7 +36013,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-gradient-transparency-fix = nodeEnv.buildNodePackage {
name = "postcss-gradient-transparency-fix";
@@ -36010,7 +36046,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-gradientfixer = nodeEnv.buildNodePackage {
name = "postcss-gradientfixer";
@@ -36044,7 +36080,7 @@ in
license = "MPL-2.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-graeys = nodeEnv.buildNodePackage {
name = "postcss-graeys";
@@ -36068,7 +36104,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-grid = nodeEnv.buildNodePackage {
name = "postcss-grid";
@@ -36104,7 +36140,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-grid-fluid = nodeEnv.buildNodePackage {
name = "postcss-grid-fluid";
@@ -36132,20 +36168,19 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-grid-kiss = nodeEnv.buildNodePackage {
name = "postcss-grid-kiss";
packageName = "postcss-grid-kiss";
- version = "1.4.2";
+ version = "2.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/postcss-grid-kiss/-/postcss-grid-kiss-1.4.2.tgz";
- sha512 = "1zp31hg3jxc6nnjdz233jaypa64v1rq2fsz32wmg077zkimwkbwx45b3g32h9xqdsh1q1fl1n27ghi53hv2z7abqjfjpx91ja4q50aa";
+ url = "https://registry.npmjs.org/postcss-grid-kiss/-/postcss-grid-kiss-2.0.0.tgz";
+ sha512 = "0gjy0vmy6nsarljiihv7bvn4dzj1cb7rvisff9x224lvss2pafla105l4g22pyn50n4ka1c5d603c47l8kjgpgcdk9r8hcdm2ibwja2";
};
dependencies = [
sources."ansi-styles-3.2.1"
- sources."browserslist-2.11.3"
- sources."caniuse-api-2.0.0"
+ sources."browserslist-3.2.8"
sources."caniuse-lite-1.0.30000851"
sources."chalk-2.4.1"
sources."color-convert-1.9.1"
@@ -36154,8 +36189,6 @@ in
sources."electron-to-chromium-1.3.48"
sources."escape-string-regexp-1.0.5"
sources."has-flag-3.0.0"
- sources."lodash.memoize-4.1.2"
- sources."lodash.uniq-4.5.0"
sources."postcss-6.0.22"
sources."postcss-merge-grid-template-0.6.0"
sources."postcss-value-parser-3.3.0"
@@ -36170,7 +36203,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-grid-system = nodeEnv.buildNodePackage {
name = "postcss-grid-system";
@@ -36633,7 +36666,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-grid-unit = nodeEnv.buildNodePackage {
name = "postcss-grid-unit";
@@ -36667,7 +36700,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-gridlover = nodeEnv.buildNodePackage {
name = "postcss-gridlover";
@@ -36701,7 +36734,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-gtk = nodeEnv.buildNodePackage {
name = "postcss-gtk";
@@ -36747,7 +36780,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-halloween = nodeEnv.buildNodePackage {
name = "postcss-halloween";
@@ -36781,7 +36814,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-hash-classname = nodeEnv.buildNodePackage {
name = "postcss-hash-classname";
@@ -36824,7 +36857,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-hash-url = nodeEnv.buildNodePackage {
name = "postcss-hash-url";
@@ -36880,7 +36913,7 @@ in
license = "Apache-2.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-hexrgba = nodeEnv.buildNodePackage {
name = "postcss-hexrgba";
@@ -36908,7 +36941,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-hfill = nodeEnv.buildNodePackage {
name = "postcss-hfill";
@@ -36942,7 +36975,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-hidden = nodeEnv.buildNodePackage {
name = "postcss-hidden";
@@ -36976,7 +37009,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-hide = nodeEnv.buildNodePackage {
name = "postcss-hide";
@@ -37002,7 +37035,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-high-contrast = nodeEnv.buildNodePackage {
name = "postcss-high-contrast";
@@ -37037,7 +37070,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-hover = nodeEnv.buildNodePackage {
name = "postcss-hover";
@@ -37071,7 +37104,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-hover-prefix = nodeEnv.buildNodePackage {
name = "postcss-hover-prefix";
@@ -37105,7 +37138,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-hsb-adjust = nodeEnv.buildNodePackage {
name = "postcss-hsb-adjust";
@@ -37142,7 +37175,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-hsb-color = nodeEnv.buildNodePackage {
name = "postcss-hsb-color";
@@ -37175,7 +37208,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-hsl-color-function = nodeEnv.buildNodePackage {
name = "postcss-hsl-color-function";
@@ -37217,7 +37250,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-iconfont = nodeEnv.buildNodePackage {
name = "postcss-iconfont";
@@ -37899,7 +37932,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-icss = nodeEnv.buildNodePackage {
name = "postcss-icss";
@@ -37957,7 +37990,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-icss-selectors = nodeEnv.buildNodePackage {
name = "postcss-icss-selectors";
@@ -38001,7 +38034,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ie-appearance-none = nodeEnv.buildNodePackage {
name = "postcss-ie-appearance-none";
@@ -38039,7 +38072,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ie8 = nodeEnv.buildNodePackage {
name = "postcss-ie8";
@@ -38082,7 +38115,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-if-media = nodeEnv.buildNodePackage {
name = "postcss-if-media";
@@ -38110,7 +38143,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ignore = nodeEnv.buildNodePackage {
name = "postcss-ignore";
@@ -38144,7 +38177,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-image-inliner = nodeEnv.buildNodePackage {
name = "postcss-image-inliner";
@@ -38598,7 +38631,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-image-set-generator = nodeEnv.buildNodePackage {
name = "postcss-image-set-generator";
@@ -38684,7 +38717,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-image-set-polyfill = nodeEnv.buildNodePackage {
name = "postcss-image-set-polyfill";
@@ -38719,7 +38752,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-image-sizes = nodeEnv.buildNodePackage {
name = "postcss-image-sizes";
@@ -38754,7 +38787,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-images-to-css = nodeEnv.buildNodePackage {
name = "postcss-images-to-css";
@@ -38789,7 +38822,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-imperial = nodeEnv.buildNodePackage {
name = "postcss-imperial";
@@ -38826,7 +38859,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-import = nodeEnv.buildNodePackage {
name = "postcss-import";
@@ -38859,7 +38892,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-import-object = nodeEnv.buildNodePackage {
name = "postcss-import-object";
@@ -38886,7 +38919,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-import-sync = nodeEnv.buildNodePackage {
name = "postcss-import-sync";
@@ -38934,7 +38967,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-import-url = nodeEnv.buildNodePackage {
name = "postcss-import-url";
@@ -38961,7 +38994,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-import-v9-fork = nodeEnv.buildNodePackage {
name = "postcss-import-v9-fork";
@@ -39003,7 +39036,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-import-with-relative-root = nodeEnv.buildNodePackage {
name = "postcss-import-with-relative-root";
@@ -39497,7 +39530,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-important-shorthand = nodeEnv.buildNodePackage {
name = "postcss-important-shorthand";
@@ -39531,7 +39564,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-importanter = nodeEnv.buildNodePackage {
name = "postcss-importanter";
@@ -39555,7 +39588,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-increase-specificity = nodeEnv.buildNodePackage {
name = "postcss-increase-specificity";
@@ -39591,7 +39624,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-increase-text-sizes = nodeEnv.buildNodePackage {
name = "postcss-increase-text-sizes";
@@ -39639,7 +39672,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-infrared-filter = nodeEnv.buildNodePackage {
name = "postcss-infrared-filter";
@@ -39673,7 +39706,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inherit = nodeEnv.buildNodePackage {
name = "postcss-inherit";
@@ -39704,7 +39737,7 @@ in
license = "Apache-2.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-initial = nodeEnv.buildNodePackage {
name = "postcss-initial";
@@ -39735,7 +39768,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inject = nodeEnv.buildNodePackage {
name = "postcss-inject";
@@ -39770,7 +39803,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inject-css-variables = nodeEnv.buildNodePackage {
name = "postcss-inject-css-variables";
@@ -39787,7 +39820,7 @@ in
license = "WTFPL";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inline = nodeEnv.buildNodePackage {
name = "postcss-inline";
@@ -39822,7 +39855,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inline-base64 = nodeEnv.buildNodePackage {
name = "postcss-inline-base64";
@@ -39905,7 +39938,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inline-block = nodeEnv.buildNodePackage {
name = "postcss-inline-block";
@@ -39939,7 +39972,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inline-comment = nodeEnv.buildNodePackage {
name = "postcss-inline-comment";
@@ -39973,7 +40006,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inline-image = nodeEnv.buildNodePackage {
name = "postcss-inline-image";
@@ -39998,7 +40031,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inline-rtl = nodeEnv.buildNodePackage {
name = "postcss-inline-rtl";
@@ -40033,7 +40066,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inline-svg = nodeEnv.buildNodePackage {
name = "postcss-inline-svg";
@@ -40084,7 +40117,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inline-trait = nodeEnv.buildNodePackage {
name = "postcss-inline-trait";
@@ -40118,7 +40151,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inline-variables = nodeEnv.buildNodePackage {
name = "postcss-inline-variables";
@@ -40147,7 +40180,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-input-range = nodeEnv.buildNodePackage {
name = "postcss-input-range";
@@ -40179,7 +40212,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-input-style = nodeEnv.buildNodePackage {
name = "postcss-input-style";
@@ -40207,7 +40240,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inrule = nodeEnv.buildNodePackage {
name = "postcss-inrule";
@@ -40241,7 +40274,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-instagram = nodeEnv.buildNodePackage {
name = "postcss-instagram";
@@ -40275,7 +40308,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-interpolate = nodeEnv.buildNodePackage {
name = "postcss-interpolate";
@@ -40309,7 +40342,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-inuity-layout = nodeEnv.buildNodePackage {
name = "postcss-inuity-layout";
@@ -40345,7 +40378,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-invert-keyframes = nodeEnv.buildNodePackage {
name = "postcss-invert-keyframes";
@@ -40379,7 +40412,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-italian-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-italian-stylesheets";
@@ -40413,7 +40446,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-japanese-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-japanese-stylesheets";
@@ -40447,7 +40480,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-jingoal = nodeEnv.buildNodePackage {
name = "postcss-jingoal";
@@ -40808,7 +40841,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-jingoal-cd = nodeEnv.buildNodePackage {
name = "postcss-jingoal-cd";
@@ -41166,7 +41199,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-js-mixins = nodeEnv.buildNodePackage {
name = "postcss-js-mixins";
@@ -41195,7 +41228,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-kebab-case-selector = nodeEnv.buildNodePackage {
name = "postcss-kebab-case-selector";
@@ -41229,7 +41262,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-korean-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-korean-stylesheets";
@@ -41253,7 +41286,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-layout = nodeEnv.buildNodePackage {
name = "postcss-layout";
@@ -41287,7 +41320,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-layout-selector = nodeEnv.buildNodePackage {
name = "postcss-layout-selector";
@@ -41321,7 +41354,7 @@ in
license = "Apache-2.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-lazyimagecss = nodeEnv.buildNodePackage {
name = "postcss-lazyimagecss";
@@ -41356,7 +41389,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-lazysprite = nodeEnv.buildNodePackage {
name = "postcss-lazysprite";
@@ -41740,7 +41773,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-less-engine = nodeEnv.buildNodePackage {
name = "postcss-less-engine";
@@ -41757,7 +41790,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-less-parser = nodeEnv.buildNodePackage {
name = "postcss-less-parser";
@@ -41774,7 +41807,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-less-vars = nodeEnv.buildNodePackage {
name = "postcss-less-vars";
@@ -41808,7 +41841,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-lh = nodeEnv.buildNodePackage {
name = "postcss-lh";
@@ -41836,7 +41869,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ligang-px2rem = nodeEnv.buildNodePackage {
name = "postcss-ligang-px2rem";
@@ -41911,7 +41944,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-line-height = nodeEnv.buildNodePackage {
name = "postcss-line-height";
@@ -41945,7 +41978,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-line-height-px-to-unitless = nodeEnv.buildNodePackage {
name = "postcss-line-height-px-to-unitless";
@@ -41979,7 +42012,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-lineheight-warn = nodeEnv.buildNodePackage {
name = "postcss-lineheight-warn";
@@ -42013,7 +42046,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-link-colors = nodeEnv.buildNodePackage {
name = "postcss-link-colors";
@@ -42047,7 +42080,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-list-selectors = nodeEnv.buildNodePackage {
name = "postcss-list-selectors";
@@ -42082,7 +42115,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-load = nodeEnv.buildNodePackage {
name = "postcss-load";
@@ -42594,7 +42627,7 @@ in
license = "Apache-2.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-load-plugins = nodeEnv.buildNodePackage {
name = "postcss-load-plugins";
@@ -42626,7 +42659,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-local-constants = nodeEnv.buildNodePackage {
name = "postcss-local-constants";
@@ -42653,7 +42686,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-local-scope = nodeEnv.buildNodePackage {
name = "postcss-local-scope";
@@ -42677,7 +42710,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-logical-properties = nodeEnv.buildNodePackage {
name = "postcss-logical-properties";
@@ -42701,7 +42734,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-logical-props = nodeEnv.buildNodePackage {
name = "postcss-logical-props";
@@ -42736,7 +42769,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-lolcat-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-lolcat-stylesheets";
@@ -42773,7 +42806,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-longhand = nodeEnv.buildNodePackage {
name = "postcss-longhand";
@@ -42808,7 +42841,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-longshadow-text = nodeEnv.buildNodePackage {
name = "postcss-longshadow-text";
@@ -42836,7 +42869,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-magic-animations = nodeEnv.buildNodePackage {
name = "postcss-magic-animations";
@@ -42871,7 +42904,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-magic-animations-data = nodeEnv.buildNodePackage {
name = "postcss-magic-animations-data";
@@ -42888,7 +42921,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-map = nodeEnv.buildNodePackage {
name = "postcss-map";
@@ -42922,7 +42955,7 @@ in
license = "Unlicense";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-match = nodeEnv.buildNodePackage {
name = "postcss-match";
@@ -42946,7 +42979,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-material-icons = nodeEnv.buildNodePackage {
name = "postcss-material-icons";
@@ -43006,7 +43039,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-material-shadow-helper = nodeEnv.buildNodePackage {
name = "postcss-material-shadow-helper";
@@ -43040,7 +43073,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-math = nodeEnv.buildNodePackage {
name = "postcss-math";
@@ -43086,7 +43119,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-mathjs = nodeEnv.buildNodePackage {
name = "postcss-mathjs";
@@ -43125,7 +43158,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-matter = nodeEnv.buildNodePackage {
name = "postcss-matter";
@@ -43160,7 +43193,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-maze = nodeEnv.buildNodePackage {
name = "postcss-maze";
@@ -43195,7 +43228,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-media-fn = nodeEnv.buildNodePackage {
name = "postcss-media-fn";
@@ -43224,7 +43257,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-media-legacy = nodeEnv.buildNodePackage {
name = "postcss-media-legacy";
@@ -43258,7 +43291,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-media-minmax = nodeEnv.buildNodePackage {
name = "postcss-media-minmax";
@@ -43286,7 +43319,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-media-queries-drop-redundant = nodeEnv.buildNodePackage {
name = "postcss-media-queries-drop-redundant";
@@ -43319,7 +43352,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-media-query-gap = nodeEnv.buildNodePackage {
name = "postcss-media-query-gap";
@@ -43355,7 +43388,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-media-query-shorthand = nodeEnv.buildNodePackage {
name = "postcss-media-query-shorthand";
@@ -43390,7 +43423,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-media-variables = nodeEnv.buildNodePackage {
name = "postcss-media-variables";
@@ -43418,7 +43451,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-mediascope = nodeEnv.buildNodePackage {
name = "postcss-mediascope";
@@ -43452,7 +43485,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-merge-grid-template = nodeEnv.buildNodePackage {
name = "postcss-merge-grid-template";
@@ -43480,7 +43513,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-merge-idents = nodeEnv.buildNodePackage {
name = "postcss-merge-idents";
@@ -43517,7 +43550,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-merge-longhand = nodeEnv.buildNodePackage {
name = "postcss-merge-longhand";
@@ -43571,7 +43604,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-merge-rules = nodeEnv.buildNodePackage {
name = "postcss-merge-rules";
@@ -43616,7 +43649,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-merge-selectors = nodeEnv.buildNodePackage {
name = "postcss-merge-selectors";
@@ -43650,7 +43683,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-messages = nodeEnv.buildNodePackage {
name = "postcss-messages";
@@ -43674,7 +43707,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-minify-font-values = nodeEnv.buildNodePackage {
name = "postcss-minify-font-values";
@@ -43710,7 +43743,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-minify-font-weight = nodeEnv.buildNodePackage {
name = "postcss-minify-font-weight";
@@ -43744,7 +43777,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-minify-gradients = nodeEnv.buildNodePackage {
name = "postcss-minify-gradients";
@@ -43779,7 +43812,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-minify-params = nodeEnv.buildNodePackage {
name = "postcss-minify-params";
@@ -43816,7 +43849,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-minify-selectors = nodeEnv.buildNodePackage {
name = "postcss-minify-selectors";
@@ -43857,7 +43890,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-minify-trbl = nodeEnv.buildNodePackage {
name = "postcss-minify-trbl";
@@ -43881,7 +43914,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-minimize = nodeEnv.buildNodePackage {
name = "postcss-minimize";
@@ -43915,7 +43948,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-mixin-from = nodeEnv.buildNodePackage {
name = "postcss-mixin-from";
@@ -43949,7 +43982,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-mixins = nodeEnv.buildNodePackage {
name = "postcss-mixins";
@@ -43999,7 +44032,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-mo-emify = nodeEnv.buildNodePackage {
name = "postcss-mo-emify";
@@ -44027,7 +44060,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-mobile-viewportunits = nodeEnv.buildNodePackage {
name = "postcss-mobile-viewportunits";
@@ -44062,7 +44095,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-modify-numbers = nodeEnv.buildNodePackage {
name = "postcss-modify-numbers";
@@ -44096,7 +44129,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-modular-scale = nodeEnv.buildNodePackage {
name = "postcss-modular-scale";
@@ -44131,7 +44164,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-modular-scale-plus = nodeEnv.buildNodePackage {
name = "postcss-modular-scale-plus";
@@ -44168,7 +44201,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-modular-scale-unit = nodeEnv.buildNodePackage {
name = "postcss-modular-scale-unit";
@@ -44197,7 +44230,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-modules = nodeEnv.buildNodePackage {
name = "postcss-modules";
@@ -44265,7 +44298,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-modules-extract-exports = nodeEnv.buildNodePackage {
name = "postcss-modules-extract-exports";
@@ -44299,7 +44332,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-modules-local-by-default = nodeEnv.buildNodePackage {
name = "postcss-modules-local-by-default";
@@ -44335,7 +44368,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-modules-parser = nodeEnv.buildNodePackage {
name = "postcss-modules-parser";
@@ -44378,7 +44411,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-modules-values-replace = nodeEnv.buildNodePackage {
name = "postcss-modules-values-replace";
@@ -44427,7 +44460,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-momocss = nodeEnv.buildNodePackage {
name = "postcss-momocss";
@@ -44461,7 +44494,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-move-media = nodeEnv.buildNodePackage {
name = "postcss-move-media";
@@ -44495,7 +44528,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-mq-extract = nodeEnv.buildNodePackage {
name = "postcss-mq-extract";
@@ -44533,7 +44566,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-mq-optimize = nodeEnv.buildNodePackage {
name = "postcss-mq-optimize";
@@ -44567,7 +44600,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-mqwidth-to-class = nodeEnv.buildNodePackage {
name = "postcss-mqwidth-to-class";
@@ -44601,7 +44634,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ms-unit = nodeEnv.buildNodePackage {
name = "postcss-ms-unit";
@@ -44635,7 +44668,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-namespace = nodeEnv.buildNodePackage {
name = "postcss-namespace";
@@ -44670,7 +44703,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-neat = nodeEnv.buildNodePackage {
name = "postcss-neat";
@@ -44702,7 +44735,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-nested = nodeEnv.buildNodePackage {
name = "postcss-nested";
@@ -44735,7 +44768,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-nested-ancestors = nodeEnv.buildNodePackage {
name = "postcss-nested-ancestors";
@@ -44764,7 +44797,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-nested-import = nodeEnv.buildNodePackage {
name = "postcss-nested-import";
@@ -44798,7 +44831,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-nested-props = nodeEnv.buildNodePackage {
name = "postcss-nested-props";
@@ -44828,7 +44861,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-nested-selectors = nodeEnv.buildNodePackage {
name = "postcss-nested-selectors";
@@ -44862,7 +44895,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-nested-vars = nodeEnv.buildNodePackage {
name = "postcss-nested-vars";
@@ -44890,7 +44923,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-nesting = nodeEnv.buildNodePackage {
name = "postcss-nesting";
@@ -44918,7 +44951,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-no-animate = nodeEnv.buildNodePackage {
name = "postcss-no-animate";
@@ -44946,7 +44979,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-no-important = nodeEnv.buildNodePackage {
name = "postcss-no-important";
@@ -44980,7 +45013,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-nope = nodeEnv.buildNodePackage {
name = "postcss-nope";
@@ -45014,7 +45047,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-normalize = nodeEnv.buildNodePackage {
name = "postcss-normalize";
@@ -45045,7 +45078,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-normalize-charset = nodeEnv.buildNodePackage {
name = "postcss-normalize-charset";
@@ -45079,7 +45112,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-normalize-positions = nodeEnv.buildNodePackage {
name = "postcss-normalize-positions";
@@ -45111,7 +45144,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-normalize-string = nodeEnv.buildNodePackage {
name = "postcss-normalize-string";
@@ -45142,7 +45175,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-normalize-unicode = nodeEnv.buildNodePackage {
name = "postcss-normalize-unicode";
@@ -45171,7 +45204,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-normalize-url = nodeEnv.buildNodePackage {
name = "postcss-normalize-url";
@@ -45214,7 +45247,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-normalize-url-paras20xx = nodeEnv.buildNodePackage {
name = "postcss-normalize-url-paras20xx";
@@ -45257,7 +45290,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-normalize-whitespace = nodeEnv.buildNodePackage {
name = "postcss-normalize-whitespace";
@@ -45286,7 +45319,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
"postcss-normalize.css" = nodeEnv.buildNodePackage {
name = "postcss-normalize.css";
@@ -45329,7 +45362,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-not-x-child = nodeEnv.buildNodePackage {
name = "postcss-not-x-child";
@@ -45363,7 +45396,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-npm = nodeEnv.buildNodePackage {
name = "postcss-npm";
@@ -45401,7 +45434,7 @@ in
license = "Apache-2.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-nth-child-fix = nodeEnv.buildNodePackage {
name = "postcss-nth-child-fix";
@@ -45429,7 +45462,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-nth-list = nodeEnv.buildNodePackage {
name = "postcss-nth-list";
@@ -45462,7 +45495,7 @@ in
homepage = https://github.com/7immy/postcss-nth-list;
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-object-fit-images = nodeEnv.buildNodePackage {
name = "postcss-object-fit-images";
@@ -45507,7 +45540,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-oldflex = nodeEnv.buildNodePackage {
name = "postcss-oldflex";
@@ -45541,7 +45574,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-omit = nodeEnv.buildNodePackage {
name = "postcss-omit";
@@ -45575,7 +45608,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-omit-import-tilde = nodeEnv.buildNodePackage {
name = "postcss-omit-import-tilde";
@@ -45609,7 +45642,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-opacity = nodeEnv.buildNodePackage {
name = "postcss-opacity";
@@ -45637,7 +45670,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ordered-values = nodeEnv.buildNodePackage {
name = "postcss-ordered-values";
@@ -45672,7 +45705,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-outset-direction-override = nodeEnv.buildNodePackage {
name = "postcss-outset-direction-override";
@@ -45706,7 +45739,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-outset-responsive = nodeEnv.buildNodePackage {
name = "postcss-outset-responsive";
@@ -45740,7 +45773,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-overflow = nodeEnv.buildNodePackage {
name = "postcss-overflow";
@@ -45768,7 +45801,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-overflow-ellipsis = nodeEnv.buildNodePackage {
name = "postcss-overflow-ellipsis";
@@ -45796,7 +45829,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-overflow-wrap = nodeEnv.buildNodePackage {
name = "postcss-overflow-wrap";
@@ -45829,7 +45862,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-packlite = nodeEnv.buildNodePackage {
name = "postcss-packlite";
@@ -45888,7 +45921,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-padding-margin-axis = nodeEnv.buildNodePackage {
name = "postcss-padding-margin-axis";
@@ -45922,7 +45955,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-palette = nodeEnv.buildNodePackage {
name = "postcss-palette";
@@ -45957,7 +45990,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-parent-selector = nodeEnv.buildNodePackage {
name = "postcss-parent-selector";
@@ -45991,7 +46024,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-partial-import = nodeEnv.buildNodePackage {
name = "postcss-partial-import";
@@ -46037,7 +46070,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pe = nodeEnv.buildNodePackage {
name = "postcss-pe";
@@ -46065,7 +46098,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-percentage = nodeEnv.buildNodePackage {
name = "postcss-percentage";
@@ -46101,7 +46134,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-perfectionist = nodeEnv.buildNodePackage {
name = "postcss-perfectionist";
@@ -46145,7 +46178,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pie = nodeEnv.buildNodePackage {
name = "postcss-pie";
@@ -46219,7 +46252,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-place = nodeEnv.buildNodePackage {
name = "postcss-place";
@@ -46251,7 +46284,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-place-shorthands = nodeEnv.buildNodePackage {
name = "postcss-place-shorthands";
@@ -46285,7 +46318,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-placehold = nodeEnv.buildNodePackage {
name = "postcss-placehold";
@@ -46319,7 +46352,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-placeholdit = nodeEnv.buildNodePackage {
name = "postcss-placeholdit";
@@ -46399,7 +46432,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-plugin-bem-escape-block-name-less-modifier = nodeEnv.buildNodePackage {
name = "postcss-plugin-bem-escape-block-name-less-modifier";
@@ -46426,7 +46459,7 @@ in
homepage = https://github.com/yoshidax/postcss-plugin-bem-escape-block-name-less-modifier;
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-plugin-bem-escape-block-name-less-modifire = nodeEnv.buildNodePackage {
name = "postcss-plugin-bem-escape-block-name-less-modifire";
@@ -46453,7 +46486,7 @@ in
homepage = https://github.com/yoshidax/postcss-plugin-bem-escape-block-name-less-modifire;
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-plugin-composition = nodeEnv.buildNodePackage {
name = "postcss-plugin-composition";
@@ -46487,7 +46520,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-plugin-context = nodeEnv.buildNodePackage {
name = "postcss-plugin-context";
@@ -46521,7 +46554,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-plugin-for-vue-px2rem-ignore1px = nodeEnv.buildNodePackage {
name = "postcss-plugin-for-vue-px2rem-ignore1px";
@@ -46601,7 +46634,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-plugins = nodeEnv.buildNodePackage {
name = "postcss-plugins";
@@ -46703,7 +46736,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-plumber = nodeEnv.buildNodePackage {
name = "postcss-plumber";
@@ -46737,7 +46770,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pointer = nodeEnv.buildNodePackage {
name = "postcss-pointer";
@@ -46761,7 +46794,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-polish-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-polish-stylesheets";
@@ -46795,7 +46828,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-polygon = nodeEnv.buildNodePackage {
name = "postcss-polygon";
@@ -46829,7 +46862,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-polygon-shapes = nodeEnv.buildNodePackage {
name = "postcss-polygon-shapes";
@@ -46858,7 +46891,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-portuguese-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-portuguese-stylesheets";
@@ -46892,7 +46925,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-position = nodeEnv.buildNodePackage {
name = "postcss-position";
@@ -46920,7 +46953,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-position-alt = nodeEnv.buildNodePackage {
name = "postcss-position-alt";
@@ -46948,7 +46981,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-position-nib = nodeEnv.buildNodePackage {
name = "postcss-position-nib";
@@ -46976,7 +47009,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pr = nodeEnv.buildNodePackage {
name = "postcss-pr";
@@ -47010,7 +47043,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-precision = nodeEnv.buildNodePackage {
name = "postcss-precision";
@@ -47044,7 +47077,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-prefect = nodeEnv.buildNodePackage {
name = "postcss-prefect";
@@ -47068,7 +47101,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-prefix-classless = nodeEnv.buildNodePackage {
name = "postcss-prefix-classless";
@@ -47092,7 +47125,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-prefix-selector = nodeEnv.buildNodePackage {
name = "postcss-prefix-selector";
@@ -47126,7 +47159,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-prefix-url = nodeEnv.buildNodePackage {
name = "postcss-prefix-url";
@@ -47176,7 +47209,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-prefixer = nodeEnv.buildNodePackage {
name = "postcss-prefixer";
@@ -47212,7 +47245,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-prefixer-font-face = nodeEnv.buildNodePackage {
name = "postcss-prefixer-font-face";
@@ -47245,7 +47278,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-prefixer-keyframes = nodeEnv.buildNodePackage {
name = "postcss-prefixer-keyframes";
@@ -47278,7 +47311,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-prepend-selector = nodeEnv.buildNodePackage {
name = "postcss-prepend-selector";
@@ -47312,7 +47345,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-preref = nodeEnv.buildNodePackage {
name = "postcss-preref";
@@ -47347,7 +47380,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-presence-transition = nodeEnv.buildNodePackage {
name = "postcss-presence-transition";
@@ -47382,7 +47415,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-prettify = nodeEnv.buildNodePackage {
name = "postcss-prettify";
@@ -47407,7 +47440,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-print = nodeEnv.buildNodePackage {
name = "postcss-print";
@@ -47441,7 +47474,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-processor-order = nodeEnv.buildNodePackage {
name = "postcss-processor-order";
@@ -47475,7 +47508,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-property-lookup = nodeEnv.buildNodePackage {
name = "postcss-property-lookup";
@@ -47505,7 +47538,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-property-shorthand = nodeEnv.buildNodePackage {
name = "postcss-property-shorthand";
@@ -47539,7 +47572,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pseudo-class-any-button = nodeEnv.buildNodePackage {
name = "postcss-pseudo-class-any-button";
@@ -47577,7 +47610,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pseudo-class-any-link = nodeEnv.buildNodePackage {
name = "postcss-pseudo-class-any-link";
@@ -47609,7 +47642,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pseudo-class-enter = nodeEnv.buildNodePackage {
name = "postcss-pseudo-class-enter";
@@ -47647,7 +47680,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pseudo-classes = nodeEnv.buildNodePackage {
name = "postcss-pseudo-classes";
@@ -47681,7 +47714,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pseudo-content-insert = nodeEnv.buildNodePackage {
name = "postcss-pseudo-content-insert";
@@ -47715,7 +47748,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pseudo-element-colons = nodeEnv.buildNodePackage {
name = "postcss-pseudo-element-colons";
@@ -47749,7 +47782,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pseudo-elements-content = nodeEnv.buildNodePackage {
name = "postcss-pseudo-elements-content";
@@ -47773,7 +47806,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pseudoelements = nodeEnv.buildNodePackage {
name = "postcss-pseudoelements";
@@ -47801,7 +47834,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-px-to-em = nodeEnv.buildNodePackage {
name = "postcss-px-to-em";
@@ -47826,7 +47859,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-px-to-viewport = nodeEnv.buildNodePackage {
name = "postcss-px-to-viewport";
@@ -47861,7 +47894,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-px-transformer = nodeEnv.buildNodePackage {
name = "postcss-px-transformer";
@@ -47896,7 +47929,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-px2rem = nodeEnv.buildNodePackage {
name = "postcss-px2rem";
@@ -47971,7 +48004,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-px2rem-dpr = nodeEnv.buildNodePackage {
name = "postcss-px2rem-dpr";
@@ -48046,7 +48079,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-px2rpx = nodeEnv.buildNodePackage {
name = "postcss-px2rpx";
@@ -48080,7 +48113,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pxtorem = nodeEnv.buildNodePackage {
name = "postcss-pxtorem";
@@ -48115,7 +48148,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pxtorem-dpr = nodeEnv.buildNodePackage {
name = "postcss-pxtorem-dpr";
@@ -48156,7 +48189,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pxtorem-plus = nodeEnv.buildNodePackage {
name = "postcss-pxtorem-plus";
@@ -48191,7 +48224,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-pxtorpx = nodeEnv.buildNodePackage {
name = "postcss-pxtorpx";
@@ -48226,7 +48259,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-quantity-queries = nodeEnv.buildNodePackage {
name = "postcss-quantity-queries";
@@ -48255,7 +48288,7 @@ in
license = "Unlicense";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-quash = nodeEnv.buildNodePackage {
name = "postcss-quash";
@@ -48289,7 +48322,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-rails-asset-urls = nodeEnv.buildNodePackage {
name = "postcss-rails-asset-urls";
@@ -48323,7 +48356,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-randomcolor = nodeEnv.buildNodePackage {
name = "postcss-randomcolor";
@@ -48359,7 +48392,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ratio = nodeEnv.buildNodePackage {
name = "postcss-ratio";
@@ -48393,7 +48426,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-raw = nodeEnv.buildNodePackage {
name = "postcss-raw";
@@ -48428,7 +48461,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-rcs = nodeEnv.buildNodePackage {
name = "postcss-rcs";
@@ -48481,7 +48514,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-react-css-optimizer = nodeEnv.buildNodePackage {
name = "postcss-react-css-optimizer";
@@ -48807,7 +48840,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-react-native = nodeEnv.buildNodePackage {
name = "postcss-react-native";
@@ -48870,7 +48903,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-reduce-idents = nodeEnv.buildNodePackage {
name = "postcss-reduce-idents";
@@ -48905,7 +48938,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-reduce-idents-rauchg = nodeEnv.buildNodePackage {
name = "postcss-reduce-idents-rauchg";
@@ -48940,7 +48973,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-reduce-initial = nodeEnv.buildNodePackage {
name = "postcss-reduce-initial";
@@ -48974,7 +49007,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ref = nodeEnv.buildNodePackage {
name = "postcss-ref";
@@ -49007,7 +49040,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-reference = nodeEnv.buildNodePackage {
name = "postcss-reference";
@@ -49042,7 +49075,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-regions = nodeEnv.buildNodePackage {
name = "postcss-regions";
@@ -49066,7 +49099,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-remify = nodeEnv.buildNodePackage {
name = "postcss-remify";
@@ -49100,7 +49133,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-remove-at-rules = nodeEnv.buildNodePackage {
name = "postcss-remove-at-rules";
@@ -49117,7 +49150,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-remove-base = nodeEnv.buildNodePackage {
name = "postcss-remove-base";
@@ -49133,7 +49166,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-remove-media-query-ranges = nodeEnv.buildNodePackage {
name = "postcss-remove-media-query-ranges";
@@ -49167,7 +49200,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-remove-null = nodeEnv.buildNodePackage {
name = "postcss-remove-null";
@@ -49203,7 +49236,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-remove-prefixes = nodeEnv.buildNodePackage {
name = "postcss-remove-prefixes";
@@ -49286,7 +49319,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-remove-root = nodeEnv.buildNodePackage {
name = "postcss-remove-root";
@@ -49320,7 +49353,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-remove-rules = nodeEnv.buildNodePackage {
name = "postcss-remove-rules";
@@ -49354,7 +49387,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-remove-selectors = nodeEnv.buildNodePackage {
name = "postcss-remove-selectors";
@@ -49388,7 +49421,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-remtopx = nodeEnv.buildNodePackage {
name = "postcss-remtopx";
@@ -49423,7 +49456,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-replace-overflow-wrap = nodeEnv.buildNodePackage {
name = "postcss-replace-overflow-wrap";
@@ -49451,7 +49484,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-resemble-image = nodeEnv.buildNodePackage {
name = "postcss-resemble-image";
@@ -49570,7 +49603,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-responsify = nodeEnv.buildNodePackage {
name = "postcss-responsify";
@@ -49604,7 +49637,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-responsive-font = nodeEnv.buildNodePackage {
name = "postcss-responsive-font";
@@ -49638,7 +49671,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-responsive-images = nodeEnv.buildNodePackage {
name = "postcss-responsive-images";
@@ -49672,7 +49705,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-responsive-properties = nodeEnv.buildNodePackage {
name = "postcss-responsive-properties";
@@ -49700,7 +49733,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-responsive-type = nodeEnv.buildNodePackage {
name = "postcss-responsive-type";
@@ -49728,7 +49761,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-retina-bg-img = nodeEnv.buildNodePackage {
name = "postcss-retina-bg-img";
@@ -49756,7 +49789,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-reverse-media = nodeEnv.buildNodePackage {
name = "postcss-reverse-media";
@@ -49792,7 +49825,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-rgb-plz = nodeEnv.buildNodePackage {
name = "postcss-rgb-plz";
@@ -49830,7 +49863,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-rgb-to-rgba = nodeEnv.buildNodePackage {
name = "postcss-rgb-to-rgba";
@@ -49847,7 +49880,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-rgba-hex = nodeEnv.buildNodePackage {
name = "postcss-rgba-hex";
@@ -49883,7 +49916,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-rgrid = nodeEnv.buildNodePackage {
name = "postcss-rgrid";
@@ -49926,7 +49959,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-ri-columns = nodeEnv.buildNodePackage {
name = "postcss-ri-columns";
@@ -49951,7 +49984,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-roman-numerals = nodeEnv.buildNodePackage {
name = "postcss-roman-numerals";
@@ -49986,7 +50019,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-round-float = nodeEnv.buildNodePackage {
name = "postcss-round-float";
@@ -50014,7 +50047,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-round-subpixels = nodeEnv.buildNodePackage {
name = "postcss-round-subpixels";
@@ -50049,7 +50082,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-rows = nodeEnv.buildNodePackage {
name = "postcss-rows";
@@ -50083,7 +50116,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-rtl = nodeEnv.buildNodePackage {
name = "postcss-rtl";
@@ -50118,7 +50151,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-rtlcss-combined = nodeEnv.buildNodePackage {
name = "postcss-rtlcss-combined";
@@ -50330,7 +50363,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-russian-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-russian-stylesheets";
@@ -50364,7 +50397,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-russian-units = nodeEnv.buildNodePackage {
name = "postcss-russian-units";
@@ -50390,7 +50423,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-safe-important = nodeEnv.buildNodePackage {
name = "postcss-safe-important";
@@ -50424,7 +50457,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sanitize = nodeEnv.buildNodePackage {
name = "postcss-sanitize";
@@ -50462,7 +50495,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sass = nodeEnv.buildNodePackage {
name = "postcss-sass";
@@ -50492,7 +50525,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sass-color-functions = nodeEnv.buildNodePackage {
name = "postcss-sass-color-functions";
@@ -50532,7 +50565,7 @@ in
homepage = "https://github.com/adam-h/postcss-sass-color-functions#readme";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sass-colors = nodeEnv.buildNodePackage {
name = "postcss-sass-colors";
@@ -50572,7 +50605,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sass-each = nodeEnv.buildNodePackage {
name = "postcss-sass-each";
@@ -50607,7 +50640,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sass-extend = nodeEnv.buildNodePackage {
name = "postcss-sass-extend";
@@ -50631,7 +50664,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sass-mixins = nodeEnv.buildNodePackage {
name = "postcss-sass-mixins";
@@ -50656,7 +50689,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sassy = nodeEnv.buildNodePackage {
name = "postcss-sassy";
@@ -50716,7 +50749,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sassy-import = nodeEnv.buildNodePackage {
name = "postcss-sassy-import";
@@ -50762,7 +50795,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sassy-mixins = nodeEnv.buildNodePackage {
name = "postcss-sassy-mixins";
@@ -50807,7 +50840,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-scope-selector = nodeEnv.buildNodePackage {
name = "postcss-scope-selector";
@@ -50841,7 +50874,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-scoped = nodeEnv.buildNodePackage {
name = "postcss-scoped";
@@ -50876,7 +50909,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-scopes = nodeEnv.buildNodePackage {
name = "postcss-scopes";
@@ -51014,7 +51047,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-scopify = nodeEnv.buildNodePackage {
name = "postcss-scopify";
@@ -51048,7 +51081,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-scrib = nodeEnv.buildNodePackage {
name = "postcss-scrib";
@@ -51082,7 +51115,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-secmodify = nodeEnv.buildNodePackage {
name = "postcss-secmodify";
@@ -51116,7 +51149,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-select = nodeEnv.buildNodePackage {
name = "postcss-select";
@@ -51160,7 +51193,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-selector-matches = nodeEnv.buildNodePackage {
name = "postcss-selector-matches";
@@ -51189,7 +51222,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-selector-not = nodeEnv.buildNodePackage {
name = "postcss-selector-not";
@@ -51218,7 +51251,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-selector-prefix = nodeEnv.buildNodePackage {
name = "postcss-selector-prefix";
@@ -51246,7 +51279,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-selector-prefixer = nodeEnv.buildNodePackage {
name = "postcss-selector-prefixer";
@@ -51280,7 +51313,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-selector-source = nodeEnv.buildNodePackage {
name = "postcss-selector-source";
@@ -51320,7 +51353,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-selector-style = nodeEnv.buildNodePackage {
name = "postcss-selector-style";
@@ -51354,7 +51387,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sequence = nodeEnv.buildNodePackage {
name = "postcss-sequence";
@@ -51383,7 +51416,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-shades-of-gray = nodeEnv.buildNodePackage {
name = "postcss-shades-of-gray";
@@ -51417,7 +51450,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-shape = nodeEnv.buildNodePackage {
name = "postcss-shape";
@@ -51451,7 +51484,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-shared-options = nodeEnv.buildNodePackage {
name = "postcss-shared-options";
@@ -51487,7 +51520,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-shared-values = nodeEnv.buildNodePackage {
name = "postcss-shared-values";
@@ -51515,7 +51548,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-shopify = nodeEnv.buildNodePackage {
name = "postcss-shopify";
@@ -51566,7 +51599,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-shopify-liquid-expander = nodeEnv.buildNodePackage {
name = "postcss-shopify-liquid-expander";
@@ -51600,7 +51633,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-shopify-settings-variables = nodeEnv.buildNodePackage {
name = "postcss-shopify-settings-variables";
@@ -51628,7 +51661,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-short = nodeEnv.buildNodePackage {
name = "postcss-short";
@@ -51667,7 +51700,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-short-border = nodeEnv.buildNodePackage {
name = "postcss-short-border";
@@ -51695,7 +51728,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-short-border-radius = nodeEnv.buildNodePackage {
name = "postcss-short-border-radius";
@@ -51723,7 +51756,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-short-color = nodeEnv.buildNodePackage {
name = "postcss-short-color";
@@ -51751,7 +51784,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-short-data = nodeEnv.buildNodePackage {
name = "postcss-short-data";
@@ -51785,7 +51818,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-short-font-size = nodeEnv.buildNodePackage {
name = "postcss-short-font-size";
@@ -51813,7 +51846,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-short-position = nodeEnv.buildNodePackage {
name = "postcss-short-position";
@@ -51841,7 +51874,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-short-size = nodeEnv.buildNodePackage {
name = "postcss-short-size";
@@ -51869,7 +51902,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-short-spacing = nodeEnv.buildNodePackage {
name = "postcss-short-spacing";
@@ -51897,7 +51930,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-short-text = nodeEnv.buildNodePackage {
name = "postcss-short-text";
@@ -51932,7 +51965,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-shorthand-expand = nodeEnv.buildNodePackage {
name = "postcss-shorthand-expand";
@@ -51979,7 +52012,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-show-scrollbars = nodeEnv.buildNodePackage {
name = "postcss-show-scrollbars";
@@ -52013,7 +52046,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-simple-extend = nodeEnv.buildNodePackage {
name = "postcss-simple-extend";
@@ -52047,7 +52080,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-simple-grid = nodeEnv.buildNodePackage {
name = "postcss-simple-grid";
@@ -52075,7 +52108,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-simple-import = nodeEnv.buildNodePackage {
name = "postcss-simple-import";
@@ -52131,7 +52164,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-simple-media-queries = nodeEnv.buildNodePackage {
name = "postcss-simple-media-queries";
@@ -52155,7 +52188,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-simple-mixin = nodeEnv.buildNodePackage {
name = "postcss-simple-mixin";
@@ -52172,7 +52205,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-simple-url = nodeEnv.buildNodePackage {
name = "postcss-simple-url";
@@ -52206,7 +52239,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-simple-vars = nodeEnv.buildNodePackage {
name = "postcss-simple-vars";
@@ -52234,7 +52267,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-simple-vars-async = nodeEnv.buildNodePackage {
name = "postcss-simple-vars-async";
@@ -52268,7 +52301,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-simplify-selectors = nodeEnv.buildNodePackage {
name = "postcss-simplify-selectors";
@@ -52420,7 +52453,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-single-charset = nodeEnv.buildNodePackage {
name = "postcss-single-charset";
@@ -52448,7 +52481,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-single-line = nodeEnv.buildNodePackage {
name = "postcss-single-line";
@@ -52465,7 +52498,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-singlish-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-singlish-stylesheets";
@@ -52489,7 +52522,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-size = nodeEnv.buildNodePackage {
name = "postcss-size";
@@ -52517,7 +52550,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-size-nib = nodeEnv.buildNodePackage {
name = "postcss-size-nib";
@@ -52545,7 +52578,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sketch = nodeEnv.buildNodePackage {
name = "postcss-sketch";
@@ -52584,7 +52617,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-slds-prefix = nodeEnv.buildNodePackage {
name = "postcss-slds-prefix";
@@ -52618,7 +52651,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-smart-asset = nodeEnv.buildNodePackage {
name = "postcss-smart-asset";
@@ -52666,7 +52699,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-smart-import = nodeEnv.buildNodePackage {
name = "postcss-smart-import";
@@ -52711,7 +52744,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-solemn = nodeEnv.buildNodePackage {
name = "postcss-solemn";
@@ -52747,7 +52780,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sort = nodeEnv.buildNodePackage {
name = "postcss-sort";
@@ -52770,7 +52803,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sort-alphabetically = nodeEnv.buildNodePackage {
name = "postcss-sort-alphabetically";
@@ -52804,7 +52837,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sort-style-rules = nodeEnv.buildNodePackage {
name = "postcss-sort-style-rules";
@@ -52839,7 +52872,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sorting = nodeEnv.buildNodePackage {
name = "postcss-sorting";
@@ -52868,7 +52901,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-space-start-attrs = nodeEnv.buildNodePackage {
name = "postcss-space-start-attrs";
@@ -52906,7 +52939,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-spanish-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-spanish-stylesheets";
@@ -52940,7 +52973,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-speech-bubble = nodeEnv.buildNodePackage {
name = "postcss-speech-bubble";
@@ -52974,7 +53007,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-split = nodeEnv.buildNodePackage {
name = "postcss-split";
@@ -52998,7 +53031,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sprites = nodeEnv.buildNodePackage {
name = "postcss-sprites";
@@ -53384,7 +53417,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sprites-2 = nodeEnv.buildNodePackage {
name = "postcss-sprites-2";
@@ -53770,7 +53803,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sprites-just = nodeEnv.buildNodePackage {
name = "postcss-sprites-just";
@@ -53961,7 +53994,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-sprites-rem = nodeEnv.buildNodePackage {
name = "postcss-sprites-rem";
@@ -54347,7 +54380,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-spritus = nodeEnv.buildNodePackage {
name = "postcss-spritus";
@@ -55001,7 +55034,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-srcset = nodeEnv.buildNodePackage {
name = "postcss-srcset";
@@ -55090,7 +55123,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-start-to-end = nodeEnv.buildNodePackage {
name = "postcss-start-to-end";
@@ -55138,7 +55171,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-state-selector = nodeEnv.buildNodePackage {
name = "postcss-state-selector";
@@ -55200,7 +55233,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-strip = nodeEnv.buildNodePackage {
name = "postcss-strip";
@@ -55227,7 +55260,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-strip-units = nodeEnv.buildNodePackage {
name = "postcss-strip-units";
@@ -55257,7 +55290,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-strip-zero-length-units = nodeEnv.buildNodePackage {
name = "postcss-strip-zero-length-units";
@@ -55300,7 +55333,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-stronk = nodeEnv.buildNodePackage {
name = "postcss-stronk";
@@ -55334,7 +55367,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-structure = nodeEnv.buildNodePackage {
name = "postcss-structure";
@@ -55811,7 +55844,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-style-guide = nodeEnv.buildNodePackage {
name = "postcss-style-guide";
@@ -55945,7 +55978,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-stylestats = nodeEnv.buildNodePackage {
name = "postcss-stylestats";
@@ -56171,7 +56204,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-stylish-dark-theme-gene = nodeEnv.buildNodePackage {
name = "postcss-stylish-dark-theme-gene";
@@ -56211,7 +56244,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-stylus-color-functions = nodeEnv.buildNodePackage {
name = "postcss-stylus-color-functions";
@@ -56250,7 +56283,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-substitute-optional-required = nodeEnv.buildNodePackage {
name = "postcss-substitute-optional-required";
@@ -56284,7 +56317,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-subtle = nodeEnv.buildNodePackage {
name = "postcss-subtle";
@@ -56396,7 +56429,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-svg = nodeEnv.buildNodePackage {
name = "postcss-svg";
@@ -56478,7 +56511,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-svg-fallback = nodeEnv.buildNodePackage {
name = "postcss-svg-fallback";
@@ -56618,7 +56651,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-svg-fragments = nodeEnv.buildNodePackage {
name = "postcss-svg-fragments";
@@ -56657,7 +56690,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-svgo = nodeEnv.buildNodePackage {
name = "postcss-svgo";
@@ -56708,7 +56741,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-swedish-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-swedish-stylesheets";
@@ -56745,7 +56778,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
"postcss-system.css" = nodeEnv.buildNodePackage {
name = "postcss-system.css";
@@ -56762,7 +56795,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-tag-prefixer = nodeEnv.buildNodePackage {
name = "postcss-tag-prefixer";
@@ -56790,7 +56823,7 @@ in
homepage = "https://github.com/ProductiveMobile/postcss-tag-prefixer#readme";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-tag-to-id = nodeEnv.buildNodePackage {
name = "postcss-tag-to-id";
@@ -56807,7 +56840,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-tape = nodeEnv.buildNodePackage {
name = "postcss-tape";
@@ -56824,7 +56857,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-tatar-stylesheets = nodeEnv.buildNodePackage {
name = "postcss-tatar-stylesheets";
@@ -56859,7 +56892,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-text-remove-gap = nodeEnv.buildNodePackage {
name = "postcss-text-remove-gap";
@@ -56912,7 +56945,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-text-transform = nodeEnv.buildNodePackage {
name = "postcss-text-transform";
@@ -56950,7 +56983,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-themeize = nodeEnv.buildNodePackage {
name = "postcss-themeize";
@@ -56985,7 +57018,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-time-machine = nodeEnv.buildNodePackage {
name = "postcss-time-machine";
@@ -57018,7 +57051,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-times = nodeEnv.buildNodePackage {
name = "postcss-times";
@@ -57053,7 +57086,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-tipsy = nodeEnv.buildNodePackage {
name = "postcss-tipsy";
@@ -57087,7 +57120,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-to-nest = nodeEnv.buildNodePackage {
name = "postcss-to-nest";
@@ -57125,7 +57158,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-todo-reminder = nodeEnv.buildNodePackage {
name = "postcss-todo-reminder";
@@ -57159,7 +57192,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-touch-callout = nodeEnv.buildNodePackage {
name = "postcss-touch-callout";
@@ -57193,7 +57226,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-transform-shortcut = nodeEnv.buildNodePackage {
name = "postcss-transform-shortcut";
@@ -57227,7 +57260,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-transition-shortcut = nodeEnv.buildNodePackage {
name = "postcss-transition-shortcut";
@@ -57261,7 +57294,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-triangle = nodeEnv.buildNodePackage {
name = "postcss-triangle";
@@ -57289,7 +57322,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-trolling = nodeEnv.buildNodePackage {
name = "postcss-trolling";
@@ -57324,7 +57357,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-typescale = nodeEnv.buildNodePackage {
name = "postcss-typescale";
@@ -57352,7 +57385,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-typescript-css = nodeEnv.buildNodePackage {
name = "postcss-typescript-css";
@@ -57391,7 +57424,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-typescript-kickstart = nodeEnv.buildNodePackage {
name = "postcss-typescript-kickstart";
@@ -57424,7 +57457,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-typography = nodeEnv.buildNodePackage {
name = "postcss-typography";
@@ -57470,7 +57503,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-uncss = nodeEnv.buildNodePackage {
name = "postcss-uncss";
@@ -57487,7 +57520,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-uncss-jsdom = nodeEnv.buildNodePackage {
name = "postcss-uncss-jsdom";
@@ -57504,7 +57537,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-unicode-characters = nodeEnv.buildNodePackage {
name = "postcss-unicode-characters";
@@ -57542,7 +57575,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-unicode-selector = nodeEnv.buildNodePackage {
name = "postcss-unicode-selector";
@@ -57576,7 +57609,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-unique-selectors = nodeEnv.buildNodePackage {
name = "postcss-unique-selectors";
@@ -57612,7 +57645,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-units = nodeEnv.buildNodePackage {
name = "postcss-units";
@@ -57641,7 +57674,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-unmq = nodeEnv.buildNodePackage {
name = "postcss-unmq";
@@ -57676,7 +57709,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-unnot = nodeEnv.buildNodePackage {
name = "postcss-unnot";
@@ -57714,7 +57747,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-unnth = nodeEnv.buildNodePackage {
name = "postcss-unnth";
@@ -57752,7 +57785,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-unopacity = nodeEnv.buildNodePackage {
name = "postcss-unopacity";
@@ -57789,7 +57822,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-unrgba = nodeEnv.buildNodePackage {
name = "postcss-unrgba";
@@ -57824,7 +57857,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-unroot = nodeEnv.buildNodePackage {
name = "postcss-unroot";
@@ -57862,7 +57895,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-unwrap-at-media = nodeEnv.buildNodePackage {
name = "postcss-unwrap-at-media";
@@ -57897,7 +57930,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-update-media-queries = nodeEnv.buildNodePackage {
name = "postcss-update-media-queries";
@@ -57931,7 +57964,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-url = nodeEnv.buildNodePackage {
name = "postcss-url";
@@ -57968,7 +58001,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-url-versioner = nodeEnv.buildNodePackage {
name = "postcss-url-versioner";
@@ -57997,7 +58030,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-urlrev = nodeEnv.buildNodePackage {
name = "postcss-urlrev";
@@ -58025,7 +58058,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-use = nodeEnv.buildNodePackage {
name = "postcss-use";
@@ -58054,7 +58087,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-utilities = nodeEnv.buildNodePackage {
name = "postcss-utilities";
@@ -58083,7 +58116,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-validator = nodeEnv.buildNodePackage {
name = "postcss-validator";
@@ -58117,7 +58150,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-variable-media = nodeEnv.buildNodePackage {
name = "postcss-variable-media";
@@ -58145,7 +58178,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-variables = nodeEnv.buildNodePackage {
name = "postcss-variables";
@@ -58173,7 +58206,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-variables-loader = nodeEnv.buildNodePackage {
name = "postcss-variables-loader";
@@ -58309,7 +58342,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-verthorz = nodeEnv.buildNodePackage {
name = "postcss-verthorz";
@@ -58333,7 +58366,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-vertical-rhythm = nodeEnv.buildNodePackage {
name = "postcss-vertical-rhythm";
@@ -58367,7 +58400,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-vertical-rhythm-function = nodeEnv.buildNodePackage {
name = "postcss-vertical-rhythm-function";
@@ -58405,7 +58438,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-vh-to-px = nodeEnv.buildNodePackage {
name = "postcss-vh-to-px";
@@ -58439,7 +58472,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-visitor = nodeEnv.buildNodePackage {
name = "postcss-visitor";
@@ -58478,7 +58511,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-vmax = nodeEnv.buildNodePackage {
name = "postcss-vmax";
@@ -58512,7 +58545,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-vr-pr = nodeEnv.buildNodePackage {
name = "postcss-vr-pr";
@@ -58546,7 +58579,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-vw = nodeEnv.buildNodePackage {
name = "postcss-vw";
@@ -58580,7 +58613,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-wapuu = nodeEnv.buildNodePackage {
name = "postcss-wapuu";
@@ -58614,7 +58647,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-wcag-contrast = nodeEnv.buildNodePackage {
name = "postcss-wcag-contrast";
@@ -58643,7 +58676,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-weapp = nodeEnv.buildNodePackage {
name = "postcss-weapp";
@@ -58660,7 +58693,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-wee-syntax = nodeEnv.buildNodePackage {
name = "postcss-wee-syntax";
@@ -58688,7 +58721,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-will-change = nodeEnv.buildNodePackage {
name = "postcss-will-change";
@@ -58716,7 +58749,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-will-change-transition = nodeEnv.buildNodePackage {
name = "postcss-will-change-transition";
@@ -58745,7 +58778,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-wireframe = nodeEnv.buildNodePackage {
name = "postcss-wireframe";
@@ -58780,7 +58813,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-words = nodeEnv.buildNodePackage {
name = "postcss-words";
@@ -58815,7 +58848,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-wp = nodeEnv.buildNodePackage {
name = "postcss-wp";
@@ -58843,7 +58876,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-wrap = nodeEnv.buildNodePackage {
name = "postcss-wrap";
@@ -58878,7 +58911,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-wrap-lines = nodeEnv.buildNodePackage {
name = "postcss-wrap-lines";
@@ -58912,7 +58945,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-write-svg = nodeEnv.buildNodePackage {
name = "postcss-write-svg";
@@ -58947,7 +58980,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-z = nodeEnv.buildNodePackage {
name = "postcss-z";
@@ -58981,7 +59014,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-zindex = nodeEnv.buildNodePackage {
name = "postcss-zindex";
@@ -59018,7 +59051,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-zindex-order = nodeEnv.buildNodePackage {
name = "postcss-zindex-order";
@@ -59053,7 +59086,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss-zoom-font-size = nodeEnv.buildNodePackage {
name = "postcss-zoom-font-size";
@@ -59087,7 +59120,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
postcss5-opacity = nodeEnv.buildNodePackage {
name = "postcss5-opacity";
@@ -59121,7 +59154,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
precss = nodeEnv.buildNodePackage {
name = "precss";
@@ -59240,7 +59273,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
pxtorem = nodeEnv.buildNodePackage {
name = "pxtorem";
@@ -59257,7 +59290,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
qhtemp-postcss-less-vars = nodeEnv.buildNodePackage {
name = "qhtemp-postcss-less-vars";
@@ -59291,7 +59324,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
react-css-components = nodeEnv.buildNodePackage {
name = "react-css-components";
@@ -59359,7 +59392,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
readase = nodeEnv.buildNodePackage {
name = "readase";
@@ -59376,7 +59409,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
saladcss-bem = nodeEnv.buildNodePackage {
name = "saladcss-bem";
@@ -59404,7 +59437,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
scopify-cli = nodeEnv.buildNodePackage {
name = "scopify-cli";
@@ -59448,7 +59481,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
scssfmt = nodeEnv.buildNodePackage {
name = "scssfmt";
@@ -59711,7 +59744,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
sgcss = nodeEnv.buildNodePackage {
name = "sgcss";
@@ -59772,7 +59805,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
spike-css-standards = nodeEnv.buildNodePackage {
name = "spike-css-standards";
@@ -60010,7 +60043,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
stylefmt = nodeEnv.buildNodePackage {
name = "stylefmt";
@@ -60356,7 +60389,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
stylehacks = nodeEnv.buildNodePackage {
name = "stylehacks";
@@ -60407,7 +60440,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
sunesimonsen-postcss-input-range = nodeEnv.buildNodePackage {
name = "sunesimonsen-postcss-input-range";
@@ -60445,7 +60478,7 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
sushi-roll = nodeEnv.buildNodePackage {
name = "sushi-roll";
@@ -60479,7 +60512,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
"system.css" = nodeEnv.buildNodePackage {
name = "system.css";
@@ -60511,7 +60544,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
tidify = nodeEnv.buildNodePackage {
name = "tidify";
@@ -60629,7 +60662,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
usedcss = nodeEnv.buildNodePackage {
name = "usedcss";
@@ -60802,7 +60835,7 @@ in
license = "ISC";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
xg-csshint = nodeEnv.buildNodePackage {
name = "xg-csshint";
@@ -60846,7 +60879,7 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
ycss = nodeEnv.buildNodePackage {
name = "ycss";
@@ -60954,6 +60987,6 @@ in
license = "CC0-1.0";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
} \ No newline at end of file
diff --git a/modules/pkgs/postcss-plugins/plugins.nix b/modules/pkgs/postcss-plugins/plugins.nix
index e635774..fa82945 100644
--- a/modules/pkgs/postcss-plugins/plugins.nix
+++ b/modules/pkgs/postcss-plugins/plugins.nix
@@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
- }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-4_x"}:
+ }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
let
nodeEnv = import ./node-env.nix {
diff --git a/modules/pkgs/sass-lint/generate.sh b/modules/pkgs/sass-lint/generate.sh
index dbfef37..16d4673 100755
--- a/modules/pkgs/sass-lint/generate.sh
+++ b/modules/pkgs/sass-lint/generate.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-node2nix --flatten -i main.json -c main.nix
+node2nix -8 --bypass-cache --flatten -i main.json -c main.nix
diff --git a/modules/pkgs/sass-lint/main.nix b/modules/pkgs/sass-lint/main.nix
index e635774..fa82945 100644
--- a/modules/pkgs/sass-lint/main.nix
+++ b/modules/pkgs/sass-lint/main.nix
@@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
- }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-4_x"}:
+ }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
let
nodeEnv = import ./node-env.nix {
diff --git a/modules/pkgs/sass-lint/node-packages.nix b/modules/pkgs/sass-lint/node-packages.nix
index f95a204..08fe9f0 100644
--- a/modules/pkgs/sass-lint/node-packages.nix
+++ b/modules/pkgs/sass-lint/node-packages.nix
@@ -1483,6 +1483,6 @@ in
license = "MIT";
};
production = true;
- bypassCache = false;
+ bypassCache = true;
};
} \ No newline at end of file