Merge master into staging-next

Changed files
+2971 -607
lib
nixos
pkgs
applications
audio
tidal-hifi
yoshimi
editors
vscode
misc
khal
pdfstudio
whalebird
networking
browsers
brave
chromium
google-chrome
cluster
terraform-providers
instant-messengers
discord
element
feishu
jitsi-meet-electron
schildichat
session-desktop
signal-desktop
slack
office
micropad
qownnotes
build-support
rust
build-rust-package
src-only
development
interpreters
libraries
libxcrypt
thrift
wxwidgets
python-modules
aiohomekit
aioswitcher
aiowebostv
awesomeversion
azure-core
boxx
dwdwfsapi
fjaraskupan
govee-ble
hstspreload
lxmf
msrest
nomadnet
peaqevcore
plugwise
pylutron-caseta
rns
s3-credentials
vsts
weconnect
weconnect-mqtt
tools
analysis
doctl
misc
saleae-logic-2
os-specific
servers
plex
tools
admin
misc
elfcat
fclones
gh-dash
steampipe
networking
dnsproxy
minidlna
pdsh
security
gnupg
gowitness
iaito
system
thermald
top-level
+3 -3
lib/generators.nix
···
* to implicit typing rules, so it should work with older
* parsers as well.
*/
-
toYAML = {}@args: toJSON args;
+
toYAML = toJSON;
withRecursion =
-
args@{
+
{
/* If this option is not null, the given value will stop evaluating at a certain depth */
depthLimit
/* If this option is true, an error will be thrown, if a certain given depth is exceeded */
···
allowPrettyValues ? false,
/* If this option is true, the output is indented with newlines for attribute sets and lists */
multiline ? true
-
}@args:
+
}:
let
go = indent: v: with builtins;
let isPath = v: typeOf v == "path";
+1 -9
lib/modules.nix
···
concatStringsSep
elem
filter
-
findFirst
foldl'
getAttrFromPath
head
···
recursiveUpdate
reverseList sort
setAttrByPath
-
toList
types
warnIf
zipAttrsWith
···
showFiles
showOption
unknownModule
-
literalExpression
;
showDeclPrefix = loc: decl: prefix:
···
}
else
let
-
firstNonOption = findFirst (m: !isOption m.options) "" decls;
nonOptions = filter (m: !isOption m.options) decls;
in
throw "The option `${showOption loc}' in module `${(lib.head optionDecls)._file}' would be a parent of the following options, but its type `${(lib.head optionDecls).options.type.description or "<no description>"}' does not support nested options.\n${
···
'opts' is a list of modules. Each module has an options attribute which
correspond to the definition of 'loc' in 'opt.file'. */
mergeOptionDecls =
-
let
-
coerceOption = file: opt:
-
if isFunction opt then setDefaultModuleLocation file opt
-
else setDefaultModuleLocation file { options = opt; };
-
in loc: opts:
+
loc: opts:
foldl' (res: opt:
let t = res.type;
t' = opt.options.type;
-1
lib/options.nix
···
concatLists
concatMap
concatMapStringsSep
-
elemAt
filter
foldl'
head
-1
lib/sources.nix
···
# Tested in lib/tests/sources.sh
let
inherit (builtins)
-
hasContext
match
readDir
split
-1
lib/tests/maintainers.nix
···
}:
let
-
inherit (lib) types;
checkMaintainer = handle: uncheckedAttrs:
let
prefix = [ "lib" "maintainers" handle ];
-2
lib/types.nix
···
inherit (lib)
elem
flip
-
functionArgs
isAttrs
isBool
isDerivation
···
isList
isString
isStorePath
-
setFunctionArgs
toDerivation
toList
;
-7
nixos/lib/make-multi-disk-zfs-image.nix
···
properties
);
-
featuresToProperties = features:
-
lib.listToAttrs
-
(builtins.map (feature: {
-
name = "feature@${feature}";
-
value = "enabled";
-
}) features);
-
createDatasets =
let
datasetlist = lib.mapAttrsToList lib.nameValuePair datasets;
-9
nixos/lib/make-single-disk-zfs-image.nix
···
properties
);
-
featuresToProperties = features:
-
lib.listToAttrs
-
(builtins.map
-
(feature: {
-
name = "feature@${feature}";
-
value = "enabled";
-
})
-
features);
-
createDatasets =
let
datasetlist = lib.mapAttrsToList lib.nameValuePair datasets;
+1 -1
nixos/modules/installer/tools/nixos-build-vms/build-vms.nix
···
inherit system pkgs;
};
-
interactiveDriver = (testing.makeTest { inherit nodes; name = "network"; testScript = "start_all(); join_all();"; }).driverInteractive;
+
interactiveDriver = (testing.makeTest { inherit nodes; name = "network"; testScript = "start_all(); join_all();"; }).test.driverInteractive;
in
+3 -1
nixos/tests/make-test-python.nix
···
with import ../lib/testing-python.nix { inherit system pkgs; };
-
makeTest (if pkgs.lib.isFunction f then f (args // { inherit pkgs; inherit (pkgs) lib; }) else f)
+
let testConfig = makeTest (if pkgs.lib.isFunction f then f (args // { inherit pkgs; inherit (pkgs) lib; }) else f);
+
in testConfig.test # For nix-build
+
// testConfig # For all-tests.nix
+1 -3
nixos/tests/pgadmin4.nix
···
)
# Don't bother to test LDAP or kerberos authentification
-
# For now deactivate change_password API test. Current bug report at https://redmine.postgresql.org/issues/7648
-
# Password change works from the UI, if email SMTP is configured.
with subtest("run browser test"):
machine.succeed(
'cd ${pgadmin4SrcDir}/pgadmin4-${pkgs.pgadmin4.version}/web \
&& python regression/runtests.py \
--pkg browser \
-
--exclude browser.tests.test_ldap_login.LDAPLoginTestCase,browser.tests.test_ldap_login,browser.tests.test_kerberos_with_mocking,browser.tests.test_change_password'
+
--exclude browser.tests.test_ldap_login.LDAPLoginTestCase,browser.tests.test_ldap_login,browser.tests.test_kerberos_with_mocking'
)
# fontconfig is necessary for chromium to run
+11 -2
pkgs/applications/audio/tidal-hifi/default.nix
···
, gdk-pixbuf
, glib
, gtk3
+
, imagemagick
, libappindicator-gtk3
, libdbusmenu
, libdrm
···
gdk-pixbuf
glib
gtk3
+
imagemagick
pango
systemd
mesa # for libgbm
···
makeWrapper $out/opt/tidal-hifi/tidal-hifi $out/bin/tidal-hifi \
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath buildInputs}" \
"''${gappsWrapperArgs[@]}"
-
substituteInPlace $out/share/applications/tidal-hifi.desktop --replace \
-
"/opt/tidal-hifi/tidal-hifi" "tidal-hifi"
+
substituteInPlace $out/share/applications/tidal-hifi.desktop \
+
--replace \ "/opt/tidal-hifi/tidal-hifi" "tidal-hifi" \
+
--replace "/usr/share/icons/hicolor/0x0/apps/tidal-hifi.png" "tidal-hifi.png"
+
+
for size in 48 64 128 256 512; do
+
mkdir -p $out/share/icons/hicolor/''${size}x''${size}/apps/
+
convert $out/share/icons/hicolor/0x0/apps/tidal-hifi.png \
+
-resize ''${size}x''${size} $out/share/icons/hicolor/''${size}x''${size}/apps/tidal-hifi.png
+
done
'';
meta = with lib; {
+2 -2
pkgs/applications/audio/yoshimi/default.nix
···
stdenv.mkDerivation rec {
pname = "yoshimi";
-
version = "2.2.1";
+
version = "2.2.2.1";
src = fetchFromGitHub {
owner = "Yoshimi";
repo = pname;
rev = version;
-
hash = "sha256-Uo403vxzmDntmdoQZQqncuLpDXVJ2FdGi4pQ9jE9b/k=";
+
hash = "sha256-fkN5VNiXRVKCCAyrG6Z2s5qLEtHQNB2874VprhHBhAg=";
};
sourceRoot = "source/src";
+1 -1
pkgs/applications/editors/vscode/generic.nix
···
gappsWrapperArgs+=(
# Add gio to PATH so that moving files to the trash works when not using a desktop environment
--prefix PATH : ${glib.bin}/bin
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}"
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
--add-flags ${lib.escapeShellArg commandLineArgs}
)
'';
+52 -18
pkgs/applications/misc/khal/default.nix
···
-
{ lib, stdenv, pkgs, python3, fetchpatch, glibcLocales, installShellFiles }:
+
{ lib
+
, stdenv
+
, fetchFromGitHub
+
, fetchpatch
+
, glibcLocales
+
, installShellFiles
+
, python3
+
}:
-
with python3.pkgs; buildPythonApplication rec {
+
python3.pkgs.buildPythonApplication rec {
pname = "khal";
version = "0.10.5";
-
src = fetchPypi {
-
inherit pname version;
-
sha256 = "sha256-Tu+3rDAqJthgbbOSgXWHpO2UwnoVvy6iEWFKRk/PDHY=";
+
src = fetchFromGitHub {
+
owner = "pimutils";
+
repo = pname;
+
rev = "v${version}";
+
hash = "sha256-FneJmoAOb7WjSgluCwlspf27IU3MsQZFKryL9OSSsUw=";
};
-
propagatedBuildInputs = [
+
SETUPTOOLS_SCM_PRETEND_VERSION = version;
+
+
nativeBuildInputs = [
+
glibcLocales
+
installShellFiles
+
] ++ (with python3.pkgs; [
+
setuptools-scm
+
sphinx
+
sphinxcontrib_newsfeed
+
]);
+
+
propagatedBuildInputs = with python3.pkgs;[
atomicwrites
click
click-log
configobj
-
python-dateutil
+
freezegun
icalendar
lxml
+
pkginfo
pkgs.vdirsyncer
+
python-dateutil
pytz
pyxdg
requests-toolbelt
tzlocal
urwid
-
pkginfo
+
];
+
+
checkInputs = with python3.pkgs;[
freezegun
+
hypothesis
+
packaging
+
pytestCheckHook
+
vdirsyncer
];
-
nativeBuildInputs = [ setuptools-scm sphinx sphinxcontrib_newsfeed installShellFiles ];
+
+
patches = [
+
# Tests working with latest pytz version, https://github.com/pimutils/khal/pull/1183
+
(fetchpatch {
+
name = "support-later-pytz.patch";
+
url = "https://github.com/pimutils/khal/commit/53eb8a7426d5c09478c78d809c4df4391438e246.patch";
+
sha256 = "sha256-drGtvJlQ3qFUdeukRWCFycPSZGWG/FSRqnbwJzFKITc=";
+
excludes = [
+
"CHANGELOG.rst"
+
];
+
})
+
];
postInstall = ''
# shell completions
···
# man page
PATH="${python3.withPackages (ps: with ps; [ sphinx sphinxcontrib_newsfeed ])}/bin:$PATH" \
make -C doc man
-
install -Dm755 doc/build/man/khal.1 -t $out/share/man/man1
+
installManPage doc/build/man/khal.1
-
# desktop
+
# .desktop file
install -Dm755 misc/khal.desktop -t $out/share/applications
'';
doCheck = !stdenv.isAarch64;
-
checkInputs = [
-
glibcLocales
-
pytestCheckHook
-
];
-
LC_ALL = "en_US.UTF-8";
disabledTests = [
···
];
meta = with lib; {
-
broken = stdenv.isDarwin;
-
homepage = "http://lostpackets.de/khal/";
description = "CLI calendar application";
+
homepage = "http://lostpackets.de/khal/";
license = licenses.mit;
maintainers = with maintainers; [ gebner ];
+
broken = stdenv.isDarwin;
};
}
+13 -13
pkgs/applications/misc/pdfstudio/common.nix
···
{ pname
+
, program
, src
, year
, version
, desktopName
, longDescription
, buildFHSUserEnv
-
, extraBuildInputs ? []
+
, extraBuildInputs ? [ ]
+
, jdk
, stdenv
, lib
, dpkg
···
, autoPatchelfHook
, sane-backends
, cups
-
, jdk11
}:
let
thisPackage = stdenv.mkDerivation rec {
···
buildInputs = [
sane-backends #for libsane.so.1
-
jdk11
] ++ extraBuildInputs;
nativeBuildInputs = [
···
desktopItems = [
(makeDesktopItem {
-
name = "${pname}${year}";
+
name = "${pname}";
desktopName = desktopName;
genericName = "View and edit PDF files";
exec = "${pname} %f";
-
icon = "${pname}${year}";
+
icon = "${pname}";
comment = "Views and edits PDF files";
mimeTypes = [ "application/pdf" ];
categories = [ "Office" ];
})
];
-
unpackCmd = "dpkg-deb -x $src ./${pname}-${version}";
+
unpackCmd = "dpkg-deb -x $src ./${program}-${version}";
dontBuild = true;
postPatch = ''
-
substituteInPlace opt/${pname}${year}/${pname}${year} --replace "# INSTALL4J_JAVA_HOME_OVERRIDE=" "INSTALL4J_JAVA_HOME_OVERRIDE=${jdk11.out}"
-
substituteInPlace opt/${pname}${year}/updater --replace "# INSTALL4J_JAVA_HOME_OVERRIDE=" "INSTALL4J_JAVA_HOME_OVERRIDE=${jdk11.out}"
+
substituteInPlace opt/${program}${year}/${program}${year} --replace "# INSTALL4J_JAVA_HOME_OVERRIDE=" "INSTALL4J_JAVA_HOME_OVERRIDE=${jdk.out}"
+
substituteInPlace opt/${program}${year}/updater --replace "# INSTALL4J_JAVA_HOME_OVERRIDE=" "INSTALL4J_JAVA_HOME_OVERRIDE=${jdk.out}"
'';
installPhase = ''
runHook preInstall
mkdir -p $out/{bin,share/pixmaps}
-
rm -rf opt/${pname}${year}/jre
-
cp -r opt/${pname}${year} $out/share/
-
ln -s $out/share/${pname}${year}/.install4j/${pname}${year}.png $out/share/pixmaps/
-
ln -s $out/share/${pname}${year}/${pname}${year} $out/bin/${pname}
+
rm -rf opt/${program}${year}/jre
+
cp -r opt/${program}${year} $out/share/
+
ln -s $out/share/${program}${year}/.install4j/${program}${year}.png $out/share/pixmaps/${pname}.png
+
ln -s $out/share/${program}${year}/${program}${year} $out/bin/
runHook postInstall
'';
···
cups
thisPackage
];
-
runScript = pname;
+
runScript = "${program}${year}";
# link desktop item and icon into FHS user environment
extraInstallCommands = ''
+53 -26
pkgs/applications/misc/pdfstudio/default.nix
···
-
{ program ? "pdfstudioviewer"
+
# For upstream versions, download links, and change logs see https://www.qoppa.com/pdfstudio/versions
+
#
+
# PDF Studio license is for a specific year, so we need different packages for different years.
+
# All versions of PDF Studio Viewer are free, so we package only the latest year.
+
# Thus, packages are pdfstudioviewer, pdfstudio2021, pdfstudio2022, etc.
+
# Variables:
+
# - program is either "pdfstudio" or "pdfstudioviewer", defaults to "pdfstudio".
+
# - year identifies the year portion of the version, defaults to most recent year.
+
# - pname is either "pdfstudio${year}" or "pdfstudioviewer".
+
+
{ program ? "pdfstudio"
+
, year ? "2022"
, fetchurl
, libgccjit
, callPackage
+
, jdk11
+
, jdk17
}:
-
-
let makeurl = { pname, year, version }: "https://download.qoppa.com/${pname}/v${year}/${
-
builtins.replaceStrings [ "pdfstudio" "viewer" "." ] [ "PDFStudio" "Viewer" "_" ] "${pname}_v${version}"
-
}_linux64.deb";
+
let
+
longDescription = ''
+
PDF Studio is an easy to use, full-featured PDF editing software. This is the standard/pro edition, which requires a license. For the free PDF Studio Viewer see the package pdfstudioviewer.
+
'';
+
pname = if (program == "pdfstudio") then "${program}${year}" else program;
+
desktopName =
+
if (program == "pdfstudio")
+
then "PDF Studio ${year}"
+
else "PDF Studio Viewer";
+
dot2dash = str: builtins.replaceStrings [ "." ] [ "_" ] str;
in
{
-
pdfstudio = callPackage ./common.nix rec {
-
pname = program;
-
year = "2021";
-
version = "${year}.2.0";
-
desktopName = "PDF Studio";
+
pdfstudioviewer = callPackage ./common.nix rec {
+
inherit desktopName pname program year;
+
version = "${year}.0.2";
longDescription = ''
-
PDF Studio is an easy to use, full-featured PDF editing software. This is the standard/pro edition, which requires a license. For the free PDF Studio Viewer see the package pdfstudioviewer.
+
PDF Studio Viewer is an easy to use, full-featured PDF editing software. This is the free edition. For the standard/pro edition, see the package pdfstudio.
'';
-
extraBuildInputs = [
-
libgccjit #for libstdc++.so.6 and libgomp.so.1
-
];
+
src = fetchurl {
+
url = "https://web.archive.org/web/20220909093140/https://download.qoppa.com/pdfstudioviewer/PDFStudioViewer_linux64.deb";
+
sha256 = "sha256-za+a5vGkINLFvFoZdnB++4VGE9rfdfZf5HFNw/Af1AA=";
+
};
+
jdk = jdk11;
+
};
+
+
pdfstudio2021 = callPackage ./common.nix rec {
+
inherit desktopName longDescription pname program year;
+
version = "${year}.2.0";
src = fetchurl {
-
url = makeurl { inherit pname year version; };
+
url = "https://download.qoppa.com/pdfstudio/v${year}/PDFStudio_v${dot2dash version}_linux64.deb";
sha256 = "sha256-wQgVWz2kS+XkrqvCAUishizfDrCwGyVDAAU4Yzj4uYU=";
};
+
extraBuildInputs = [
+
libgccjit #for libstdc++.so.6 and libgomp.so.1
+
];
+
jdk = jdk11;
};
-
pdfstudioviewer = callPackage ./common.nix rec {
-
pname = program;
-
year = "2021";
-
version = "${year}.2.0";
-
desktopName = "PDF Studio Viewer";
-
longDescription = ''
-
PDF Studio Viewer is an easy to use, full-featured PDF editing software. This is the free edition. For the standard/pro edition, see the package pdfstudio.
-
'';
+
pdfstudio2022 = callPackage ./common.nix rec {
+
inherit desktopName longDescription pname program year;
+
version = "${year}.0.2";
src = fetchurl {
-
url = makeurl { inherit pname year version; };
-
sha256 = "sha256-RjVfl3wRK4bqNwSZr2R0CNx4urHTL0QLmKdogEnySWU=";
+
url = "https://download.qoppa.com/pdfstudio/v${year}/PDFStudio_v${dot2dash version}_linux64_adoptium17.deb";
+
sha256 = "sha256-fWZXCyizP++pkmC+UpgCzGvb0QrNs4RI6iC4ZBL8hLE=";
};
+
extraBuildInputs = [
+
libgccjit #for libstdc++.so.6 and libgomp.so.1
+
];
+
jdk = jdk17;
};
-
}.${program}
+
}.${pname}
+1 -1
pkgs/applications/misc/whalebird/default.nix
···
makeWrapper ${electron}/bin/electron $out/bin/whalebird \
--add-flags $out/opt/Whalebird/resources/app.asar \
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}"
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
runHook postInstall
'';
+1 -1
pkgs/applications/networking/browsers/brave/default.nix
···
${optionalString (disableFeatures != []) ''
--add-flags "--disable-features=${strings.concatStringsSep "," disableFeatures}"
''}
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform=wayland}}"
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
${optionalString vulkanSupport ''
--prefix XDG_DATA_DIRS : "${addOpenGLRunpath.driverLink}/share"
--add-flags ${escapeShellArg commandLineArgs}
+1 -1
pkgs/applications/networking/browsers/chromium/default.nix
···
mkdir -p "$out/bin"
makeWrapper "${browserBinary}" "$out/bin/chromium" \
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}" \
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" \
--add-flags ${escapeShellArg commandLineArgs}
ed -v -s "$out/bin/chromium" << EOF
+1 -1
pkgs/applications/networking/browsers/google-chrome/default.nix
···
--suffix PATH : "${lib.makeBinPath [ xdg-utils ]}" \
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:${addOpenGLRunpath.driverLink}/share" \
--set CHROME_WRAPPER "google-chrome-$dist" \
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}" \
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" \
--add-flags ${escapeShellArg commandLineArgs}
for elf in $out/share/google/$appname/{chrome,chrome-sandbox,${crashpadHandlerBinary},nacl_helper}; do
+92 -92
pkgs/applications/networking/cluster/terraform-providers/providers.json
···
"version": "0.1.1"
},
"aiven": {
-
"hash": "sha256-FjCcUC06iDeKaHSlQPNuKdqEhA8ft4MQ+sY3YPlNY6E=",
+
"hash": "sha256-ceicNERNIM6KDjSXF/D3NG1aTC2Mhlhbq56QbsJUuF4=",
"owner": "aiven",
"provider-source-address": "registry.terraform.io/aiven/aiven",
"repo": "terraform-provider-aiven",
-
"rev": "v3.6.0",
-
"vendorHash": "sha256-X9AJM4OsJ2/zl2Mm6gaz5wA6hk9AfOlUFYYN9Ojirrc=",
-
"version": "3.6.0"
+
"rev": "v3.7.0",
+
"vendorHash": "sha256-4fbbbJnWzJ4DF3YjkeH/mqS45LVc5yg7zSC9V8jGbXo=",
+
"version": "3.7.0"
},
"akamai": {
-
"hash": "sha256-rUVSXaxC71nb32o2zShm9/SoUN+UoD2CQadifZWXWR8=",
+
"hash": "sha256-XlL8UcfZI1oxGti2Hr4mgmu34qbyPG5yJJ+h8ndgo/k=",
"owner": "akamai",
"provider-source-address": "registry.terraform.io/akamai/akamai",
"repo": "terraform-provider-akamai",
-
"rev": "v2.3.0",
-
"vendorHash": "sha256-lqoPXrnihdewqyByfl2y6mH3AHlELz2ZIdIE7v/ljrE=",
-
"version": "2.3.0"
+
"rev": "v2.4.1",
+
"vendorHash": "sha256-BRPDsb0h9YINJ4dwGM5FEuUto3UFVImRUn/i6gHAkAc=",
+
"version": "2.4.1"
},
"alicloud": {
"deleteVendor": true,
-
"hash": "sha256-ubALJacK0vHndZGarGWus+S2EmRRL0XaX1/ORgBPejs=",
+
"hash": "sha256-lJsCXLSIbb/jLjNsvU0GFljlrKBR2TDDOGXDhBTaIKI=",
"owner": "aliyun",
"provider-source-address": "registry.terraform.io/aliyun/alicloud",
"repo": "terraform-provider-alicloud",
-
"rev": "v1.186.0",
-
"vendorHash": "sha256-TUcwNiS+WpvoLQWzAqdPDHqnNVrnAI2h6UkC6YsfG/s=",
-
"version": "1.186.0"
+
"rev": "v1.187.0",
+
"vendorHash": "sha256-aiybvpps/TyrMRP8vbfhBAUO+9kR7WWrgo1kOWKTj24=",
+
"version": "1.187.0"
},
"ansible": {
"hash": "sha256-3nha5V4rNgVzgqliebmbC5e12Lj/zlCsyyiIVFlmUrY=",
···
"version": "22.1.1"
},
"aviatrix": {
-
"hash": "sha256-vLB6bMyjiZiebQWmnzSBW7geFW0ghCBba3YTteVzbII=",
+
"hash": "sha256-1zHaSdDcGynLhgLMDRbRgRzt0IvQI25TDZrYzZwwQ34=",
"owner": "AviatrixSystems",
"provider-source-address": "registry.terraform.io/AviatrixSystems/aviatrix",
"repo": "terraform-provider-aviatrix",
-
"rev": "v2.24.0",
+
"rev": "v2.24.1",
"vendorHash": null,
-
"version": "2.24.0"
+
"version": "2.24.1"
},
"aws": {
-
"hash": "sha256-nIFfPAuRZv+deLHDhOhl27TcIkVFIrI704RmlK9fH38=",
+
"hash": "sha256-btpN208sQQLCq5yj4w23AHbEG+ylX3o7GB5DHmGIrw0=",
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/aws",
"repo": "terraform-provider-aws",
-
"rev": "v4.32.0",
-
"vendorHash": "sha256-qnh28bbG5k6jMUepcxtgDWk1DptQiXjkg702QtYIM28=",
-
"version": "4.32.0"
+
"rev": "v4.33.0",
+
"vendorHash": "sha256-bQrf5s/6GPOfW5iYO7gBdSoxSnKRDUEoSVIn+NPQH20=",
+
"version": "4.33.0"
},
"azuread": {
-
"hash": "sha256-r7trdPrlvZ5rW75L7AEkG1baQaLMXnZ48Axi552nPIM=",
+
"hash": "sha256-rj/ODxmuK0Ro1KVHh4onR/evtUdKzay9BpQDgrx+eNA=",
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/azuread",
"repo": "terraform-provider-azuread",
-
"rev": "v2.28.1",
+
"rev": "v2.29.0",
"vendorHash": null,
-
"version": "2.28.1"
+
"version": "2.29.0"
},
"azurerm": {
-
"hash": "sha256-5HMy28/AnUH+18i5eBm1OjQZElvrXsWd6jwQteFCpR4=",
+
"hash": "sha256-dBrmoxkQ4KlAM3gW5JRMy96nI7BJ5UH647yZkAViosk=",
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/azurerm",
"repo": "terraform-provider-azurerm",
-
"rev": "v3.24.0",
+
"rev": "v3.25.0",
"vendorHash": null,
-
"version": "3.24.0"
+
"version": "3.25.0"
},
"azurestack": {
"hash": "sha256-aSwVa7y1AJ6sExx+bO/93oLBNgSBDJjuPYPY8i3C9T0=",
···
},
"baiducloud": {
"deleteVendor": true,
-
"hash": "sha256-0tu+WwL5aZVhmQs30KwY7ctlPqhcYb179QVLI3wGedw=",
+
"hash": "sha256-LaehOof8T2LGgn6Q/oo+SPcld9QRVk+MjaEJnYvNNnQ=",
"owner": "baidubce",
"provider-source-address": "registry.terraform.io/baidubce/baiducloud",
"repo": "terraform-provider-baiducloud",
-
"rev": "v1.15.9",
+
"rev": "v1.15.10",
"vendorHash": "sha256-v07NMx8caXvY97FefNnRV7gMQbUq4k2ZmE5huqqe354=",
-
"version": "1.15.9"
+
"version": "1.15.10"
},
"bigip": {
-
"hash": "sha256-fh1RRl+NLKTLLFUGK5gkWqWMCzUwHBFk69Tc0JIuFgs=",
+
"hash": "sha256-uSe+J4AlW8Dt96BVF1ZI/yrgWUbZsl64b/D+k5ysHC0=",
"owner": "F5Networks",
"provider-source-address": "registry.terraform.io/F5Networks/bigip",
"repo": "terraform-provider-bigip",
-
"rev": "v1.15.1",
+
"rev": "v1.15.2",
"vendorHash": null,
-
"version": "1.15.1"
+
"version": "1.15.2"
},
"bitbucket": {
"hash": "sha256-arNkR67rsqxVV2omEV9MWQmDO95PLuoVicifLjEfBTM=",
···
"version": "2.21.2"
},
"brightbox": {
-
"hash": "sha256-UUDL1w/3IEa+Na77FoYReevJLT3AJq5giHYS6Bq4DQs=",
+
"hash": "sha256-l4gN7gxLMTuUMjf50Hc2Els5pJ4BId1QlRAhykseK7c=",
"owner": "brightbox",
"provider-source-address": "registry.terraform.io/brightbox/brightbox",
"repo": "terraform-provider-brightbox",
-
"rev": "v3.0.4",
-
"vendorHash": "sha256-M/S7gRRcAs53Ctx1oecHrlTxYxI1Kpr3ygTZLHG/9pY=",
-
"version": "3.0.4"
+
"rev": "v3.0.5",
+
"vendorHash": "sha256-ZT+SOHn/8aoZLXUau9toc3NtQNaXfttM0agIw8T28tk=",
+
"version": "3.0.5"
},
"buildkite": {
"hash": "sha256-BpQpMAecpknI8b1q6XuZPty8I/AUTAwQWm5Y28XJ+G4=",
···
"version": "0.11.0"
},
"datadog": {
-
"hash": "sha256-lHZURLE8woJzFVuuDFxSciyrt7rTAgvR7rF4INEGoVI=",
+
"hash": "sha256-viQDfs3xOsGOsRmTB6LkdN1JPc95UYpQ6et2ud+Or94=",
"owner": "DataDog",
"provider-source-address": "registry.terraform.io/DataDog/datadog",
"repo": "terraform-provider-datadog",
-
"rev": "v3.15.1",
-
"vendorHash": "sha256-X8X3nX+xHAqSb+j0P0PJ366MAFGRvUmcu/qYQqMI+0U=",
-
"version": "3.15.1"
+
"rev": "v3.16.0",
+
"vendorHash": "sha256-U533VGe37ItG5EK+fJo8Nj8t1MhDAHdT03ghQLL3WzI=",
+
"version": "3.16.0"
},
"dhall": {
"hash": "sha256-K0j90YAzYqdyJD4aofyxAJF9QBYNMbhSVm/s1GvWuJ4=",
···
"version": "3.2.3"
},
"dnsimple": {
-
"hash": "sha256-O64xOyGXLcCFy8rBR9QDzcYDi2fm2AHIObDyOJ33ZmA=",
+
"hash": "sha256-dge7slNS1EkWwjt3+WS8tlKjFHw6LV/q1Bxrl1RflBw=",
"owner": "dnsimple",
"provider-source-address": "registry.terraform.io/dnsimple/dnsimple",
"repo": "terraform-provider-dnsimple",
-
"rev": "v0.14.0",
+
"rev": "v0.14.1",
"vendorHash": "sha256-z0vos/tZDUClK/s2yrXZG2RU8QgA8IM6bJj6jSdCnBk=",
-
"version": "0.14.0"
+
"version": "0.14.1"
},
"docker": {
"hash": "sha256-hUKe9VjaNbiPhbxyFKly5PlKWngU2pl6ygwRJSokxr8=",
···
"version": "2.0.4"
},
"equinix": {
-
"hash": "sha256-rawuS0k6f727/4zODo2+tWwEvtJ7mU7Fatm1vFVRVkc=",
+
"hash": "sha256-gvI9awkKiWWnw6O/KvskFTHZfvajGfgYu8DGsT34Siw=",
"owner": "equinix",
"provider-source-address": "registry.terraform.io/equinix/equinix",
"repo": "terraform-provider-equinix",
-
"rev": "v1.9.0",
-
"vendorHash": "sha256-mrX0PWvND/DiQ4QruWpG6hx+AimV5I1zfpsyigzWl/8=",
-
"version": "1.9.0"
+
"rev": "v1.10.0",
+
"vendorHash": "sha256-ZGPSNz/6qwEU5EY72fIJ1x9bnsN9OZQ6MQ+XNotMGgA=",
+
"version": "1.10.0"
},
"exoscale": {
"hash": "sha256-d+CMg3wYHsOYow8LG7P+qcszUBiCbNwEp1zCJN7yZKo=",
···
"version": "2.3.2"
},
"flexibleengine": {
-
"hash": "sha256-zO5bt17cwMnv6kk1McRPOrs4UJ15MBpTRT2WoDovXG4=",
+
"hash": "sha256-2eXNumT1Hkc33bW635qYr5jxlByX+yZ8zSKRpgKWQJo=",
"owner": "FlexibleEngineCloud",
"provider-source-address": "registry.terraform.io/FlexibleEngineCloud/flexibleengine",
"repo": "terraform-provider-flexibleengine",
-
"rev": "v1.32.0",
-
"vendorHash": "sha256-jX98VUNTOa0C9WiAiFUiFQ9W7vhRdXCgmmxz84CmEpw=",
-
"version": "1.32.0"
+
"rev": "v1.33.0",
+
"vendorHash": "sha256-smk44z0q2Ku9iO+74vhb/gk5DvdaJe/wDFg7EtQEh/E=",
+
"version": "1.33.0"
},
"fortios": {
"deleteVendor": true,
···
"version": "1.15.0"
},
"gandi": {
-
"hash": "sha256-TAigFxgn8OufZTXCBhjURLcUaVvOWvNXonn/QV+Bt6I=",
+
"hash": "sha256-uXZcYiNsBf5XsMjOjjQeNtGwLhTgYES1E9t63fBEI6Q=",
"owner": "go-gandi",
"provider-source-address": "registry.terraform.io/go-gandi/gandi",
"repo": "terraform-provider-gandi",
-
"rev": "v2.1.0",
-
"vendorHash": "sha256-qDsBI+EruukMnLlLojC2An7lTafQoCkUQU+guhgctSk=",
-
"version": "2.1.0"
+
"rev": "v2.2.0",
+
"vendorHash": "sha256-cStVmI58V46I3MYYYrbCY3llnOx2pyuM2Ku+rhe5DVQ=",
+
"version": "2.2.0"
},
"github": {
"hash": "sha256-NJ5HvW3LOvshzea7t0/sAsp3SqiXErXd32Ej0Qp4zsk=",
···
"version": "3.18.0"
},
"google": {
-
"hash": "sha256-BNLgY5mvtBu2Zfa5Caw5EMzMyZXsmjl6V5LOqrXgz78=",
+
"hash": "sha256-RveRVr5IdZrBX9uF0q0wyx/sh+cNBDp9CAv3zXOdATQ=",
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/google",
"proxyVendor": true,
"repo": "terraform-provider-google",
-
"rev": "v4.37.0",
+
"rev": "v4.38.0",
"vendorHash": "sha256-U5J9X51PAq3Cq/XH5ggThzsPaEy+AveHqD4D6NbK/AU=",
-
"version": "4.37.0"
+
"version": "4.38.0"
},
"google-beta": {
-
"hash": "sha256-hqcpJELpYz9rkjndzhMRveGZKWH/1Pjea9lw7NfTC6c=",
+
"hash": "sha256-zQ8GgmWM3frLTstcrO0GKBWk1pMQTNMqxDGH9EmlzcQ=",
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/google-beta",
"proxyVendor": true,
"repo": "terraform-provider-google-beta",
-
"rev": "v4.37.0",
+
"rev": "v4.38.0",
"vendorHash": "sha256-U5J9X51PAq3Cq/XH5ggThzsPaEy+AveHqD4D6NbK/AU=",
-
"version": "4.37.0"
+
"version": "4.38.0"
},
"googleworkspace": {
"hash": "sha256-dedYnsKHizxJZibuvJOMbJoux0W6zgKaK5fxIofKqCY=",
···
"version": "1.35.2"
},
"helm": {
-
"hash": "sha256-OzxTPxk3lfmA13KfDGBvDd1AqCsKRw+bv7QiEo9fPQc=",
+
"hash": "sha256-oX6pchJcgv9w5xLGe09GBzngz9+a/OZn6FTBWURgiLk=",
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/helm",
"repo": "terraform-provider-helm",
-
"rev": "v2.6.0",
+
"rev": "v2.7.0",
"vendorHash": null,
-
"version": "2.6.0"
+
"version": "2.7.0"
},
"heroku": {
"hash": "sha256-n6M7i7zompAGRoP9WxrcWdBHsK2RssfTgCKsvAE5XZM=",
···
"version": "3.1.0"
},
"huaweicloud": {
-
"hash": "sha256-idfHSXXicEeQqjoJGkRDr78Bq00bHz2OtqLlVqehZz8=",
+
"hash": "sha256-Hr60bx3fGpfSxQAwGckhmZ80Iw/bPKLNDXeVXV1GTdo=",
"owner": "huaweicloud",
"provider-source-address": "registry.terraform.io/huaweicloud/huaweicloud",
"repo": "terraform-provider-huaweicloud",
-
"rev": "v1.40.2",
+
"rev": "v1.41.0",
"vendorHash": null,
-
"version": "1.40.2"
+
"version": "1.41.0"
},
"huaweicloudstack": {
"hash": "sha256-WSJDp+LFjVPquQVMgib/YZV35kktLH2vMCIZJWqakXs=",
···
"version": "0.1.2"
},
"ibm": {
-
"hash": "sha256-wKs9WWajz08u3EXNmevVLnXxBIY4FBazLuDYyPBPH3I=",
+
"hash": "sha256-zcc7xUSTntTC0vLFBEW1PvvkSEtzD5VkKy/Jq8x5zKk=",
"owner": "IBM-Cloud",
"provider-source-address": "registry.terraform.io/IBM-Cloud/ibm",
"repo": "terraform-provider-ibm",
-
"rev": "v1.45.0",
+
"rev": "v1.45.1",
"vendorHash": "sha256-FAoRQxnc/vD5KYp0hb6iWGbZiWEtLzEr6R+vdruitKc=",
-
"version": "1.45.0"
+
"version": "1.45.1"
},
"icinga2": {
"hash": "sha256-Y/Oq0aTzP+oSKPhHiHY9Leal4HJJm7TNDpcdqkUsCmk=",
···
"version": "3.10.0"
},
"ksyun": {
-
"hash": "sha256-3iK17ZiYrQOnfZwFIL/4FF+My5vieszlm2V8reTDEWM=",
+
"hash": "sha256-y7F6eCyiYVtiBaHCaZyUUPAE9GkKo/m/OY98EeBd8DU=",
"owner": "kingsoftcloud",
"provider-source-address": "registry.terraform.io/kingsoftcloud/ksyun",
"repo": "terraform-provider-ksyun",
-
"rev": "v1.3.52",
-
"vendorHash": "sha256-nbAEaRFtFtB4ftLgnCv3MmkjFFbcNkCuxZc+G8/ObPE=",
-
"version": "1.3.52"
+
"rev": "v1.3.54",
+
"vendorHash": "sha256-miHKAz+ONXtuC1DNukcyZbbaYReY69dz9Zk6cJdORdQ=",
+
"version": "1.3.54"
},
"kubectl": {
"hash": "sha256-UkUwWi7Z9cSMyZakD6JxMl+qdczAYfZQgwroCUjFIUM=",
···
"version": "2.2.3"
},
"logicmonitor": {
-
"hash": "sha256-F22tBNnH8dvSjrd0Wx+bAfiiQ9emJjHGXn3x4mQKH5E=",
+
"hash": "sha256-GQPTFf+JxJB3iO1Us0zOAAG2NonuJ/b5la6f1j2Nd4k=",
"owner": "logicmonitor",
"provider-source-address": "registry.terraform.io/logicmonitor/logicmonitor",
"repo": "terraform-provider-logicmonitor",
-
"rev": "v2.0.2",
+
"rev": "v2.0.3",
"vendorHash": null,
-
"version": "2.0.2"
+
"version": "2.0.3"
},
"lxd": {
"hash": "sha256-rNqlPyKpBNaIRtiNHB8U8jowWhqdQtDIMxreZ5Dfm3E=",
···
"version": "1.7.1"
},
"oci": {
-
"hash": "sha256-qB/sRPvX+srpySJPDWxoZviVFtbVTK9hwAR6D4pyjmc=",
+
"hash": "sha256-x1yrAYq8UXs69QkXMUq7mZ6in8o2+GPaS0EsAjn/pXg=",
"owner": "oracle",
"provider-source-address": "registry.terraform.io/oracle/oci",
"repo": "terraform-provider-oci",
-
"rev": "v4.94.0",
+
"rev": "v4.95.0",
"vendorHash": null,
-
"version": "4.94.0"
+
"version": "4.95.0"
},
"okta": {
"hash": "sha256-rgDBZsbXBzBcDgVoaFkPD27Ezef9J23oqtBJAHqJrrE=",
···
"version": "6.17.0"
},
"skytap": {
-
"hash": "sha256-8hVHtuLBJDBH3z90VoKbbnvCBTrJxCd228veFCO449A=",
+
"hash": "sha256-EAimiuQJOt12baZSjDKI+c9UjJd8e26ouOAZIZezw/I=",
"owner": "skytap",
"provider-source-address": "registry.terraform.io/skytap/skytap",
"repo": "terraform-provider-skytap",
-
"rev": "v0.14.5",
+
"rev": "v0.15.0",
"vendorHash": null,
-
"version": "0.14.5"
+
"version": "0.15.0"
},
"snowflake": {
-
"hash": "sha256-1aHhiZhswlLzEBkvjFQI7jLPAX2/KLxE0oKLspnRtQI=",
+
"hash": "sha256-i96scuSP7I8rcyncUkpBoxxM0D4zp9rNHqWwb9WLbhA=",
"owner": "Snowflake-Labs",
"provider-source-address": "registry.terraform.io/Snowflake-Labs/snowflake",
"repo": "terraform-provider-snowflake",
-
"rev": "v0.45.0",
+
"rev": "v0.46.0",
"vendorHash": "sha256-43q1SrV7tEt0x7iRUAgBFg1oh8+B9i1i59nlR8kbLIY=",
-
"version": "0.45.0"
+
"version": "0.46.0"
},
"sops": {
"hash": "sha256-6FuThi6iuuUGcMhswAk3Z6Lxth/2nuI57A02Xu2s+/U=",
···
"version": "2.19.0"
},
"tencentcloud": {
-
"hash": "sha256-aC/KtMOl5Ldrlme9Bd4E4UQSLVsKFsJbsL9KMGDmJbo=",
+
"hash": "sha256-SoCXh0pRqEkto2K+ZfN7ncVGDVC32zDElS+rBdOfa0g=",
"owner": "tencentcloudstack",
"provider-source-address": "registry.terraform.io/tencentcloudstack/tencentcloud",
"repo": "terraform-provider-tencentcloud",
-
"rev": "v1.78.0",
+
"rev": "v1.78.3",
"vendorHash": null,
-
"version": "1.78.0"
+
"version": "1.78.3"
},
"tfe": {
-
"hash": "sha256-DRbJ1ZmYMkEncZHE12uLcNHhbSnxvyG3IYqlUsxs+pI=",
+
"hash": "sha256-jh5bRe/3OsdgvSpraYEc1NgvBmYb1tFuVSPQ2ZAesSY=",
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/tfe",
"repo": "terraform-provider-tfe",
-
"rev": "v0.36.1",
-
"vendorHash": "sha256-KLae79G6owcJiSxSBKRJX3U0cw9vnihnCs0SjRoIn7Y=",
-
"version": "0.36.1"
+
"rev": "v0.37.0",
+
"vendorHash": "sha256-Su5WpKF9zXeGKdaV8TxsTc6OGUYToNnXAbxWaNxS52U=",
+
"version": "0.37.0"
},
"thunder": {
"hash": "sha256-fXvwBOIW3/76V3O9t25wff0oGViqSaSB2VgMdItXyn4=",
+1 -1
pkgs/applications/networking/instant-messengers/discord/linux.nix
···
wrapProgramShell $out/opt/${binaryName}/${binaryName} \
"''${gappsWrapperArgs[@]}" \
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}" \
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" \
--prefix XDG_DATA_DIRS : "${gtk3}/share/gsettings-schemas/${gtk3.name}/" \
--prefix LD_LIBRARY_PATH : ${libPath}:$out/opt/${binaryName}
+1 -1
pkgs/applications/networking/instant-messengers/element/element-desktop.nix
···
makeWrapper '${electron}/bin/electron' "$out/bin/${executableName}" \
--set LD_PRELOAD ${sqlcipher}/lib/libsqlcipher.so \
--add-flags "$out/share/element/electron" \
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}"
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
runHook postInstall
'';
+1 -1
pkgs/applications/networking/instant-messengers/feishu/default.nix
···
wrapProgram $executable \
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH" \
--prefix LD_LIBRARY_PATH : ${rpath}:$out/opt/bytedance/feishu:${addOpenGLRunpath.driverLink}/share \
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}" \
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" \
${lib.optionalString (commandLineArgs!="") "--add-flags ${lib.escapeShellArg commandLineArgs}"}
done
+1 -1
pkgs/applications/networking/instant-messengers/jitsi-meet-electron/default.nix
···
makeWrapper ${electron}/bin/electron $out/bin/${pname} \
--add-flags $out/share/${pname}/resources/app.asar \
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ stdenv.cc.cc xorg.libXtst pipewire ]}" \
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}"
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
'';
meta = with lib; {
+1 -1
pkgs/applications/networking/instant-messengers/schildichat/schildichat-desktop.nix
···
# executable wrapper
makeWrapper '${electron}/bin/electron' "$out/bin/${executableName}" \
--add-flags "$out/share/element/electron" \
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}"
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
runHook postInstall
'';
+1 -1
pkgs/applications/networking/instant-messengers/session-desktop/default.nix
···
cp -r bin $out/bin
wrapProgram $out/bin/session-desktop \
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}"
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
runHook postInstall
'';
+1 -1
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
···
preFixup = ''
gappsWrapperArgs+=(
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ stdenv.cc.cc ] }"
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}"
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
--suffix PATH : ${lib.makeBinPath [ xdg-utils ]}
)
+1 -1
pkgs/applications/networking/instant-messengers/slack/default.nix
···
makeWrapper $out/lib/slack/slack $out/bin/slack \
--prefix XDG_DATA_DIRS : $GSETTINGS_SCHEMAS_PATH \
--suffix PATH : ${lib.makeBinPath [xdg-utils]} \
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}"
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
# Fix the desktop link
substituteInPlace $out/share/applications/slack.desktop \
+1 -1
pkgs/applications/office/micropad/default.nix
···
# executable wrapper
makeWrapper '${electron}/bin/electron' "$out/bin/${executableName}" \
--add-flags "$out/share/micropad" \
-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}"
+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
runHook postInstall
'';
+2 -2
pkgs/applications/office/qownnotes/default.nix
···
mkDerivation rec {
pname = "qownnotes";
-
version = "22.9.1";
+
version = "22.9.2";
src = fetchurl {
url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
# Fetch the checksum of current version with curl:
# curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256
-
sha256 = "sha256-uVcu14Pg9Na3qG05O03IGWp71N994S2zRyTkcSjwhrk=";
+
sha256 = "sha256-9cHCFXVgg7fahbQsVUAxgznyMfx4O42D1qWverucpZ8=";
};
nativeBuildInputs = [ qmake qttools ];
-4
pkgs/build-support/rust/build-rust-package/default.nix
···
sha256 = args.cargoSha256;
} // depsExtraArgs);
-
# If we have a cargoSha256 fixed-output derivation, validate it at build time
-
# against the src fixed-output derivation to check consistency.
-
validateCargoDeps = args ? cargoHash || args ? cargoSha256;
-
target = rust.toRustTargetSpec stdenv.hostPlatform;
targetIsJSON = lib.hasSuffix ".json" target;
useSysroot = targetIsJSON && !__internal_dontAddSysroot;
+1 -1
pkgs/build-support/src-only/default.nix
···
-
{ stdenv }@orig:
+
{ stdenv }:
# srcOnly is a utility builder that only fetches and unpacks the given `src`,
# maybe pathings it in the process with the optional `patches` and
# `buildInputs` attributes.
+9 -2
pkgs/development/interpreters/hashlink/default.nix
···
, pcre
, SDL2
, sqlite
+
, getconf
}:
stdenv.mkDerivation rec {
···
sqlite
];
+
nativeBuildInputs = [ getconf ];
+
+
postFixup = lib.optionalString stdenv.isDarwin ''
+
install_name_tool -change libhl.dylib $out/lib/libhl.dylib $out/bin/hl
+
'';
+
meta = with lib; {
description = "A virtual machine for Haxe";
homepage = "https://hashlink.haxe.org/";
license = licenses.mit;
-
platforms = [ "x86_64-linux" ];
-
maintainers = with maintainers; [ iblech locallycompact ];
+
platforms = [ "x86_64-linux" "x86_64-darwin" ];
+
maintainers = with maintainers; [ iblech locallycompact logo ];
};
}
+32 -8
pkgs/development/interpreters/hashlink/hashlink.patch
···
-
*** a/Makefile 1970-01-01 01:00:01.000000000 +0100
-
--- b/Makefile 2022-06-21 23:36:10.023460654 +0200
-
*************** endif
-
*** 109,110 ****
-
--- 109,111 ----
-
LIBOPENAL = -lopenal
-
+ LIBOPENGL = -lGL
-
RELEASE_NAME = linux
+
--- a/Makefile
+
+++ b/Makefile
+
@@ -107,6 +107,7 @@ LIBFLAGS += -L/opt/libjpeg-turbo/lib64
+
endif
+
+
LIBOPENAL = -lopenal
+
+LIBOPENGL = -lGL
+
RELEASE_NAME = linux
+
+
endif
+
--- a/libs/sdl/gl.c
+
+++ b/libs/sdl/gl.c
+
@@ -7,7 +7,7 @@
+
# include <OpenGLES/ES3/gl.h>
+
# define HL_GLES
+
#elif defined(HL_MAC)
+
-# include <SDL.h>
+
+# include <SDL2/SDL.h>
+
# include <OpenGL/gl3.h>
+
# define glBindImageTexture(...) hl_error("Not supported on OSX")
+
# define glDispatchCompute(...) hl_error("Not supported on OSX")
+
--- a/libs/sdl/sdl.c
+
+++ b/libs/sdl/sdl.c
+
@@ -7,7 +7,7 @@
+
# include <SDL.h>
+
# include <SDL_syswm.h>
+
#elif defined(HL_MAC)
+
-# include <SDL.h>
+
+# include <SDL2/SDL.h>
+
#else
+
# include <SDL2/SDL.h>
+
#endif
+11 -1
pkgs/development/libraries/libxcrypt/default.nix
···
-
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, pkg-config, perl }:
+
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, pkg-config, perl, fetchpatch }:
stdenv.mkDerivation rec {
pname = "libxcrypt";
···
rev = "v${version}";
sha256 = "sha256-Ohf+RCOXnoCxAFnXXV9e2TCqpfZziQl+FGJTGDSQTF0=";
};
+
+
patches = [
+
# Fix for tests on musl is being upstreamed:
+
# https://github.com/besser82/libxcrypt/pull/157
+
# Applied in all environments to prevent patchrot
+
(fetchpatch {
+
url = "https://github.com/besser82/libxcrypt/commit/a4228faa0b96986abc076125cf97d352a063d92f.patch";
+
sha256 = "sha256-iGNz8eer6OkA0yR74WisE6GbFTYyXKw7koXl/R7DhVE=";
+
})
+
];
preConfigure = ''
patchShebangs autogen.sh
+2 -2
pkgs/development/libraries/thrift/default.nix
···
sha256 = "wnG2MjY0DtAhVcEdcxu77tDa4T9Xm2pMYZU2wXLx2OA=";
})
(fetchpatch {
-
name = "setuptools-gte-62.1.0.patch";
-
url = "https://github.com/apache/thrift/pull/2635/commits/c41ad9d5119e9bdae1746167e77e224f390f2c42.patch";
+
name = "setuptools-gte-62.1.0.patch"; # https://github.com/apache/thrift/pull/2635
+
url = "https://github.com/apache/thrift/commit/c41ad9d5119e9bdae1746167e77e224f390f2c42.diff";
hash = "sha256-FkErrg/6vXTomS4AsCsld7t+Iccc55ZiDaNjJ3W1km0=";
})
];
+158
pkgs/development/libraries/wxwidgets/wxGTK32.nix
···
+
{ lib
+
, stdenv
+
, expat
+
, fetchFromGitHub
+
, fetchurl
+
, gnome2
+
, gst_all_1
+
, gtk3
+
, libGL
+
, libGLU
+
, libSM
+
, libXinerama
+
, libXtst
+
, libXxf86vm
+
, libpng
+
, libtiff
+
, libjpeg_turbo
+
, zlib
+
, pcre2
+
, pkg-config
+
, xorgproto
+
, compat28 ? false
+
, compat30 ? true
+
, unicode ? true
+
, withMesa ? lib.elem stdenv.hostPlatform.system lib.platforms.mesaPlatforms
+
, withWebKit ? stdenv.isDarwin
+
, webkitgtk
+
, setfile
+
, AGL
+
, Carbon
+
, Cocoa
+
, Kernel
+
, QTKit
+
, AVFoundation
+
, AVKit
+
, WebKit
+
}:
+
let
+
catch = fetchFromGitHub {
+
owner = "wxWidgets";
+
repo = "Catch";
+
rev = "5f5e4cecd1cafc85e109471356dec29e778d2160";
+
hash = "sha256-fB/E17tiAicAkq88Je/YFYohJ6EHJOO54oQaqiR/OzY=";
+
};
+
+
nanosvg = fetchFromGitHub {
+
owner = "wxWidgets";
+
repo = "nanosvg";
+
rev = "ccdb1995134d340a93fb20e3a3d323ccb3838dd0";
+
hash = "sha256-ymziU0NgGqxPOKHwGm0QyEdK/8jL/QYk5UdIQ3Tn8jw=";
+
};
+
in
+
stdenv.mkDerivation rec {
+
pname = "wxwidgets";
+
version = "3.2.1";
+
+
src = fetchFromGitHub {
+
owner = "wxWidgets";
+
repo = "wxWidgets";
+
rev = "v${version}";
+
hash = "sha256-k6td/8pF7ad7+gVm7L0jX79fHKwR7/qrOBpSFggyaI0=";
+
};
+
+
nativeBuildInputs = [ pkg-config ];
+
+
buildInputs = [
+
gst_all_1.gst-plugins-base
+
gst_all_1.gstreamer
+
libpng
+
libtiff
+
libjpeg_turbo
+
zlib
+
pcre2
+
] ++ lib.optionals stdenv.isLinux [
+
gtk3
+
libSM
+
libXinerama
+
libXtst
+
libXxf86vm
+
xorgproto
+
]
+
++ lib.optional withMesa libGLU
+
++ lib.optional (withWebKit && stdenv.isLinux) webkitgtk
+
++ lib.optional (withWebKit && stdenv.isDarwin) WebKit
+
++ lib.optionals stdenv.isDarwin [
+
expat
+
setfile
+
Carbon
+
Cocoa
+
Kernel
+
QTKit
+
AVFoundation
+
AVKit
+
WebKit
+
];
+
+
propagatedBuildInputs = lib.optional stdenv.isDarwin AGL;
+
+
configureFlags = [
+
"--disable-precomp-headers"
+
# This is the default option, but be explicit
+
"--disable-monolithic"
+
"--enable-mediactrl"
+
"--with-nanosvg"
+
(if compat28 then "--enable-compat28" else "--disable-compat28")
+
(if compat30 then "--enable-compat30" else "--disable-compat30")
+
] ++ lib.optional unicode "--enable-unicode"
+
++ lib.optional withMesa "--with-opengl"
+
++ lib.optionals stdenv.isDarwin [
+
"--with-osx_cocoa"
+
"--with-libiconv"
+
] ++ lib.optionals withWebKit [
+
"--enable-webview"
+
"--enable-webviewwebkit"
+
];
+
+
SEARCH_LIB = "${libGLU.out}/lib ${libGL.out}/lib";
+
+
preConfigure = ''
+
cp -r ${catch}/* 3rdparty/catch/
+
cp -r ${nanosvg}/* 3rdparty/nanosvg/
+
'' + lib.optionalString stdenv.isDarwin ''
+
substituteInPlace configure \
+
--replace 'ac_cv_prog_SETFILE="/Developer/Tools/SetFile"' 'ac_cv_prog_SETFILE="${setfile}/bin/SetFile"'
+
substituteInPlace configure \
+
--replace "-framework System" "-lSystem"
+
'';
+
+
postInstall = "
+
pushd $out/include
+
ln -s wx-*/* .
+
popd
+
";
+
+
enableParallelBuilding = true;
+
+
passthru = {
+
inherit compat28 compat30 unicode;
+
};
+
+
meta = with lib; {
+
homepage = "https://www.wxwidgets.org/";
+
description = "A Cross-Platform C++ GUI Library";
+
longDescription = ''
+
wxWidgets gives you a single, easy-to-use API for writing GUI applications
+
on multiple platforms that still utilize the native platform's controls
+
and utilities. Link with the appropriate library for your platform and
+
compiler, and your application will adopt the look and feel appropriate to
+
that platform. On top of great GUI functionality, wxWidgets gives you:
+
online help, network programming, streams, clipboard and drag and drop,
+
multithreading, image loading and saving in a variety of popular formats,
+
database support, HTML viewing and printing, and much more.
+
'';
+
license = licenses.wxWindows;
+
maintainers = with maintainers; [ tfmoraes ];
+
platforms = platforms.unix;
+
};
+
}
+2 -2
pkgs/development/python-modules/aiohomekit/default.nix
···
buildPythonPackage rec {
pname = "aiohomekit";
-
version = "1.5.12";
+
version = "2.0.1";
format = "pyproject";
disabled = pythonOlder "3.9";
···
owner = "Jc2k";
repo = pname;
rev = "refs/tags/${version}";
-
hash = "sha256-v29esQUrrpF8PGafu9LF/rN/W8xRSIe+H9V+R4toPxk=";
+
hash = "sha256-yuZKgDbdxQ7pGGLVB1/B3cD3Ep08uE9jjCqVzc+DF3c=";
};
nativeBuildInputs = [
+5 -3
pkgs/development/python-modules/aioswitcher/default.nix
···
buildPythonPackage rec {
pname = "aioswitcher";
-
version = "3.0.0";
+
version = "3.0.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "TomerFi";
repo = pname;
rev = "refs/tags/${version}";
-
sha256 = "sha256-zJS09YQRMv3B0daW0cgBRPoLQkPyGuBgMohf6E2yqaM=";
+
hash = "sha256-CHyJuIqJpO7wUmOyeDXa4oBvxMthC96OCECtg13gqe0=";
};
nativeBuildInputs = [
···
"test_hexadecimale_timestamp_to_localtime_with_the_current_timestamp_should_return_a_time_string"
];
-
pythonImportsCheck = [ "aioswitcher" ];
+
pythonImportsCheck = [
+
"aioswitcher"
+
];
meta = with lib; {
description = "Python module to interact with Switcher water heater";
+3 -3
pkgs/development/python-modules/aiowebostv/default.nix
···
buildPythonPackage rec {
pname = "aiowebostv";
-
version = "0.2.0";
+
version = "0.2.1";
format = "setuptools";
disabled = pythonOlder "3.8";
···
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = pname;
-
rev = "v${version}";
-
hash = "sha256-A7GiAQIuEXmCfo2pDJESCdAEaLumi1ACXnBMdGKwSvE=";
+
rev = "refs/tags/v${version}";
+
hash = "sha256-r/XdxF7/g6uDQIATi/OC6lNTUtBZg1jdgZHZilPPFNc=";
};
propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/awesomeversion/default.nix
···
buildPythonPackage rec {
pname = "awesomeversion";
-
version = "22.8.0";
+
version = "22.9.0";
format = "pyproject";
disabled = pythonOlder "3.8";
···
owner = "ludeeus";
repo = pname;
rev = version;
-
sha256 = "sha256-peSGe9ycxVD2ve8tFpmznQZr3Hrc1KimeVlThmd0NFo=";
+
sha256 = "sha256-OQArggd7210OyFpZKm3kr3fFbakIDG7U3WBNImAAobw=";
};
nativeBuildInputs = [
+5 -2
pkgs/development/python-modules/azure-core/default.nix
···
, aiohttp
, flask
, mock
-
, msrest
, pytest
, pytest-asyncio
, pytest-trio
···
aiohttp
flask
mock
-
msrest
pytest
pytest-trio
pytest-asyncio
···
"tests/testserver_tests/"
# requires missing pytest plugin
"tests/async_tests/test_rest_asyncio_transport.py"
+
# needs msrest, which cannot be included in checkInputs due to circular dependency new in msrest 0.7.1
+
# azure-core needs msrest which needs azure-core
+
"tests/test_polling.py"
+
"tests/async_tests/test_base_polling_async.py"
+
"tests/async_tests/test_polling_async.py"
];
meta = with lib; {
+2 -2
pkgs/development/python-modules/boxx/default.nix
···
buildPythonPackage rec {
pname = "boxx";
-
version = "0.10.6";
+
version = "0.10.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-npPwYhDTujBpTnPyhvZbA+EK4jU8nnHSBgSw9xlTcJM=";
+
hash = "sha256-OPbqCsTZZskZOJMcK1OJsG3Qgx4K0X217g5pNWQZDAM=";
};
propagatedBuildInputs = [
+9 -3
pkgs/development/python-modules/dwdwfsapi/default.nix
···
, fetchPypi
, requests
, ciso8601
+
, pythonOlder
}:
buildPythonPackage rec {
pname = "dwdwfsapi";
-
version = "1.0.5";
+
version = "1.0.6";
+
format = "setuptools";
+
+
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
-
sha256 = "8541eb93a6323bec6a2281aa06667e72b02c8e5fac40f899c402089b1c774472";
+
hash = "sha256-zeSV2acjtSWUYnrMjEBtrSPlXRvrNQRX5SYPYHnaOy0=";
};
propagatedBuildInputs = [
···
# All tests require network access
doCheck = false;
-
pythonImportsCheck = [ "dwdwfsapi" ];
+
pythonImportsCheck = [
+
"dwdwfsapi"
+
];
meta = with lib; {
description = "Python client to retrieve data provided by DWD via their geoserver WFS API";
+2 -2
pkgs/development/python-modules/fjaraskupan/default.nix
···
buildPythonPackage rec {
pname = "fjaraskupan";
-
version = "2.0.1";
+
version = "2.1.0";
format = "setuptools";
disabled = pythonOlder "3.8";
···
owner = "elupus";
repo = pname;
rev = "refs/tags/${version}";
-
hash = "sha256-i7816KJraHkrXKYA+vhKMs5xhXksnYc2uYiE0pPEicw=";
+
hash = "sha256-Vt2THMB4m0YCLdfEnAokwS0oJfcgp3fmZMUDhTrekZY=";
};
propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/govee-ble/default.nix
···
buildPythonPackage rec {
pname = "govee-ble";
-
version = "0.19.0";
+
version = "0.19.1";
format = "pyproject";
disabled = pythonOlder "3.9";
···
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
-
hash = "sha256-KMWz/CiF0Xti8G31T6JAJfUJEUpBa5QczjrQeA2KcrA=";
+
hash = "sha256-3uYAyItZ1X18pw3h3rTJpcv2H7O+e4sFCv1R7vb8QPI=";
};
nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/hstspreload/default.nix
···
buildPythonPackage rec {
pname = "hstspreload";
-
version = "2022.8.1";
+
version = "2022.10.1";
format = "setuptools";
disabled = pythonOlder "3.6";
···
owner = "sethmlarson";
repo = pname;
rev = version;
-
sha256 = "sha256-lQ28j4vOtxSjkMZXTKG+vesAN9KWj5T4sZ3QbaWP9Gw=";
+
sha256 = "sha256-P9aVJUkGUpghAHcJ3OQSbpx3TpkhJU7Lxp0n/RsJBYI=";
};
# Tests require network connection
+2 -2
pkgs/development/python-modules/lxmf/default.nix
···
buildPythonPackage rec {
pname = "lxmf";
-
version = "0.1.7";
+
version = "0.1.8";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
-
hash = "sha256-SRDUFDtXJ1ZkX8A4ekF+YSOnxj/vsFsvr3W/LOIuerg=";
+
hash = "sha256-NwjijbRSg9RYl1NS5dXAG4HohkZx5oeEyMyvEFYQhYk=";
};
propagatedBuildInputs = [
+6 -3
pkgs/development/python-modules/msrest/default.nix
···
{ lib
, aiodns
, aiohttp
+
, azure-core
, buildPythonPackage
, certifi
, fetchFromGitHub
···
buildPythonPackage rec {
pname = "msrest";
-
version = "0.6.21";
+
version = "0.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
···
src = fetchFromGitHub {
owner = "Azure";
repo = "msrest-for-python";
-
rev = "v${version}";
-
hash = "sha256-IlBwlVQ/v+vJmCWNbFZKGL6a9K09z4AYrPm3kwaA/nI=";
+
# no tag for 0.7.1
+
rev = "2d8fd04f68a124d0f3df7b81584accc3270b1afc";
+
hash = "sha256-1EXXXflhDeU+erdI+NsWxSX76ooDTl3+MyQwRzm2xV0=";
};
propagatedBuildInputs = [
+
azure-core
aiodns
aiohttp
certifi
+2 -2
pkgs/development/python-modules/nomadnet/default.nix
···
buildPythonPackage rec {
pname = "nomadnet";
-
version = "0.2.1";
+
version = "0.2.2";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "markqvist";
repo = "NomadNet";
rev = version;
-
hash = "sha256-VNfsuCN251C+6uvywosHmuz76f263wCeIisQldvFRVg=";
+
hash = "sha256-NCnf50li0RZa8RCDutS1s7DfLfOK3RjEeJ4QvQzqsHs=";
};
propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/peaqevcore/default.nix
···
buildPythonPackage rec {
pname = "peaqevcore";
-
version = "6.0.0";
+
version = "6.0.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-CnL/oF85efwFKtj1ol+6zjKv07IhFQetYUCXbbbFqn8=";
+
hash = "sha256-GaN/3WbuXc5p/+VhFngSX6aKnxMj72pyeB9HaA+PbCo=";
};
postPatch = ''
+2 -2
pkgs/development/python-modules/plugwise/default.nix
···
buildPythonPackage rec {
pname = "plugwise";
-
version = "0.22.1";
+
version = "0.23.0";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
-
sha256 = "sha256-vgHfdfyKzabYdsHtCMXcfQexYYxw17bKjNr8wSPBFvI=";
+
sha256 = "sha256-nLJLp5LnsluZe/pzLvycvjPmPYXGGobZaS5kI70CVa8=";
};
propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/pylutron-caseta/default.nix
···
buildPythonPackage rec {
pname = "pylutron-caseta";
-
version = "0.15.2";
+
version = "0.16.0";
format = "pyproject";
disabled = pythonOlder "3.8";
···
owner = "gurumitts";
repo = pname;
rev = "v${version}";
-
hash = "sha256-dw/uCEY4+kpgNjbjgvw+kSfluziIK6NvIKo5QIjt+GQ=";
+
hash = "sha256-QASVifbDh9nsgKi0cT4VaUX0d6inVS8rddr/rsbJ7/I=";
};
nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/rns/default.nix
···
buildPythonPackage rec {
pname = "rns";
-
version = "0.3.11";
+
version = "0.3.12";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
-
hash = "sha256-LANk104sO9we7n681a+yVmWOcd9SBQ/kiQAN38xaq80=";
+
hash = "sha256-2GTMpIYDbvwAuRVOEW1Tp8idelHAV5SkAyGBj2yh1OQ=";
};
propagatedBuildInputs = [
+4 -2
pkgs/development/python-modules/s3-credentials/default.nix
···
, pytestCheckHook
, hypothesis
, pytest-mock
+
, moto
}:
buildPythonPackage rec {
pname = "s3-credentials";
-
version = "0.13";
+
version = "0.14";
format = "setuptools";
disabled = pythonOlder "3.6";
···
owner = "simonw";
repo = pname;
rev = "refs/tags/${version}";
-
hash = "sha256-kzu+ySeAi+nRIJSBSJUQzNHD7KVANlWoi0OWKXkc0/8=";
+
hash = "sha256-vKOcOSt9vscj5ixrHZGL6PRun/x38JLbni75nw2YAbg=";
};
propagatedBuildInputs = [
···
pytestCheckHook
hypothesis
pytest-mock
+
moto
];
pythonImportsCheck = [
+4
pkgs/development/python-modules/vsts/default.nix
···
propagatedBuildInputs = [ msrest ];
+
postPatch = ''
+
substituteInPlace setup.py --replace "msrest>=0.6.0,<0.7.0" "msrest"
+
'';
+
# Tests are highly impure
checkPhase = ''
${python.interpreter} -c 'import vsts.version; print(vsts.version.VERSION)'
+3 -5
pkgs/development/python-modules/weconnect-mqtt/default.nix
···
buildPythonPackage rec {
pname = "weconnect-mqtt";
-
version = "0.39.2";
+
version = "0.40.1";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "tillsteinbach";
repo = "WeConnect-mqtt";
rev = "refs/tags/v${version}";
-
hash = "sha256-htLyf7ouy/psG/BJr3nATQjd+bTFETjGEWQYs2uMtSM=";
+
hash = "sha256-WnaVE9WEJmdlxsPUZcEmeCf4DK1GCyd2yQmBiQZ7NkI=";
};
propagatedBuildInputs = [
paho-mqtt
python-dateutil
weconnect
-
];
+
] ++ weconnect.optional-dependencies.Images;
postPatch = ''
substituteInPlace weconnect_mqtt/__version.py \
···
substituteInPlace pytest.ini \
--replace "--cov=weconnect_mqtt --cov-config=.coveragerc --cov-report html" "" \
--replace "pytest-cov" ""
-
substituteInPlace requirements.txt \
-
--replace "weconnect[Images]~=0.40.0" "weconnect"
'';
checkInputs = [
+9 -4
pkgs/development/python-modules/weconnect/default.nix
···
buildPythonPackage rec {
pname = "weconnect";
-
version = "0.47.1";
+
version = "0.48.1";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "tillsteinbach";
repo = "WeConnect-python";
rev = "refs/tags/v${version}";
-
hash = "sha256-qxE8hX6HBmP6s+NivwSgbrPWzUDr8RW9HAyQ21WTiZE=";
+
hash = "sha256-SLVOvGGhyn/kMYgZUmcy5cw7tDHS7wIcVdP5ZnRgmVc=";
};
propagatedBuildInputs = [
-
ascii-magic
oauthlib
-
pillow
requests
];
+
+
passthru.optional-dependencies = {
+
Images = [
+
ascii-magic
+
pillow
+
];
+
};
checkInputs = [
pytest-httpserver
+2 -2
pkgs/development/tools/analysis/flow/default.nix
···
stdenv.mkDerivation rec {
pname = "flow";
-
version = "0.188.0";
+
version = "0.188.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
-
sha256 = "sha256-DmVnJRGxaMfpJbzJGNM0hA0j5HQ1qRH+7b4zNod8b5I=";
+
sha256 = "sha256-6VHqjLG11JB1WmXZ6+i5H3ovSGd7hA/oZ+AN5Sw++4I=";
};
makeFlags = [ "FLOW_RELEASE=1" ];
+2 -2
pkgs/development/tools/doctl/default.nix
···
buildGoModule rec {
pname = "doctl";
-
version = "1.82.0";
+
version = "1.82.2";
vendorSha256 = null;
···
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
-
sha256 = "sha256-w8km6Ze2qAoYGZZxfHucQSBEOv4d+mWatfeYYI2lrRw=";
+
sha256 = "sha256-o8Wp9zrpIkeigQhbsaMURIiL6coOX8OwUDQmRfO8VoY=";
};
meta = with lib; {
+2 -2
pkgs/development/tools/misc/saleae-logic-2/default.nix
···
{ lib, fetchurl, makeDesktopItem, appimageTools }:
let
name = "saleae-logic-2";
-
version = "2.3.59";
+
version = "2.4.0";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
-
sha256 = "sha256-jIu/ODVD/x+TjcVSGlOw6/JWESJYDKZQrJGMAix9wTY=";
+
sha256 = "sha256-jvD/DLpcJKAqy9LSSEVZFtD+BMxfbUmdJwfnQMtA7rg=";
};
desktopItem = makeDesktopItem {
inherit name;
+31 -31
pkgs/os-specific/linux/kernel/hardened/patches.json
···
"4.14": {
"patch": {
"extra": "-hardened1",
-
"name": "linux-hardened-4.14.292-hardened1.patch",
-
"sha256": "0l20yxg50azpxm2x4gr37yhkvjw3wlishjm2x8pqwil3g1pxykdi",
-
"url": "https://github.com/anthraxx/linux-hardened/releases/download/4.14.292-hardened1/linux-hardened-4.14.292-hardened1.patch"
+
"name": "linux-hardened-4.14.294-hardened1.patch",
+
"sha256": "0x7qnfih7hvn94f8w5g6qqdvsswr71ml9wd9fy1p14dd8k068hcj",
+
"url": "https://github.com/anthraxx/linux-hardened/releases/download/4.14.294-hardened1/linux-hardened-4.14.294-hardened1.patch"
},
-
"sha256": "0zc97qy62dhc5xkjnvsfn4lpl4dgrj23hlxvxcr4cr8sj0hxzx3h",
-
"version": "4.14.292"
+
"sha256": "069i11hv4fhwc9dirqbag1g1k3fn21wzpfggah4f1a41whf98apy",
+
"version": "4.14.294"
},
"4.19": {
"patch": {
"extra": "-hardened1",
-
"name": "linux-hardened-4.19.257-hardened1.patch",
-
"sha256": "03hv417v0abn6n0zbmypfsjmxb4aqdz23vrykhgn259w4h45w2z9",
-
"url": "https://github.com/anthraxx/linux-hardened/releases/download/4.19.257-hardened1/linux-hardened-4.19.257-hardened1.patch"
+
"name": "linux-hardened-4.19.259-hardened1.patch",
+
"sha256": "05hnliiszj0ri0dkfm1ppaqss1x5nd0jbyr5l7736s5bi707lmsp",
+
"url": "https://github.com/anthraxx/linux-hardened/releases/download/4.19.259-hardened1/linux-hardened-4.19.259-hardened1.patch"
},
-
"sha256": "0izaldl2l2zsshkd07qsnr9x6ikipmj5jp7lxr8dyz7kf2m17pga",
-
"version": "4.19.257"
+
"sha256": "1ska6v95zjjj44h53gi34rnbsrm4507jwxi3kklnky6d0aykiy1z",
+
"version": "4.19.259"
},
"5.10": {
"patch": {
"extra": "-hardened1",
-
"name": "linux-hardened-5.10.142-hardened1.patch",
-
"sha256": "074w7j8wx2k3lk3ssm9x14wf4gns85l2p6syq4pigkb67gvdphpv",
-
"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.10.142-hardened1/linux-hardened-5.10.142-hardened1.patch"
+
"name": "linux-hardened-5.10.145-hardened1.patch",
+
"sha256": "08rq52prxnvzg0j2d8gs010hh44qlhga00h2mvcxlfj10ifg4rgb",
+
"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.10.145-hardened1/linux-hardened-5.10.145-hardened1.patch"
},
-
"sha256": "0s52vfvw5pgnq7gq9n66ib05ryhkxwv765f16862l5gykbdynirz",
-
"version": "5.10.142"
+
"sha256": "0qdcqmwvc70hfgj8hb8ccwmnvwl41dvdffqrmyg3cyblwprr0ngw",
+
"version": "5.10.145"
},
"5.15": {
"patch": {
"extra": "-hardened1",
-
"name": "linux-hardened-5.15.67-hardened1.patch",
-
"sha256": "1151dry0ia25rq50vnvrkjsxz5h9zsr6lahld3vilk2p01bv2fc3",
-
"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.15.67-hardened1/linux-hardened-5.15.67-hardened1.patch"
+
"name": "linux-hardened-5.15.70-hardened1.patch",
+
"sha256": "0m3r9i5zyv12y4y6jn7yqv6n080ikar0hdn2bfzs85mnzc9vsmqr",
+
"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.15.70-hardened1/linux-hardened-5.15.70-hardened1.patch"
},
-
"sha256": "0h7r2k59jsw8ykb2p7nxrpazbwx1n5p3nmfbbj1lhib91fldjiys",
-
"version": "5.15.67"
+
"sha256": "0xhdjz7aqq13pkh1yr7ax3msqdb2xvrcpj464wibn1rl4pq2cz0s",
+
"version": "5.15.70"
},
"5.19": {
"patch": {
-
"extra": "-hardened2",
-
"name": "linux-hardened-5.19.8-hardened2.patch",
-
"sha256": "1dfgnx2yr5d5kh2d8r7ywqkyjq1rfni2b5sdpqly0w986rlkw48k",
-
"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.19.8-hardened2/linux-hardened-5.19.8-hardened2.patch"
+
"extra": "-hardened1",
+
"name": "linux-hardened-5.19.11-hardened1.patch",
+
"sha256": "0n0w9qmbhhg9svnjkvmhx24i8d0mhrx2k4xfb3rmnsjg79rcl0qd",
+
"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.19.11-hardened1/linux-hardened-5.19.11-hardened1.patch"
},
-
"sha256": "1kl7fifsa6vsm34xg3kd2svhx18n771hfj67nhwnlalmb9whhqv1",
-
"version": "5.19.8"
+
"sha256": "0wyrwdqm4dypx2jbb7d8c3b7fl7q5j434d6g9x2v6sw01gwx4m2m",
+
"version": "5.19.11"
},
"5.4": {
"patch": {
"extra": "-hardened1",
-
"name": "linux-hardened-5.4.212-hardened1.patch",
-
"sha256": "0vdx78n1aggyfia017h40k6xg7bd2spcv3s4m0kiq693skxzlh4x",
-
"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.4.212-hardened1/linux-hardened-5.4.212-hardened1.patch"
+
"name": "linux-hardened-5.4.214-hardened1.patch",
+
"sha256": "0j96knplhwvk1w1af4fs818ninvrs38ykg76mb80pjjvi3fdl402",
+
"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.4.214-hardened1/linux-hardened-5.4.214-hardened1.patch"
},
-
"sha256": "1hngr4hsrcd6hmlyvc3msy5racniav2jagp5abmp7xsxv0yjxiq9",
-
"version": "5.4.212"
+
"sha256": "1ny57g5agk8sq6cbp2crjiay5bfkwqy32i4a5yw7x0lch2s7kg4s",
+
"version": "5.4.214"
}
}
+2 -2
pkgs/os-specific/linux/kernel/linux-4.14.nix
···
with lib;
buildLinux (args // rec {
-
version = "4.14.294";
+
version = "4.14.295";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
···
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-
sha256 = "069i11hv4fhwc9dirqbag1g1k3fn21wzpfggah4f1a41whf98apy";
+
sha256 = "0svalywqmrhav63vw0ns06c25sgyvzwfngljpham3nm7jjxbkk32";
};
} // (args.argsOverride or {}))
+2 -2
pkgs/os-specific/linux/kernel/linux-4.19.nix
···
with lib;
buildLinux (args // rec {
-
version = "4.19.259";
+
version = "4.19.260";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
···
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-
sha256 = "1ska6v95zjjj44h53gi34rnbsrm4507jwxi3kklnky6d0aykiy1z";
+
sha256 = "1vlhaapbkvvk2acw1i5f6v6gd8v0x37n1y3i066cddl90my6yl24";
};
} // (args.argsOverride or {}))
+2 -2
pkgs/os-specific/linux/kernel/linux-4.9.nix
···
{ buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args:
buildLinux (args // rec {
-
version = "4.9.329";
+
version = "4.9.330";
extraMeta.branch = "4.9";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-
sha256 = "168hy7vhgw2sfknflhhf6ykhkp4xs8v0igii6ivjlvs3dmwm21sj";
+
sha256 = "0psrl8fcbp1bsanjmllic503dlyhkj8bjzfc20p2ksahlhv1j0mz";
};
} // (args.argsOverride or {}))
+2 -2
pkgs/os-specific/linux/kernel/linux-5.10.nix
···
with lib;
buildLinux (args // rec {
-
version = "5.10.145";
+
version = "5.10.146";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
···
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
-
sha256 = "0qdcqmwvc70hfgj8hb8ccwmnvwl41dvdffqrmyg3cyblwprr0ngw";
+
sha256 = "1hbdxvlibp9w0q8bk1zlx77ayq2wcld8rjm134ybgbcf4zrrggbv";
};
} // (args.argsOverride or {}))
+2 -2
pkgs/os-specific/linux/kernel/linux-5.15.nix
···
with lib;
buildLinux (args // rec {
-
version = "5.15.70";
+
version = "5.15.71";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
···
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
-
sha256 = "0xhdjz7aqq13pkh1yr7ax3msqdb2xvrcpj464wibn1rl4pq2cz0s";
+
sha256 = "0lqy3nmhij6sb4963kb5dhvfdx46mg79hp81kq10wv01iq9hhm2z";
};
} // (args.argsOverride or { }))
+2 -2
pkgs/os-specific/linux/kernel/linux-5.19.nix
···
with lib;
buildLinux (args // rec {
-
version = "5.19.11";
+
version = "5.19.12";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
···
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
-
sha256 = "0wyrwdqm4dypx2jbb7d8c3b7fl7q5j434d6g9x2v6sw01gwx4m2m";
+
sha256 = "1fmhwbgqpr6q3z3ygys153szivlmv3mcnwilbbyfcb1iqx4aadn4";
};
} // (args.argsOverride or { }))
+2 -2
pkgs/os-specific/linux/kernel/linux-5.4.nix
···
with lib;
buildLinux (args // rec {
-
version = "5.4.214";
+
version = "5.4.215";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
···
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
-
sha256 = "1ny57g5agk8sq6cbp2crjiay5bfkwqy32i4a5yw7x0lch2s7kg4s";
+
sha256 = "1gafnf9gbsfzvp9jq6y8qhpvas5cv9y0m9bad2sg55sjlb1zfard";
};
} // (args.argsOverride or {}))
+3 -3
pkgs/os-specific/linux/kernel/linux-rt-5.10.nix
···
, ... } @ args:
let
-
version = "5.10.140-rt73"; # updated by ./update-rt.sh
+
version = "5.10.145-rt74"; # updated by ./update-rt.sh
branch = lib.versions.majorMinor version;
kversion = builtins.elemAt (lib.splitString "-" version) 0;
in buildLinux (args // {
···
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${kversion}.tar.xz";
-
sha256 = "00v8mdbc8ndx29grfnlf49ifikqxnl25zn0243j3bgclvfyxipx4";
+
sha256 = "0qdcqmwvc70hfgj8hb8ccwmnvwl41dvdffqrmyg3cyblwprr0ngw";
};
kernelPatches = let rt-patch = {
name = "rt";
patch = fetchurl {
url = "mirror://kernel/linux/kernel/projects/rt/${branch}/older/patch-${version}.patch.xz";
-
sha256 = "1abrxwxx3kfmbyabb1hhjpz1l7idrn2g14zx7qix7ds7n9f6dcgf";
+
sha256 = "16a2cnvn1azxsw1qjwbygkych0jzkfpmj0kx08jdz3fx3xbmqpr4";
};
}; in [ rt-patch ] ++ kernelPatches;
+3 -3
pkgs/servers/plex/raw.nix
···
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
-
version = "1.28.2.6151-914ddd2b3";
+
version = "1.29.0.6244-819d3678c";
pname = "plexmediaserver";
# Fetch the source
src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb";
-
sha256 = "sha256-aWRcPHwuZA/xM1QUx4rOUhh3ICvwCgDFrPgnVWB4aUE=";
+
sha256 = "sha256-f9QRaAF9qE3NpCt3lMWQ7MAbfLI7YQaIIF/fkJorUxY=";
} else fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
-
sha256 = "sha256-J8sQ/fLz00Tiy5ka+M9JIXbQUzIfGBvofiGX7stWf84=";
+
sha256 = "sha256-iGMO6uuNm2c7UBZvA5dYaSxUrEQCL1tR9zLA3rZhBn4=";
};
outputs = [ "out" "basedb" ];
+15 -3
pkgs/tools/admin/pgadmin/default.nix
···
let
pname = "pgadmin";
-
version = "6.13";
+
version = "6.14";
src = fetchurl {
url = "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${version}/source/pgadmin4-${version}.tar.gz";
-
sha256 = "sha256-vLItmE76R1IzgMYEGEvIeOmbfQQac5WK12AkkZknTFU=";
+
sha256 = "sha256-M3Tu+69Gmc0FfqtGTtJ6j014QARd2efJ4dq0vK2IMr8=";
};
yarnDeps = mkYarnModules {
···
# keep the scope, as it is used throughout the derivation and tests
# this also makes potential future overrides easier
pythonPackages = python3.pkgs.overrideScope (final: prev: rec {
-
# flask 2.2 is incompatible with pgadmin 6.13
+
# flask 2.2 is incompatible with pgadmin 6.14
# https://redmine.postgresql.org/issues/7651
flask = prev.flask.overridePythonAttrs (oldAttrs: rec {
version = "2.1.3";
···
inherit version;
sha256 = "sha256-FZcuUBffBXXD1sCQuhaLbbkCWeYgrI1+qBOjlrrVtss=";
};
+
});
+
# pgadmin 6.14 is incompatible with the major flask-security-too update to 5.0.x
+
flask-security-too = prev.flask-security-too.overridePythonAttrs (oldAttrs: rec {
+
version = "4.1.5";
+
src = oldAttrs.src.override {
+
inherit version;
+
sha256 = "sha256-98jKcHDv/+mls7QVWeGvGcmoYOGCspxM7w5/2RjJxoM=";
+
};
+
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [
+
final.pythonPackages.flask_mail
+
final.pythonPackages.pyqrcode
+
];
});
});
+4 -7
pkgs/tools/admin/pgadmin/package.json
···
"exports-loader": "^2.0.0",
"html-react-parser": "^1.2.7",
"image-minimizer-webpack-plugin": "^2.2.0",
+
"imagemin-mozjpeg": "^10.0.0",
+
"imagemin-optipng": "^8.0.0",
+
"imagemin-pngquant": "^9.0.2",
"is-docker": "^2.1.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.6.0",
···
"@projectstorm/react-diagrams": "^6.6.1",
"@simonwep/pickr": "^1.5.1",
"@szhsin/react-menu": "^2.2.0",
-
"@tippyjs/react": "^4.2.0",
"@types/classnames": "^2.2.6",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"ajv": "^8.8.2",
-
"alertifyjs": "git+https://github.com/EnterpriseDB/AlertifyJS/#72c1d794f5b6d4ec13a68d123c08f19021afe263",
"anti-trojan-source": "^1.4.0",
"aspen-decorations": "^1.0.2",
"axios": "^0.21.1",
"babelify": "~10.0.0",
"backbone": "1.4.0",
-
"backform": "^0.2.0",
-
"backgrid-filter": "^0.3.7",
-
"backgrid-select-all": "^0.3.5",
"bignumber.js": "^9.0.1",
"bootstrap": "^4.3.1",
"bootstrap-datepicker": "^1.8.0",
···
"react": "^17.0.1",
"react-aspen": "^1.1.0",
"react-checkbox-tree": "^1.7.2",
-
"react-data-grid": "git+https://github.com/adityatoshniwal/react-data-grid.git/#8d9bc16ddd7c419acfbbd1c1cc2b70eb9f5b453c",
+
"react-data-grid": "git+https://github.com/EnterpriseDB/react-data-grid.git/#200d2f5e02de694e3e9ffbe177c279bc40240fb8",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.4",
"react-dropzone": "^14.2.1",
···
"react-window": "^1.8.5",
"select2": "^4.0.13",
"shim-loader": "^1.0.1",
-
"slickgrid": "git+https://github.com/6pac/SlickGrid.git#2.3.16",
"snapsvg-cjs": "^0.0.6",
"socket.io-client": "^4.0.0",
"split.js": "^1.5.10",
+1111 -100
pkgs/tools/admin/pgadmin/yarn.lock
···
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==
-
"@popperjs/core@^2.9.0":
-
version "2.10.2"
-
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.10.2.tgz#0798c03351f0dea1a5a4cabddf26a55a7cbee590"
-
integrity sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ==
-
"@projectstorm/geometry@^6.6.1":
version "6.6.1"
resolved "https://registry.yarnpkg.com/@projectstorm/geometry/-/geometry-6.6.1.tgz#4a42f5c8fdfcc3d951e73f5db7fe9546514acc3d"
···
dependencies:
prop-types "^15.7.2"
react-transition-state "^1.1.3"
-
-
"@tippyjs/react@^4.2.0":
-
version "4.2.6"
-
resolved "https://registry.yarnpkg.com/@tippyjs/react/-/react-4.2.6.tgz#971677a599bf663f20bb1c60a62b9555b749cc71"
-
integrity sha512-91RicDR+H7oDSyPycI13q3b7o4O60wa2oRbjlz2fyRLmHImc4vyDwuUP8NtZaN0VARJY5hybvDYrFzhY9+Lbyw==
-
dependencies:
-
tippy.js "^6.3.1"
"@tootallnate/once@2":
version "2.0.0"
···
require-from-string "^2.0.2"
uri-js "^4.2.2"
-
"alertifyjs@git+https://github.com/EnterpriseDB/AlertifyJS/#72c1d794f5b6d4ec13a68d123c08f19021afe263":
-
version "1.7.1"
-
resolved "git+https://github.com/EnterpriseDB/AlertifyJS/#72c1d794f5b6d4ec13a68d123c08f19021afe263"
-
alphanum-sort@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
···
resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
+
arch@^2.1.0:
+
version "2.2.0"
+
resolved "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11"
+
integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==
+
+
archive-type@^4.0.0:
+
version "4.0.0"
+
resolved "https://registry.yarnpkg.com/archive-type/-/archive-type-4.0.0.tgz#f92e72233056dfc6969472749c267bdb046b1d70"
+
integrity sha512-zV4Ky0v1F8dBrdYElwTvQhweQ0P7Kwc1aluqJsYtOBP01jXcWCyW2IEfI1YiqsG+Iy7ZR+o5LF1N+PGECBxHWA==
+
dependencies:
+
file-type "^4.2.0"
+
are-we-there-yet@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz#ba20bd6b553e31d62fc8c31bd23d22b95734390d"
···
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
-
"backbone@1.1.2 || 1.2.3 || ~1.3.2":
-
version "1.3.3"
-
resolved "https://registry.yarnpkg.com/backbone/-/backbone-1.3.3.tgz#4cc80ea7cb1631ac474889ce40f2f8bc683b2999"
-
integrity sha512-aK+k3TiU4tQDUrRCymDDE7XDFnMVuyE6zbZ4JX7mb4pJbQTVOH997/kyBzb8wB2s5Y/Oh7EUfj+sZhwRPxWwow==
-
dependencies:
-
underscore ">=1.8.3"
-
backbone@1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/backbone/-/backbone-1.4.0.tgz#54db4de9df7c3811c3f032f34749a4cd27f3bd12"
···
dependencies:
underscore ">=1.8.3"
-
backbone@~1.2.3:
-
version "1.2.3"
-
resolved "https://registry.yarnpkg.com/backbone/-/backbone-1.2.3.tgz#c22cfd07fc86ebbeae61d18929ed115e999d65b9"
-
integrity sha512-1/eXj4agG79UDN7TWnZXcGD6BJrBwLZKCX7zYcBIy9jWf4mrtVkw7IE1VOYFnrKahsmPF9L55Tib9IQRvk027w==
-
dependencies:
-
underscore ">=1.7.0"
-
-
backform@^0.2.0:
-
version "0.2.0"
-
resolved "https://registry.yarnpkg.com/backform/-/backform-0.2.0.tgz#b14cb8deb08c863fc595a2bc505066e32a2ad4ce"
-
integrity sha512-QYwlItiVqb4CDELHyBC+TM4UcoG6Mw/al+PUDUVbQ7OJojpQHaa2TV8uJHhMR6o/Xq4FGt+52qIZLp36dletfw==
-
-
backgrid-filter@^0.3.7:
-
version "0.3.7"
-
resolved "https://registry.yarnpkg.com/backgrid-filter/-/backgrid-filter-0.3.7.tgz#d4b19d0e707013d7f181f9e8c7febb4997d56f03"
-
integrity sha512-HKWOXXd/dES5Ll3R1+vsfPYO7yVQ0V4+h8cPirFqci4oKTyyZVJupXM2fINhqm0On9dvHijHje8h4X+Wg621gw==
-
dependencies:
-
backbone "~1.2.3"
-
backgrid "~0.3.7"
-
lunr "^0.7.0"
-
underscore "^1.8.3"
-
-
backgrid-select-all@^0.3.5:
-
version "0.3.5"
-
resolved "https://registry.yarnpkg.com/backgrid-select-all/-/backgrid-select-all-0.3.5.tgz#143a800e5d95ff2ae5a84d78bf4fba41f9481e94"
-
integrity sha512-bwMQi5d8AnBSZDiV4nWrXcOSmEODbxB6/70mSHG8cGoDfjgW5X7mLiXlmlgEP3VsA1avFD6VvCvpAKZ4BS5f9Q==
-
-
backgrid@~0.3.7:
-
version "0.3.8"
-
resolved "https://registry.yarnpkg.com/backgrid/-/backgrid-0.3.8.tgz#7d26816742d72c859cad39b13f19c9f27baffed7"
-
integrity sha512-Klzo941ahoj8Kqd0tRsau+VfXddV3YnQTwb6wVwIaaQxoJ9ORykQy2MNit1MUBnZO6IValYJPvCQyvZhnV6Lfg==
-
dependencies:
-
backbone "1.1.2 || 1.2.3 || ~1.3.2"
-
underscore "^1.8.0"
-
backo2@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947"
···
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.1.tgz#8d7ba124c882bfd8e43260c67475518d0689e4e5"
integrity sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==
+
bin-build@^3.0.0:
+
version "3.0.0"
+
resolved "https://registry.yarnpkg.com/bin-build/-/bin-build-3.0.0.tgz#c5780a25a8a9f966d8244217e6c1f5082a143861"
+
integrity sha512-jcUOof71/TNAI2uM5uoUaDq2ePcVBQ3R/qhxAz1rX7UfvduAL/RXD3jXzvn8cVcDJdGVkiR1shal3OH0ImpuhA==
+
dependencies:
+
decompress "^4.0.0"
+
download "^6.2.2"
+
execa "^0.7.0"
+
p-map-series "^1.0.0"
+
tempfile "^2.0.0"
+
+
bin-check@^4.1.0:
+
version "4.1.0"
+
resolved "https://registry.yarnpkg.com/bin-check/-/bin-check-4.1.0.tgz#fc495970bdc88bb1d5a35fc17e65c4a149fc4a49"
+
integrity sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==
+
dependencies:
+
execa "^0.7.0"
+
executable "^4.1.0"
+
+
bin-version-check@^4.0.0:
+
version "4.0.0"
+
resolved "https://registry.yarnpkg.com/bin-version-check/-/bin-version-check-4.0.0.tgz#7d819c62496991f80d893e6e02a3032361608f71"
+
integrity sha512-sR631OrhC+1f8Cvs8WyVWOA33Y8tgwjETNPyyD/myRBXLkfS/vl74FmH/lFcRl9KY3zwGh7jFhvyk9vV3/3ilQ==
+
dependencies:
+
bin-version "^3.0.0"
+
semver "^5.6.0"
+
semver-truncate "^1.1.2"
+
+
bin-version@^3.0.0:
+
version "3.1.0"
+
resolved "https://registry.yarnpkg.com/bin-version/-/bin-version-3.1.0.tgz#5b09eb280752b1bd28f0c9db3f96f2f43b6c0839"
+
integrity sha512-Mkfm4iE1VFt4xd4vH+gx+0/71esbfus2LsnCGe8Pi4mndSPyT+NGES/Eg99jx8/lUGWfu3z2yuB/bt5UB+iVbQ==
+
dependencies:
+
execa "^1.0.0"
+
find-versions "^3.0.0"
+
+
bin-wrapper@^4.0.0, bin-wrapper@^4.0.1:
+
version "4.1.0"
+
resolved "https://registry.yarnpkg.com/bin-wrapper/-/bin-wrapper-4.1.0.tgz#99348f2cf85031e3ef7efce7e5300aeaae960605"
+
integrity sha512-hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q==
+
dependencies:
+
bin-check "^4.1.0"
+
bin-version-check "^4.0.0"
+
download "^7.1.0"
+
import-lazy "^3.1.0"
+
os-filter-obj "^2.0.0"
+
pify "^4.0.1"
+
binary-extensions@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
···
integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
dependencies:
file-uri-to-path "1.0.0"
+
+
bl@^1.0.0:
+
version "1.2.3"
+
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.3.tgz#1e8dd80142eac80d7158c9dccc047fb620e035e7"
+
integrity sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==
+
dependencies:
+
readable-stream "^2.3.5"
+
safe-buffer "^5.1.1"
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9:
version "4.12.0"
···
node-releases "^2.0.3"
picocolors "^1.0.0"
+
buffer-alloc-unsafe@^1.1.0:
+
version "1.1.0"
+
resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
+
integrity sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==
+
+
buffer-alloc@^1.2.0:
+
version "1.2.0"
+
resolved "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec"
+
integrity sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==
+
dependencies:
+
buffer-alloc-unsafe "^1.1.0"
+
buffer-fill "^1.0.0"
+
+
buffer-crc32@~0.2.3:
+
version "0.2.13"
+
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
+
integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==
+
+
buffer-fill@^1.0.0:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"
+
integrity sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==
+
buffer-from@^1.0.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
···
resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
integrity sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==
+
buffer@^5.2.1:
+
version "5.7.1"
+
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
+
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
+
dependencies:
+
base64-js "^1.3.1"
+
ieee754 "^1.1.13"
+
buffer@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
···
tar "^6.1.11"
unique-filename "^1.1.1"
+
cacheable-request@^2.1.1:
+
version "2.1.4"
+
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-2.1.4.tgz#0d808801b6342ad33c91df9d0b44dc09b91e5c3d"
+
integrity sha512-vag0O2LKZ/najSoUwDbVlnlCFvhBE/7mGTY2B5FgCBDcRD+oVV1HYTOwM6JZfMg/hIcM6IwnTZ1uQQL5/X3xIQ==
+
dependencies:
+
clone-response "1.0.2"
+
get-stream "3.0.0"
+
http-cache-semantics "3.8.1"
+
keyv "3.0.0"
+
lowercase-keys "1.0.0"
+
normalize-url "2.0.1"
+
responselike "1.0.2"
+
cached-path-relative@^1.0.0, cached-path-relative@^1.0.2:
version "1.1.0"
resolved "https://registry.yarnpkg.com/cached-path-relative/-/cached-path-relative-1.1.0.tgz#865576dfef39c0d6a7defde794d078f5308e3ef3"
···
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001346.tgz#e895551b46b9cc9cc9de852facd42f04839a8fbe"
integrity sha512-q6ibZUO2t88QCIPayP/euuDREq+aMAxFE5S70PkrLh0iTDj/zEhgvJRKC2+CvXY6EWc6oQwUR48lL5vCW6jiXQ==
+
caw@^2.0.0, caw@^2.0.1:
+
version "2.0.1"
+
resolved "https://registry.yarnpkg.com/caw/-/caw-2.0.1.tgz#6c3ca071fc194720883c2dc5da9b074bfc7e9e95"
+
integrity sha512-Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==
+
dependencies:
+
get-proxy "^2.0.0"
+
isurl "^1.0.0-alpha5"
+
tunnel-agent "^0.6.0"
+
url-to-options "^1.0.1"
+
chalk@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
···
kind-of "^6.0.2"
shallow-clone "^3.0.0"
+
clone-response@1.0.2:
+
version "1.0.2"
+
resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
+
integrity sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==
+
dependencies:
+
mimic-response "^1.0.0"
+
closest@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/closest/-/closest-0.0.1.tgz#26da6f80b3e0e17e71f80f12782819e9f653495c"
···
lodash.memoize "~3.0.3"
source-map "~0.5.3"
-
commander@^2.19.0, commander@^2.20.0:
+
commander@^2.19.0, commander@^2.20.0, commander@^2.8.1:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
···
readable-stream "^2.2.2"
typedarray "^0.0.6"
+
config-chain@^1.1.11:
+
version "1.1.13"
+
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4"
+
integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==
+
dependencies:
+
ini "^1.3.4"
+
proto-list "~1.2.1"
+
connect@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/connect/-/connect-3.7.0.tgz#5d49348910caa5e07a01800b030d0c35f20484f8"
···
version "1.0.0"
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
integrity sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==
+
+
content-disposition@^0.5.2:
+
version "0.5.4"
+
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
+
integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
+
dependencies:
+
safe-buffer "5.2.1"
content-type@~1.0.4:
version "1.0.4"
···
dependencies:
cross-spawn "^7.0.1"
-
cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
+
cross-spawn@^5.0.1:
+
version "5.1.0"
+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
+
integrity sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==
+
dependencies:
+
lru-cache "^4.0.1"
+
shebang-command "^1.2.0"
+
which "^1.2.9"
+
+
cross-spawn@^6.0.0:
+
version "6.0.5"
+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
+
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
+
dependencies:
+
nice-try "^1.0.4"
+
path-key "^2.0.1"
+
semver "^5.5.0"
+
shebang-command "^1.2.0"
+
which "^1.2.9"
+
+
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
···
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-5.0.1.tgz#db11a92e58c741ef339fb0a2868d8a06a9a7b1e9"
integrity sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==
+
decode-uri-component@^0.2.0:
+
version "0.2.0"
+
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
+
integrity sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==
+
+
decompress-response@^3.2.0, decompress-response@^3.3.0:
+
version "3.3.0"
+
resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3"
+
integrity sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==
+
dependencies:
+
mimic-response "^1.0.0"
+
+
decompress-tar@^4.0.0, decompress-tar@^4.1.0, decompress-tar@^4.1.1:
+
version "4.1.1"
+
resolved "https://registry.yarnpkg.com/decompress-tar/-/decompress-tar-4.1.1.tgz#718cbd3fcb16209716e70a26b84e7ba4592e5af1"
+
integrity sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==
+
dependencies:
+
file-type "^5.2.0"
+
is-stream "^1.1.0"
+
tar-stream "^1.5.2"
+
+
decompress-tarbz2@^4.0.0:
+
version "4.1.1"
+
resolved "https://registry.yarnpkg.com/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz#3082a5b880ea4043816349f378b56c516be1a39b"
+
integrity sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==
+
dependencies:
+
decompress-tar "^4.1.0"
+
file-type "^6.1.0"
+
is-stream "^1.1.0"
+
seek-bzip "^1.0.5"
+
unbzip2-stream "^1.0.9"
+
+
decompress-targz@^4.0.0:
+
version "4.1.1"
+
resolved "https://registry.yarnpkg.com/decompress-targz/-/decompress-targz-4.1.1.tgz#c09bc35c4d11f3de09f2d2da53e9de23e7ce1eee"
+
integrity sha512-4z81Znfr6chWnRDNfFNqLwPvm4db3WuZkqV+UgXQzSngG3CEKdBkw5jrv3axjjL96glyiiKjsxJG3X6WBZwX3w==
+
dependencies:
+
decompress-tar "^4.1.1"
+
file-type "^5.2.0"
+
is-stream "^1.1.0"
+
+
decompress-unzip@^4.0.1:
+
version "4.0.1"
+
resolved "https://registry.yarnpkg.com/decompress-unzip/-/decompress-unzip-4.0.1.tgz#deaaccdfd14aeaf85578f733ae8210f9b4848f69"
+
integrity sha512-1fqeluvxgnn86MOh66u8FjbtJpAFv5wgCT9Iw8rcBqQcCo5tO8eiJw7NNTrvt9n4CRBVq7CstiS922oPgyGLrw==
+
dependencies:
+
file-type "^3.8.0"
+
get-stream "^2.2.0"
+
pify "^2.3.0"
+
yauzl "^2.4.2"
+
+
decompress@^4.0.0, decompress@^4.2.0:
+
version "4.2.1"
+
resolved "https://registry.yarnpkg.com/decompress/-/decompress-4.2.1.tgz#007f55cc6a62c055afa37c07eb6a4ee1b773f118"
+
integrity sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==
+
dependencies:
+
decompress-tar "^4.0.0"
+
decompress-tarbz2 "^4.0.0"
+
decompress-targz "^4.0.0"
+
decompress-unzip "^4.0.1"
+
graceful-fs "^4.1.10"
+
make-dir "^1.0.0"
+
pify "^2.3.0"
+
strip-dirs "^2.0.0"
+
deep-diff@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/deep-diff/-/deep-diff-1.0.2.tgz#afd3d1f749115be965e89c63edc7abb1506b9c26"
···
domelementtype "^2.2.0"
domhandler "^4.2.0"
+
download@^6.2.2:
+
version "6.2.5"
+
resolved "https://registry.yarnpkg.com/download/-/download-6.2.5.tgz#acd6a542e4cd0bb42ca70cfc98c9e43b07039714"
+
integrity sha512-DpO9K1sXAST8Cpzb7kmEhogJxymyVUd5qz/vCOSyvwtp2Klj2XcDt5YUuasgxka44SxF0q5RriKIwJmQHG2AuA==
+
dependencies:
+
caw "^2.0.0"
+
content-disposition "^0.5.2"
+
decompress "^4.0.0"
+
ext-name "^5.0.0"
+
file-type "5.2.0"
+
filenamify "^2.0.0"
+
get-stream "^3.0.0"
+
got "^7.0.0"
+
make-dir "^1.0.0"
+
p-event "^1.0.0"
+
pify "^3.0.0"
+
+
download@^7.1.0:
+
version "7.1.0"
+
resolved "https://registry.yarnpkg.com/download/-/download-7.1.0.tgz#9059aa9d70b503ee76a132897be6dec8e5587233"
+
integrity sha512-xqnBTVd/E+GxJVrX5/eUJiLYjCGPwMpdL+jGhGU57BvtcA7wwhtHVbXBeUk51kOpW3S7Jn3BQbN9Q1R1Km2qDQ==
+
dependencies:
+
archive-type "^4.0.0"
+
caw "^2.0.1"
+
content-disposition "^0.5.2"
+
decompress "^4.2.0"
+
ext-name "^5.0.0"
+
file-type "^8.1.0"
+
filenamify "^2.0.0"
+
get-stream "^3.0.0"
+
got "^8.3.1"
+
make-dir "^1.2.0"
+
p-event "^2.1.0"
+
pify "^3.0.0"
+
duplexer2@^0.1.2, duplexer2@~0.1.0, duplexer2@~0.1.2:
version "0.1.4"
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1"
integrity sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==
dependencies:
readable-stream "^2.0.2"
+
+
duplexer3@^0.1.4:
+
version "0.1.5"
+
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.5.tgz#0b5e4d7bad5de8901ea4440624c8e1d20099217e"
+
integrity sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==
duplexer@^0.1.2:
version "0.1.2"
···
integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==
dependencies:
iconv-lite "^0.6.2"
+
+
end-of-stream@^1.0.0, end-of-stream@^1.1.0:
+
version "1.4.4"
+
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
+
integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
+
dependencies:
+
once "^1.4.0"
engine.io-client@~6.0.1:
version "6.0.2"
···
md5.js "^1.3.4"
safe-buffer "^5.1.1"
+
exec-buffer@^3.0.0:
+
version "3.2.0"
+
resolved "https://registry.yarnpkg.com/exec-buffer/-/exec-buffer-3.2.0.tgz#b1686dbd904c7cf982e652c1f5a79b1e5573082b"
+
integrity sha512-wsiD+2Tp6BWHoVv3B+5Dcx6E7u5zky+hUwOHjuH2hKSLR3dvRmX8fk8UD8uqQixHs4Wk6eDmiegVrMPjKj7wpA==
+
dependencies:
+
execa "^0.7.0"
+
p-finally "^1.0.0"
+
pify "^3.0.0"
+
rimraf "^2.5.4"
+
tempfile "^2.0.0"
+
+
execa@^0.7.0:
+
version "0.7.0"
+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
+
integrity sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==
+
dependencies:
+
cross-spawn "^5.0.1"
+
get-stream "^3.0.0"
+
is-stream "^1.1.0"
+
npm-run-path "^2.0.0"
+
p-finally "^1.0.0"
+
signal-exit "^3.0.0"
+
strip-eof "^1.0.0"
+
+
execa@^1.0.0:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
+
integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
+
dependencies:
+
cross-spawn "^6.0.0"
+
get-stream "^4.0.0"
+
is-stream "^1.1.0"
+
npm-run-path "^2.0.0"
+
p-finally "^1.0.0"
+
signal-exit "^3.0.0"
+
strip-eof "^1.0.0"
+
+
execa@^4.0.0:
+
version "4.1.0"
+
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
+
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
+
dependencies:
+
cross-spawn "^7.0.0"
+
get-stream "^5.0.0"
+
human-signals "^1.1.1"
+
is-stream "^2.0.0"
+
merge-stream "^2.0.0"
+
npm-run-path "^4.0.0"
+
onetime "^5.1.0"
+
signal-exit "^3.0.2"
+
strip-final-newline "^2.0.0"
+
execa@^5.0.0:
version "5.1.1"
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
···
signal-exit "^3.0.3"
strip-final-newline "^2.0.0"
+
execa@^6.0.0:
+
version "6.1.0"
+
resolved "https://registry.yarnpkg.com/execa/-/execa-6.1.0.tgz#cea16dee211ff011246556388effa0818394fb20"
+
integrity sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==
+
dependencies:
+
cross-spawn "^7.0.3"
+
get-stream "^6.0.1"
+
human-signals "^3.0.1"
+
is-stream "^3.0.0"
+
merge-stream "^2.0.0"
+
npm-run-path "^5.1.0"
+
onetime "^6.0.0"
+
signal-exit "^3.0.7"
+
strip-final-newline "^3.0.0"
+
+
executable@^4.1.0:
+
version "4.1.1"
+
resolved "https://registry.yarnpkg.com/executable/-/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c"
+
integrity sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==
+
dependencies:
+
pify "^2.2.0"
+
exports-loader@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/exports-loader/-/exports-loader-2.0.0.tgz#ca7861b86726997bb4e55001888d2af940935979"
···
dependencies:
source-map "^0.6.1"
+
ext-list@^2.0.0:
+
version "2.2.2"
+
resolved "https://registry.yarnpkg.com/ext-list/-/ext-list-2.2.2.tgz#0b98e64ed82f5acf0f2931babf69212ef52ddd37"
+
integrity sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==
+
dependencies:
+
mime-db "^1.28.0"
+
+
ext-name@^5.0.0:
+
version "5.0.0"
+
resolved "https://registry.yarnpkg.com/ext-name/-/ext-name-5.0.0.tgz#70781981d183ee15d13993c8822045c506c8f0a6"
+
integrity sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==
+
dependencies:
+
ext-list "^2.0.0"
+
sort-keys-length "^1.0.0"
+
extend@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
···
dependencies:
reusify "^1.0.4"
+
fd-slicer@~1.1.0:
+
version "1.1.0"
+
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
+
integrity sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==
+
dependencies:
+
pend "~1.2.0"
+
file-entry-cache@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
···
dependencies:
tslib "^2.4.0"
+
file-type@5.2.0, file-type@^5.2.0:
+
version "5.2.0"
+
resolved "https://registry.yarnpkg.com/file-type/-/file-type-5.2.0.tgz#2ddbea7c73ffe36368dfae49dc338c058c2b8ad6"
+
integrity sha512-Iq1nJ6D2+yIO4c8HHg4fyVb8mAJieo1Oloy1mLLaB2PvezNedhBVm+QU7g0qM42aiMbRXTxKKwGD17rjKNJYVQ==
+
file-type@^12.0.0:
version "12.4.2"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-12.4.2.tgz#a344ea5664a1d01447ee7fb1b635f72feb6169d9"
integrity sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==
+
file-type@^3.8.0:
+
version "3.9.0"
+
resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9"
+
integrity sha512-RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA==
+
+
file-type@^4.2.0:
+
version "4.4.0"
+
resolved "https://registry.yarnpkg.com/file-type/-/file-type-4.4.0.tgz#1b600e5fca1fbdc6e80c0a70c71c8dba5f7906c5"
+
integrity sha512-f2UbFQEk7LXgWpi5ntcO86OeA/cC80fuDDDaX/fZ2ZGel+AF7leRQqBBW1eJNiiQkrZlAoM6P+VYP5P6bOlDEQ==
+
+
file-type@^6.1.0:
+
version "6.2.0"
+
resolved "https://registry.yarnpkg.com/file-type/-/file-type-6.2.0.tgz#e50cd75d356ffed4e306dc4f5bcf52a79903a919"
+
integrity sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==
+
+
file-type@^8.1.0:
+
version "8.1.0"
+
resolved "https://registry.yarnpkg.com/file-type/-/file-type-8.1.0.tgz#244f3b7ef641bbe0cca196c7276e4b332399f68c"
+
integrity sha512-qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ==
+
file-uri-to-path@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
···
version "2.0.0"
resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229"
integrity sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==
+
+
filenamify@^2.0.0:
+
version "2.1.0"
+
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-2.1.0.tgz#88faf495fb1b47abfd612300002a16228c677ee9"
+
integrity sha512-ICw7NTT6RsDp2rnYKVd8Fu4cr6ITzGy3+u4vUujPkabyaz+03F24NWEX7fs5fp+kBonlaqPH8fAO2NM+SXt/JA==
+
dependencies:
+
filename-reserved-regex "^2.0.0"
+
strip-outer "^1.0.0"
+
trim-repeated "^1.0.0"
fill-range@^7.0.1:
version "7.0.1"
···
locate-path "^6.0.0"
path-exists "^4.0.0"
+
find-versions@^3.0.0:
+
version "3.2.0"
+
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e"
+
integrity sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==
+
dependencies:
+
semver-regex "^2.0.0"
+
flat-cache@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
···
version "4.1.1"
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.1.1.tgz#ac4e520473dae67012d618aab91eda09bcb400ff"
integrity sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==
+
+
from2@^2.1.1:
+
version "2.3.0"
+
resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af"
+
integrity sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==
+
dependencies:
+
inherits "^2.0.1"
+
readable-stream "^2.0.0"
+
+
fs-constants@^1.0.0:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
+
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
fs-extra@^10.0.0:
version "10.0.0"
···
has "^1.0.3"
has-symbols "^1.0.1"
-
get-stream@^6.0.0:
+
get-proxy@^2.0.0:
+
version "2.1.0"
+
resolved "https://registry.yarnpkg.com/get-proxy/-/get-proxy-2.1.0.tgz#349f2b4d91d44c4d4d4e9cba2ad90143fac5ef93"
+
integrity sha512-zmZIaQTWnNQb4R4fJUEp/FC51eZsc6EkErspy3xtIYStaq8EB/hDIWipxsal+E8rz0qD7f2sL/NA9Xee4RInJw==
+
dependencies:
+
npm-conf "^1.1.0"
+
+
get-stream@3.0.0, get-stream@^3.0.0:
+
version "3.0.0"
+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
+
integrity sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==
+
+
get-stream@^2.2.0:
+
version "2.3.1"
+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-2.3.1.tgz#5f38f93f346009666ee0150a054167f91bdd95de"
+
integrity sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==
+
dependencies:
+
object-assign "^4.0.1"
+
pinkie-promise "^2.0.0"
+
+
get-stream@^4.0.0:
+
version "4.1.0"
+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
+
integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
+
dependencies:
+
pump "^3.0.0"
+
+
get-stream@^5.0.0:
+
version "5.2.0"
+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3"
+
integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
+
dependencies:
+
pump "^3.0.0"
+
+
get-stream@^6.0.0, get-stream@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
···
merge2 "^1.4.1"
slash "^4.0.0"
+
got@^7.0.0:
+
version "7.1.0"
+
resolved "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a"
+
integrity sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==
+
dependencies:
+
decompress-response "^3.2.0"
+
duplexer3 "^0.1.4"
+
get-stream "^3.0.0"
+
is-plain-obj "^1.1.0"
+
is-retry-allowed "^1.0.0"
+
is-stream "^1.0.0"
+
isurl "^1.0.0-alpha5"
+
lowercase-keys "^1.0.0"
+
p-cancelable "^0.3.0"
+
p-timeout "^1.1.1"
+
safe-buffer "^5.0.1"
+
timed-out "^4.0.0"
+
url-parse-lax "^1.0.0"
+
url-to-options "^1.0.1"
+
+
got@^8.3.1:
+
version "8.3.2"
+
resolved "https://registry.yarnpkg.com/got/-/got-8.3.2.tgz#1d23f64390e97f776cac52e5b936e5f514d2e937"
+
integrity sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==
+
dependencies:
+
"@sindresorhus/is" "^0.7.0"
+
cacheable-request "^2.1.1"
+
decompress-response "^3.3.0"
+
duplexer3 "^0.1.4"
+
get-stream "^3.0.0"
+
into-stream "^3.1.0"
+
is-retry-allowed "^1.1.0"
+
isurl "^1.0.0-alpha5"
+
lowercase-keys "^1.0.0"
+
mimic-response "^1.0.0"
+
p-cancelable "^0.4.0"
+
p-timeout "^2.0.1"
+
pify "^3.0.0"
+
safe-buffer "^5.1.1"
+
timed-out "^4.0.1"
+
url-parse-lax "^3.0.0"
+
url-to-options "^1.0.1"
+
+
graceful-fs@^4.1.10:
+
version "4.2.10"
+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
+
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
+
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
version "4.2.8"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
···
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
+
has-symbol-support-x@^1.4.1:
+
version "1.4.2"
+
resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455"
+
integrity sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==
+
has-symbols@^1.0.1, has-symbols@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
+
+
has-to-string-tag-x@^1.2.0:
+
version "1.4.1"
+
resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d"
+
integrity sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==
+
dependencies:
+
has-symbol-support-x "^1.4.1"
has-tostringtag@^1.0.0:
version "1.0.0"
···
domutils "^2.5.2"
entities "^2.0.0"
+
http-cache-semantics@3.8.1:
+
version "3.8.1"
+
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2"
+
integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==
+
http-cache-semantics@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
···
agent-base "6"
debug "4"
+
human-signals@^1.1.1:
+
version "1.1.1"
+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
+
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
+
human-signals@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
+
human-signals@^3.0.1:
+
version "3.0.1"
+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-3.0.1.tgz#c740920859dafa50e5a3222da9d3bf4bb0e5eef5"
+
integrity sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==
+
humanize-ms@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
···
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae"
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
-
ieee754@^1.1.4, ieee754@^1.2.1:
+
ieee754@^1.1.13, ieee754@^1.1.4, ieee754@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
···
schema-utils "^3.0.0"
serialize-javascript "^5.0.1"
+
imagemin-mozjpeg@^10.0.0:
+
version "10.0.0"
+
resolved "https://registry.yarnpkg.com/imagemin-mozjpeg/-/imagemin-mozjpeg-10.0.0.tgz#d6771d1ce05ee15e2f6f34a9878c7266abccd9ee"
+
integrity sha512-DK85QNOjS3/GzWYfNB3CACMZD10sIQgFDv1+WTOnZljgltQTEyATjdyUVyjKu5q4sCESQdwvwq7WEZzJ5fFjlg==
+
dependencies:
+
execa "^6.0.0"
+
is-jpg "^3.0.0"
+
mozjpeg "^8.0.0"
+
+
imagemin-optipng@^8.0.0:
+
version "8.0.0"
+
resolved "https://registry.yarnpkg.com/imagemin-optipng/-/imagemin-optipng-8.0.0.tgz#b88e5cf6da25cc8479e07cdf38c3ae0479df7ef2"
+
integrity sha512-CUGfhfwqlPjAC0rm8Fy+R2DJDBGjzy2SkfyT09L8rasnF9jSoHFqJ1xxSZWK6HVPZBMhGPMxCTL70OgTHlLF5A==
+
dependencies:
+
exec-buffer "^3.0.0"
+
is-png "^2.0.0"
+
optipng-bin "^7.0.0"
+
+
imagemin-pngquant@^9.0.2:
+
version "9.0.2"
+
resolved "https://registry.yarnpkg.com/imagemin-pngquant/-/imagemin-pngquant-9.0.2.tgz#38155702b0cc4f60f671ba7c2b086ea3805d9567"
+
integrity sha512-cj//bKo8+Frd/DM8l6Pg9pws1pnDUjgb7ae++sUX1kUVdv2nrngPykhiUOgFeE0LGY/LmUbCf4egCHC4YUcZSg==
+
dependencies:
+
execa "^4.0.0"
+
is-png "^2.0.0"
+
is-stream "^2.0.0"
+
ow "^0.17.0"
+
pngquant-bin "^6.0.0"
+
imagemin@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/imagemin/-/imagemin-7.0.1.tgz#f6441ca647197632e23db7d971fffbd530c87dbf"
···
dependencies:
parent-module "^1.0.0"
resolve-from "^4.0.0"
+
+
import-lazy@^3.1.0:
+
version "3.1.0"
+
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc"
+
integrity sha512-8/gvXvX2JMn0F+CDlSC4l6kOmVaLOO3XLkksI7CI3Ud95KDYJuYur2b9P/PUt/i/pDAMd/DulQsNbbbmRRsDIQ==
import-local@^3.0.2:
version "3.0.3"
···
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
integrity sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==
+
ini@^1.3.4:
+
version "1.3.8"
+
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
+
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
+
inline-source-map@~0.6.0:
version "0.6.2"
resolved "https://registry.yarnpkg.com/inline-source-map/-/inline-source-map-0.6.2.tgz#f9393471c18a79d1724f863fa38b586370ade2a5"
···
resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==
+
into-stream@^3.1.0:
+
version "3.1.0"
+
resolved "https://registry.yarnpkg.com/into-stream/-/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6"
+
integrity sha512-TcdjPibTksa1NQximqep2r17ISRiNE9fwlfbg3F8ANdvP5/yrFTew86VcO//jk4QTaMlbjypPBq76HN2zaKfZQ==
+
dependencies:
+
from2 "^2.1.1"
+
p-is-promise "^1.1.0"
+
invariant@^2.2.2:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
···
resolved "https://registry.yarnpkg.com/is-in-browser/-/is-in-browser-1.1.3.tgz#56ff4db683a078c6082eb95dad7dc62e1d04f835"
integrity sha512-FeXIBgG/CPGd/WUxuEyvgGTEfwiG9Z4EKGxjNMRqviiIIfsmgrpnHLffEDdwUHqNva1VEW91o3xBT/m8Elgl9g==
+
is-jpg@^3.0.0:
+
version "3.0.0"
+
resolved "https://registry.yarnpkg.com/is-jpg/-/is-jpg-3.0.0.tgz#f97b4ab6de92401650cb4f54ec0a6ad79c51367f"
+
integrity sha512-Vcd67KWHZblEKEBrtP25qLZ8wN9ICoAhl1pKUqD7SM7hf2qtuRl7loDgP5Zigh2oN/+7uj+KVyC0eRJvgOEFeQ==
+
is-lambda@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5"
integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==
+
is-natural-number@^4.0.1:
+
version "4.0.1"
+
resolved "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz#ab9d76e1db4ced51e35de0c72ebecf09f734cde8"
+
integrity sha512-Y4LTamMe0DDQIIAlaer9eKebAlDSV6huy+TWhJVPlzZh2o4tRP5SQWFlLn5N0To4mDD22/qdOq+veo1cSISLgQ==
+
is-negative-zero@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
···
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
-
is-plain-obj@^1.1.0:
+
is-object@^1.0.1:
+
version "1.0.2"
+
resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf"
+
integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==
+
+
is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==
···
dependencies:
isobject "^3.0.1"
+
is-png@^2.0.0:
+
version "2.0.0"
+
resolved "https://registry.yarnpkg.com/is-png/-/is-png-2.0.0.tgz#ee8cbc9e9b050425cedeeb4a6fb74a649b0a4a8d"
+
integrity sha512-4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g==
+
is-regex@^1.0.5, is-regex@^1.1.0, is-regex@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
···
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
+
is-retry-allowed@^1.0.0, is-retry-allowed@^1.1.0:
+
version "1.2.0"
+
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
+
integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==
+
is-shared-array-buffer@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
+
is-stream@^1.0.0, is-stream@^1.1.0:
+
version "1.1.0"
+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
+
integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==
+
is-stream@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
+
is-stream@^3.0.0:
+
version "3.0.0"
+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
+
integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
+
is-string@^1.0.5, is-string@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
···
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"
+
isurl@^1.0.0-alpha5:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/isurl/-/isurl-1.0.0.tgz#b27f4f49f3cdaa3ea44a0a5b7f3462e6edc39d67"
+
integrity sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==
+
dependencies:
+
has-to-string-tag-x "^1.2.0"
+
is-object "^1.0.1"
+
jake@^10.8.5:
version "10.8.5"
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46"
···
dependencies:
jquery "^3.5.0"
-
jquery-ui@>=1.8.0, jquery-ui@^1.13.2:
+
jquery-ui@^1.13.2:
version "1.13.2"
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.13.2.tgz#de03580ae6604773602f8d786ad1abfb75232034"
integrity sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==
dependencies:
jquery ">=1.8.0 <4.0.0"
-
"jquery@>=1.7.1 <4.0.0", jquery@>=1.8.0, "jquery@>=1.8.0 <4.0.0", jquery@^3.3.1, jquery@^3.5.0, jquery@^3.5.1, jquery@^3.6.0:
+
"jquery@>=1.7.1 <4.0.0", "jquery@>=1.8.0 <4.0.0", jquery@^3.3.1, jquery@^3.5.0, jquery@^3.5.1, jquery@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
···
dependencies:
bignumber.js "^7.2.1"
+
json-buffer@3.0.0:
+
version "3.0.0"
+
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
+
integrity sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==
+
json-parse-better-errors@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
···
tmp "^0.2.1"
ua-parser-js "^0.7.30"
yargs "^16.1.1"
+
+
keyv@3.0.0:
+
version "3.0.0"
+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.0.0.tgz#44923ba39e68b12a7cec7df6c3268c031f2ef373"
+
integrity sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==
+
dependencies:
+
json-buffer "3.0.0"
kind-of@^6.0.2, kind-of@^6.0.3:
version "6.0.3"
···
dependencies:
js-tokens "^3.0.0 || ^4.0.0"
+
lowercase-keys@1.0.0:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306"
+
integrity sha512-RPlX0+PHuvxVDZ7xX+EBVAp4RsVxP/TdDSN2mJYdiq1Lc4Hz7EUSjUI7RZrKKlmrIzVhf6Jo2stj7++gVarS0A==
+
+
lowercase-keys@^1.0.0:
+
version "1.0.1"
+
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f"
+
integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==
+
+
lru-cache@^4.0.1:
+
version "4.1.5"
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
+
integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
+
dependencies:
+
pseudomap "^1.0.2"
+
yallist "^2.1.2"
+
lru-cache@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
···
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.13.1.tgz#267a81fbd0881327c46a81c5922606a2cfe336c4"
integrity sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ==
-
lunr@^0.7.0:
-
version "0.7.2"
-
resolved "https://registry.yarnpkg.com/lunr/-/lunr-0.7.2.tgz#79a30e932e216cba163541ee37a3607c12cd7281"
-
integrity sha512-qXxxSzrWOhFu4EhyvYqCGMv1nJsTy5OGQN3GtClGbRSaqJ/1XASk41nF2jjxzKTS8kjU0QybhOgGgGo6HUZqSQ==
+
make-dir@^1.0.0, make-dir@^1.2.0:
+
version "1.3.0"
+
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
+
integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==
+
dependencies:
+
pify "^3.0.0"
make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0:
version "3.1.0"
···
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.50.0.tgz#abd4ac94e98d3c0e185016c67ab45d5fde40c11f"
integrity sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==
+
mime-db@^1.28.0:
+
version "1.52.0"
+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
+
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
+
mime-types@^2.1.27, mime-types@~2.1.24:
version "2.1.33"
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.33.tgz#1fa12a904472fafd068e48d9e8401f74d3f70edb"
···
version "2.1.0"
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
+
+
mimic-fn@^4.0.0:
+
version "4.0.0"
+
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
+
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
+
+
mimic-response@^1.0.0:
+
version "1.0.1"
+
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
+
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
min-indent@^1.0.1:
version "1.0.1"
···
xtend "^4.0.0"
moment-timezone@^0.5.31, moment-timezone@^0.5.34:
-
version "0.5.34"
-
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.34.tgz#a75938f7476b88f155d3504a9343f7519d9a405c"
-
integrity sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==
+
version "0.5.37"
+
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.37.tgz#adf97f719c4e458fdb12e2b4e87b8bec9f4eef1e"
+
integrity "sha1-rfl/cZxORY/bEuK06HuL7J9O7x4= sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg=="
dependencies:
moment ">= 2.9.0"
···
resolved "https://registry.yarnpkg.com/mousetrap/-/mousetrap-1.6.5.tgz#8a766d8c272b08393d5f56074e0b5ec183485bf9"
integrity sha512-QNo4kEepaIBwiT8CDhP98umTetp+JNfQYBWvC1pc6/OAibuXtRcxZ58Qz8skvEHYvURne/7R8T5VoOI7rDsEUA==
+
mozjpeg@^8.0.0:
+
version "8.0.0"
+
resolved "https://registry.yarnpkg.com/mozjpeg/-/mozjpeg-8.0.0.tgz#cd990d96581626ca64b877146ce22ba00b3b308c"
+
integrity sha512-Ca2Yhah9hG0Iutgsn8MOrAl37P9ThnKsJatjXoWdUO+8X8GeG/6ahvHZrTyqvbs6leMww1SauWUCao/L9qBuFQ==
+
dependencies:
+
bin-build "^3.0.0"
+
bin-wrapper "^4.0.0"
+
ms@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
···
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
+
nice-try@^1.0.4:
+
version "1.0.5"
+
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
+
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
+
node-gyp@^9.0.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.1.0.tgz#c8d8e590678ea1f7b8097511dedf41fc126648f8"
···
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==
+
normalize-url@2.0.1:
+
version "2.0.1"
+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-2.0.1.tgz#835a9da1551fa26f70e92329069a23aa6574d7e6"
+
integrity sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==
+
dependencies:
+
prepend-http "^2.0.0"
+
query-string "^5.0.1"
+
sort-keys "^2.0.0"
+
normalize-url@^6.0.1:
version "6.1.0"
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
···
clsx "^1.1.0"
hoist-non-react-statics "^3.3.0"
-
npm-run-path@^4.0.1:
+
npm-conf@^1.1.0:
+
version "1.1.3"
+
resolved "https://registry.yarnpkg.com/npm-conf/-/npm-conf-1.1.3.tgz#256cc47bd0e218c259c4e9550bf413bc2192aff9"
+
integrity sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==
+
dependencies:
+
config-chain "^1.1.11"
+
pify "^3.0.0"
+
+
npm-run-path@^2.0.0:
+
version "2.0.2"
+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
+
integrity sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==
+
dependencies:
+
path-key "^2.0.0"
+
+
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
dependencies:
path-key "^3.0.0"
+
+
npm-run-path@^5.1.0:
+
version "5.1.0"
+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.1.0.tgz#bc62f7f3f6952d9894bd08944ba011a6ee7b7e00"
+
integrity sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==
+
dependencies:
+
path-key "^4.0.0"
npmlog@^6.0.0:
version "6.0.2"
···
dependencies:
boolbase "^1.0.0"
-
object-assign@^4, object-assign@^4.1.1:
+
object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
···
dependencies:
ee-first "1.1.1"
-
once@^1.3.0:
+
once@^1.3.0, once@^1.3.1, once@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
dependencies:
wrappy "1"
-
onetime@^5.1.2:
+
onetime@^5.1.0, onetime@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e"
integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
dependencies:
mimic-fn "^2.1.0"
+
onetime@^6.0.0:
+
version "6.0.0"
+
resolved "https://registry.yarnpkg.com/onetime/-/onetime-6.0.0.tgz#7c24c18ed1fd2e9bca4bd26806a33613c77d34b4"
+
integrity sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==
+
dependencies:
+
mimic-fn "^4.0.0"
+
opener@^1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
···
prelude-ls "^1.2.1"
type-check "^0.4.0"
word-wrap "^1.2.3"
+
+
optipng-bin@^7.0.0:
+
version "7.0.1"
+
resolved "https://registry.yarnpkg.com/optipng-bin/-/optipng-bin-7.0.1.tgz#beb8e55a52f8a26f885ee57ab44fcf62397d6972"
+
integrity sha512-W99mpdW7Nt2PpFiaO+74pkht7KEqkXkeRomdWXfEz3SALZ6hns81y/pm1dsGZ6ItUIfchiNIP6ORDr1zETU1jA==
+
dependencies:
+
bin-build "^3.0.0"
+
bin-wrapper "^4.0.0"
os-browserify@~0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
integrity sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==
+
os-filter-obj@^2.0.0:
+
version "2.0.0"
+
resolved "https://registry.yarnpkg.com/os-filter-obj/-/os-filter-obj-2.0.0.tgz#1c0b62d5f3a2442749a2d139e6dddee6e81d8d16"
+
integrity sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==
+
dependencies:
+
arch "^2.1.0"
+
os-shim@^0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/os-shim/-/os-shim-0.1.3.tgz#6b62c3791cf7909ea35ed46e17658bb417cb3917"
integrity sha512-jd0cvB8qQ5uVt0lvCIexBaROw1KyKm5sbulg2fWOHjETisuCzWyt+eTZKEMs8v6HwzoGs8xik26jg7eCM6pS+A==
+
ow@^0.17.0:
+
version "0.17.0"
+
resolved "https://registry.yarnpkg.com/ow/-/ow-0.17.0.tgz#4f938999fed6264c9048cd6254356e0f1e7f688c"
+
integrity sha512-i3keDzDQP5lWIe4oODyDFey1qVrq2hXKTuTH2VpqwpYtzPiKZt2ziRI4NBQmgW40AnV5Euz17OyWweCb+bNEQA==
+
dependencies:
+
type-fest "^0.11.0"
+
+
p-cancelable@^0.3.0:
+
version "0.3.0"
+
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa"
+
integrity sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==
+
+
p-cancelable@^0.4.0:
+
version "0.4.1"
+
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0"
+
integrity sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ==
+
+
p-event@^1.0.0:
+
version "1.3.0"
+
resolved "https://registry.yarnpkg.com/p-event/-/p-event-1.3.0.tgz#8e6b4f4f65c72bc5b6fe28b75eda874f96a4a085"
+
integrity sha512-hV1zbA7gwqPVFcapfeATaNjQ3J0NuzorHPyG8GPL9g/Y/TplWVBVoCKCXL6Ej2zscrCEv195QNWJXuBH6XZuzA==
+
dependencies:
+
p-timeout "^1.1.1"
+
+
p-event@^2.1.0:
+
version "2.3.1"
+
resolved "https://registry.yarnpkg.com/p-event/-/p-event-2.3.1.tgz#596279ef169ab2c3e0cae88c1cfbb08079993ef6"
+
integrity sha512-NQCqOFhbpVTMX4qMe8PF8lbGtzZ+LCiN7pcNrb/413Na7+TRoe1xkKUzuWa/YEJdGQ0FvKtj35EEbDoVPO2kbA==
+
dependencies:
+
p-timeout "^2.0.1"
+
+
p-finally@^1.0.0:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
+
integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==
+
+
p-is-promise@^1.1.0:
+
version "1.1.0"
+
resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e"
+
integrity sha512-zL7VE4JVS2IFSkR2GQKDSPEVxkoH43/p7oEnwpdCndKYJO0HVeRB7fA8TJwuLOTBREtK0ea8eHaxdwcpob5dmg==
+
p-limit@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
···
dependencies:
p-limit "^3.0.2"
+
p-map-series@^1.0.0:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"
+
integrity sha512-4k9LlvY6Bo/1FcIdV33wqZQES0Py+iKISU9Uc8p8AjWoZPnFKMpVIVD3s0EYn4jzLh1I+WeUZkJ0Yoa4Qfw3Kg==
+
dependencies:
+
p-reduce "^1.0.0"
+
p-map@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
···
"@sindresorhus/is" "^0.7.0"
p-reduce "^1.0.0"
+
p-timeout@^1.1.1:
+
version "1.2.1"
+
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-1.2.1.tgz#5eb3b353b7fce99f101a1038880bb054ebbea386"
+
integrity sha512-gb0ryzr+K2qFqFv6qi3khoeqMZF/+ajxQipEF6NteZVnvz9tzdsfAVj3lYtn1gAXvH5lfLwfxEII799gt/mRIA==
+
dependencies:
+
p-finally "^1.0.0"
+
+
p-timeout@^2.0.1:
+
version "2.0.1"
+
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038"
+
integrity sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==
+
dependencies:
+
p-finally "^1.0.0"
+
p-try@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
···
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
+
path-key@^2.0.0, path-key@^2.0.1:
+
version "2.0.1"
+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
+
integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
+
path-key@^3.0.0, path-key@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
+
+
path-key@^4.0.0:
+
version "4.0.0"
+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
+
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
path-parse@^1.0.6:
version "1.0.7"
···
ripemd160 "^2.0.1"
safe-buffer "^5.0.1"
sha.js "^2.4.8"
+
+
pend@~1.2.0:
+
version "1.2.0"
+
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
+
integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==
performance-now@^2.1.0:
version "2.1.0"
···
resolved "https://registry.yarnpkg.com/picomodal/-/picomodal-3.0.0.tgz#facd30f4fbf34a809c1e04ea525f004f399c0b82"
integrity sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw==
+
pify@^2.2.0, pify@^2.3.0:
+
version "2.3.0"
+
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
+
integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==
+
+
pify@^3.0.0:
+
version "3.0.0"
+
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
+
integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==
+
+
pify@^4.0.1:
+
version "4.0.1"
+
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
+
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
+
+
pinkie-promise@^2.0.0:
+
version "2.0.1"
+
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
+
integrity sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==
+
dependencies:
+
pinkie "^2.0.0"
+
+
pinkie@^2.0.0:
+
version "2.0.4"
+
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
+
integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==
+
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
dependencies:
find-up "^4.0.0"
+
+
pngquant-bin@^6.0.0:
+
version "6.0.1"
+
resolved "https://registry.yarnpkg.com/pngquant-bin/-/pngquant-bin-6.0.1.tgz#2b5789ca219eeb4d8509ab1ae082092801b7f07e"
+
integrity sha512-Q3PUyolfktf+hYio6wsg3SanQzEU/v8aICg/WpzxXcuCMRb7H2Q81okfpcEztbMvw25ILjd3a87doj2N9kvbpQ==
+
dependencies:
+
bin-build "^3.0.0"
+
bin-wrapper "^4.0.1"
+
execa "^4.0.0"
popper.js@1.16.1-lts:
version "1.16.1-lts"
···
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
+
prepend-http@^1.0.1:
+
version "1.0.4"
+
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
+
integrity sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==
+
+
prepend-http@^2.0.0:
+
version "2.0.0"
+
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
+
integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==
+
process-nextick-args@~2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
···
loose-envify "^1.4.0"
object-assign "^4.1.1"
react-is "^16.13.1"
+
+
proto-list@~1.2.1:
+
version "1.2.4"
+
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
+
integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
+
+
pseudomap@^1.0.2:
+
version "1.0.2"
+
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
+
integrity sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==
public-encrypt@^4.0.0:
version "4.0.3"
···
randombytes "^2.0.1"
safe-buffer "^5.1.2"
+
pump@^3.0.0:
+
version "3.0.0"
+
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
+
integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
+
dependencies:
+
end-of-stream "^1.1.0"
+
once "^1.3.1"
+
punycode@1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
···
version "6.7.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
+
+
query-string@^5.0.1:
+
version "5.1.1"
+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb"
+
integrity sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==
+
dependencies:
+
decode-uri-component "^0.2.0"
+
object-assign "^4.1.0"
+
strict-uri-encode "^1.0.0"
querystring-es3@~0.2.0:
version "0.2.1"
···
nanoid "^3.0.0"
prop-types "^15.5.8"
-
"react-data-grid@git+https://github.com/adityatoshniwal/react-data-grid.git/#8d9bc16ddd7c419acfbbd1c1cc2b70eb9f5b453c":
-
version "7.0.0-beta.12"
-
resolved "git+https://github.com/adityatoshniwal/react-data-grid.git/#8d9bc16ddd7c419acfbbd1c1cc2b70eb9f5b453c"
+
"react-data-grid@git+https://github.com/EnterpriseDB/react-data-grid.git/#200d2f5e02de694e3e9ffbe177c279bc40240fb8":
+
version "7.0.0-beta.14"
+
resolved "git+https://github.com/EnterpriseDB/react-data-grid.git/#200d2f5e02de694e3e9ffbe177c279bc40240fb8"
dependencies:
clsx "^1.1.1"
···
isarray "0.0.1"
string_decoder "~0.10.x"
-
readable-stream@^2.0.2, readable-stream@^2.2.2, readable-stream@~2.3.6:
+
readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.2.2, readable-stream@^2.3.0, readable-stream@^2.3.5, readable-stream@~2.3.6:
version "2.3.7"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
···
is-core-module "^2.2.0"
path-parse "^1.0.6"
+
responselike@1.0.2:
+
version "1.0.2"
+
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
+
integrity sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==
+
dependencies:
+
lowercase-keys "^1.0.0"
+
ret@~0.1.10:
version "0.1.15"
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
···
integrity sha512-DSOJTWHD67860I5ojetXdEQRIBvF6YcpNe53j0vn1vp9EUb9N80EiZTxgP+FkDKorWC8PZw052kTF4C1GOivCQ==
dependencies:
"@babel/runtime" "^7.3.1"
+
+
rimraf@^2.5.4:
+
version "2.7.1"
+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
+
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
+
dependencies:
+
glob "^7.1.3"
rimraf@^3.0.0, rimraf@^3.0.2:
version "3.0.2"
···
dependencies:
queue-microtask "^1.2.2"
-
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0:
+
safe-buffer@5.2.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0:
version "5.2.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
···
ajv "^6.12.5"
ajv-keywords "^3.5.2"
+
seek-bzip@^1.0.5:
+
version "1.0.6"
+
resolved "https://registry.yarnpkg.com/seek-bzip/-/seek-bzip-1.0.6.tgz#35c4171f55a680916b52a07859ecf3b5857f21c4"
+
integrity sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==
+
dependencies:
+
commander "^2.8.1"
+
select2@^4.0.13:
version "4.0.13"
resolved "https://registry.yarnpkg.com/select2/-/select2-4.0.13.tgz#0dbe377df3f96167c4c1626033e924372d8ef44d"
integrity sha512-1JeB87s6oN/TDxQQYCvS5EFoQyvV6eYMZZ0AeA4tdFDYWN3BAGZ8npr17UBFddU0lgAt3H0yjX3X6/ekOj1yjw==
+
semver-regex@^2.0.0:
+
version "2.0.0"
+
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338"
+
integrity sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==
+
+
semver-truncate@^1.1.2:
+
version "1.1.2"
+
resolved "https://registry.yarnpkg.com/semver-truncate/-/semver-truncate-1.1.2.tgz#57f41de69707a62709a7e0104ba2117109ea47e8"
+
integrity sha512-V1fGg9i4CL3qesB6U0L6XAm4xOJiHmt4QAacazumuasc03BvtFGIMCduv01JWQ69Nv+JST9TqhSCiJoxoY031w==
+
dependencies:
+
semver "^5.3.0"
+
semver@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
-
semver@^5.3.0, semver@^5.7.0, semver@^5.7.1:
+
semver@^5.3.0, semver@^5.5.0, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1:
version "5.7.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
···
dependencies:
fast-safe-stringify "^2.0.7"
+
shebang-command@^1.2.0:
+
version "1.2.0"
+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
+
integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
+
dependencies:
+
shebang-regex "^1.0.0"
+
shebang-command@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
···
dependencies:
shebang-regex "^3.0.0"
+
shebang-regex@^1.0.0:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
+
integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
+
shebang-regex@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
···
get-intrinsic "^1.0.2"
object-inspect "^1.9.0"
-
signal-exit@^3.0.3, signal-exit@^3.0.7:
+
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
···
astral-regex "^2.0.0"
is-fullwidth-code-point "^3.0.0"
-
"slickgrid@git+https://github.com/6pac/SlickGrid.git#2.3.16":
-
version "2.3.16"
-
resolved "git+https://github.com/6pac/SlickGrid.git#4f8c6f498d0b82391fdf382beb8ef114ed7408e7"
-
dependencies:
-
jquery ">=1.8.0"
-
jquery-ui ">=1.8.0"
-
smart-buffer@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
···
ip "^2.0.0"
smart-buffer "^4.2.0"
+
sort-keys-length@^1.0.0:
+
version "1.0.1"
+
resolved "https://registry.yarnpkg.com/sort-keys-length/-/sort-keys-length-1.0.1.tgz#9cb6f4f4e9e48155a6aa0671edd336ff1479a188"
+
integrity sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==
+
dependencies:
+
sort-keys "^1.0.0"
+
+
sort-keys@^1.0.0:
+
version "1.1.2"
+
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad"
+
integrity sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==
+
dependencies:
+
is-plain-obj "^1.0.0"
+
+
sort-keys@^2.0.0:
+
version "2.0.0"
+
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128"
+
integrity sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==
+
dependencies:
+
is-plain-obj "^1.0.0"
+
source-list-map@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.1.2.tgz#9889019d1024cce55cdc069498337ef6186a11a1"
···
debug "^4.1.1"
fs-extra "^10.0.0"
+
strict-uri-encode@^1.0.0:
+
version "1.1.0"
+
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
+
integrity sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==
+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
···
resolved "https://registry.yarnpkg.com/strip-comments/-/strip-comments-2.0.1.tgz#4ad11c3fbcac177a67a40ac224ca339ca1c1ba9b"
integrity sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==
+
strip-dirs@^2.0.0:
+
version "2.1.0"
+
resolved "https://registry.yarnpkg.com/strip-dirs/-/strip-dirs-2.1.0.tgz#4987736264fc344cf20f6c34aca9d13d1d4ed6c5"
+
integrity sha512-JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g==
+
dependencies:
+
is-natural-number "^4.0.1"
+
+
strip-eof@^1.0.0:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
+
integrity sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==
+
strip-final-newline@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
+
strip-final-newline@^3.0.0:
+
version "3.0.0"
+
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd"
+
integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
+
strip-indent@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-4.0.0.tgz#b41379433dd06f5eae805e21d631e07ee670d853"
···
version "3.1.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
+
+
strip-outer@^1.0.0:
+
version "1.0.1"
+
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"
+
integrity sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==
+
dependencies:
+
escape-string-regexp "^1.0.2"
style-loader@^2.0.0:
version "2.0.0"
···
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
+
tar-stream@^1.5.2:
+
version "1.6.2"
+
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.2.tgz#8ea55dab37972253d9a9af90fdcd559ae435c555"
+
integrity sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==
+
dependencies:
+
bl "^1.0.0"
+
buffer-alloc "^1.2.0"
+
end-of-stream "^1.0.0"
+
fs-constants "^1.0.0"
+
readable-stream "^2.3.0"
+
to-buffer "^1.1.1"
+
xtend "^4.0.0"
+
tar@^6.1.11, tar@^6.1.2:
version "6.1.11"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
···
mkdirp "^1.0.3"
yallist "^4.0.0"
+
temp-dir@^1.0.0:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d"
+
integrity sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==
+
+
tempfile@^2.0.0:
+
version "2.0.0"
+
resolved "https://registry.yarnpkg.com/tempfile/-/tempfile-2.0.0.tgz#6b0446856a9b1114d1856ffcbe509cccb0977265"
+
integrity sha512-ZOn6nJUgvgC09+doCEF3oB+r3ag7kUvlsXEGX069QRD60p+P3uP7XG9N2/at+EyIRGSN//ZY3LyEotA1YpmjuA==
+
dependencies:
+
temp-dir "^1.0.0"
+
uuid "^3.0.1"
+
tempusdominus-bootstrap-4@^5.1.2:
version "5.39.0"
resolved "https://registry.yarnpkg.com/tempusdominus-bootstrap-4/-/tempusdominus-bootstrap-4-5.39.0.tgz#f13dcfec6c41b37c5fe509f08bd513590c64411f"
···
readable-stream "~2.3.6"
xtend "~4.0.1"
-
"through@>=2.2.7 <3":
+
"through@>=2.2.7 <3", through@^2.3.8:
version "2.3.8"
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
+
+
timed-out@^4.0.0, timed-out@^4.0.1:
+
version "4.0.1"
+
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
+
integrity sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==
timers-browserify@^1.0.1:
version "1.4.2"
···
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
-
tippy.js@^6.3.1:
-
version "6.3.5"
-
resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-6.3.5.tgz#cbc99d34f87ccc127e6460032b86c8d47971d38f"
-
integrity sha512-B9hAQ5KNF+jDJRg6cRysV6Y3J+5fiNfD60GuXR5TP0sfrcltpgdzVc7f1wMtjQ3W0+Xsy80CDvk0Z+Vr0cM4sQ==
-
dependencies:
-
"@popperjs/core" "^2.9.0"
-
tmp@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
dependencies:
rimraf "^3.0.0"
+
+
to-buffer@^1.1.1:
+
version "1.1.1"
+
resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.1.1.tgz#493bd48f62d7c43fcded313a03dcadb2e1213a80"
+
integrity sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==
to-fast-properties@^1.0.3:
version "1.0.3"
···
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-4.0.2.tgz#d6aaaf6a0df1b4b536d183879a6b939489808c7c"
integrity sha512-GJtWyq9InR/2HRiLZgpIKv+ufIKrVrvjQWEj7PxAXNc5dwbNJkqhAUoAGgzRmULAnoOM5EIpveYd3J2VeSAIew==
+
trim-repeated@^1.0.0:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21"
+
integrity sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==
+
dependencies:
+
escape-string-regexp "^1.0.2"
+
trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
···
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.1.tgz#3f05251ee17904dfd0677546670db9651682b811"
integrity sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==
+
tunnel-agent@^0.6.0:
+
version "0.6.0"
+
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
+
integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==
+
dependencies:
+
safe-buffer "^5.0.1"
+
type-check@^0.4.0, type-check@~0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
dependencies:
prelude-ls "^1.2.1"
+
+
type-fest@^0.11.0:
+
version "0.11.0"
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
+
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
type-fest@^0.20.2:
version "0.20.2"
···
has-symbols "^1.0.2"
which-boxed-primitive "^1.0.2"
+
unbzip2-stream@^1.0.9:
+
version "1.4.3"
+
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
+
integrity sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==
+
dependencies:
+
buffer "^5.2.1"
+
through "^2.3.8"
+
unc-path-regex@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
···
simple-concat "^1.0.0"
xtend "^4.0.1"
-
underscore@>=1.7.0, underscore@>=1.8.3, underscore@^1.13.1, underscore@^1.8.0, underscore@^1.8.3, underscore@^1.9.1:
+
underscore@>=1.8.3, underscore@^1.13.1, underscore@^1.9.1:
version "1.13.1"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1"
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==
···
mime "^2.0.3"
schema-utils "^1.0.0"
+
url-parse-lax@^1.0.0:
+
version "1.0.0"
+
resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73"
+
integrity sha512-BVA4lR5PIviy2PMseNd2jbFQ+jwSwQGdJejf5ctd1rEXt0Ypd7yanUK9+lYechVlN5VaTJGsu2U/3MDDu6KgBA==
+
dependencies:
+
prepend-http "^1.0.1"
+
+
url-parse-lax@^3.0.0:
+
version "3.0.0"
+
resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c"
+
integrity sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==
+
dependencies:
+
prepend-http "^2.0.0"
+
+
url-to-options@^1.0.1:
+
version "1.0.1"
+
resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9"
+
integrity sha512-0kQLIzG4fdk/G5NONku64rSH/x32NOA39LVQqlK8Le6lvTF6GGRJpqaQFGgU+CLwySIqBSMdwYM0sYcW9f6P4A==
+
url@~0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
···
dependencies:
base64-arraybuffer "^1.0.1"
+
uuid@^3.0.1:
+
version "3.4.0"
+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
+
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
+
v8-compile-cache@^2.0.3:
version "2.3.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
···
has-tostringtag "^1.0.0"
is-typed-array "^1.1.7"
-
which@^1.2.1:
+
which@^1.2.1, which@^1.2.9:
version "1.3.1"
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
···
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
+
yallist@^2.1.2:
+
version "2.1.2"
+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
+
integrity sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==
+
yallist@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
···
commander "^9.3.0"
ejs "~3.1.8"
marked "^4.0.17"
+
+
yauzl@^2.4.2:
+
version "2.10.0"
+
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
+
integrity sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==
+
dependencies:
+
buffer-crc32 "~0.2.3"
+
fd-slicer "~1.1.0"
yeast@0.1.2:
version "0.1.2"
+1195 -115
pkgs/tools/admin/pgadmin/yarn.nix
···
};
-
name = "_popperjs_core___core_2.10.2.tgz";
-
path = fetchurl {
-
name = "_popperjs_core___core_2.10.2.tgz";
-
url = "https://registry.yarnpkg.com/@popperjs/core/-/core-2.10.2.tgz";
-
sha512 = "IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ==";
-
};
-
}
-
{
name = "_projectstorm_geometry___geometry_6.6.1.tgz";
path = fetchurl {
name = "_projectstorm_geometry___geometry_6.6.1.tgz";
···
name = "_szhsin_react_menu___react_menu_2.3.3.tgz";
url = "https://registry.yarnpkg.com/@szhsin/react-menu/-/react-menu-2.3.3.tgz";
sha512 = "CbZumbMZI+lWMLe6wp0nVepbEc1XQIyMZnLwQG3barQe5wLiDWUYnWbfys9759Ejt6f6d8e/B6k1ZdefkcRqUQ==";
-
};
-
}
-
{
-
name = "_tippyjs_react___react_4.2.6.tgz";
-
path = fetchurl {
-
name = "_tippyjs_react___react_4.2.6.tgz";
-
url = "https://registry.yarnpkg.com/@tippyjs/react/-/react-4.2.6.tgz";
-
sha512 = "91RicDR+H7oDSyPycI13q3b7o4O60wa2oRbjlz2fyRLmHImc4vyDwuUP8NtZaN0VARJY5hybvDYrFzhY9+Lbyw==";
};
···
};
-
name = "AlertifyJS";
-
path =
-
let
-
repo = fetchgit {
-
url = "https://github.com/EnterpriseDB/AlertifyJS/";
-
rev = "72c1d794f5b6d4ec13a68d123c08f19021afe263";
-
sha256 = "08sbzwdba8sq5cpafymz0jjxay0b0hwnjkr8dr3iymjdy071ah9y";
-
};
-
in
-
runCommand "AlertifyJS" { buildInputs = [gnutar]; } ''
-
# Set u+w because tar-fs can't unpack archives with read-only dirs
-
# https://github.com/mafintosh/tar-fs/issues/79
-
tar cf $out --mode u+w -C ${repo} .
-
'';
-
}
-
{
name = "alphanum_sort___alphanum_sort_1.0.2.tgz";
path = fetchurl {
name = "alphanum_sort___alphanum_sort_1.0.2.tgz";
···
};
+
name = "arch___arch_2.2.0.tgz";
+
path = fetchurl {
+
name = "arch___arch_2.2.0.tgz";
+
url = "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz";
+
sha512 = "Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==";
+
};
+
}
+
{
+
name = "archive_type___archive_type_4.0.0.tgz";
+
path = fetchurl {
+
name = "archive_type___archive_type_4.0.0.tgz";
+
url = "https://registry.yarnpkg.com/archive-type/-/archive-type-4.0.0.tgz";
+
sha512 = "zV4Ky0v1F8dBrdYElwTvQhweQ0P7Kwc1aluqJsYtOBP01jXcWCyW2IEfI1YiqsG+Iy7ZR+o5LF1N+PGECBxHWA==";
+
};
+
}
+
{
name = "are_we_there_yet___are_we_there_yet_3.0.0.tgz";
path = fetchurl {
name = "are_we_there_yet___are_we_there_yet_3.0.0.tgz";
···
};
-
name = "backbone___backbone_1.3.3.tgz";
-
path = fetchurl {
-
name = "backbone___backbone_1.3.3.tgz";
-
url = "https://registry.yarnpkg.com/backbone/-/backbone-1.3.3.tgz";
-
sha512 = "aK+k3TiU4tQDUrRCymDDE7XDFnMVuyE6zbZ4JX7mb4pJbQTVOH997/kyBzb8wB2s5Y/Oh7EUfj+sZhwRPxWwow==";
-
};
-
}
-
{
name = "backbone___backbone_1.4.0.tgz";
path = fetchurl {
name = "backbone___backbone_1.4.0.tgz";
···
};
-
name = "backbone___backbone_1.2.3.tgz";
-
path = fetchurl {
-
name = "backbone___backbone_1.2.3.tgz";
-
url = "https://registry.yarnpkg.com/backbone/-/backbone-1.2.3.tgz";
-
sha512 = "1/eXj4agG79UDN7TWnZXcGD6BJrBwLZKCX7zYcBIy9jWf4mrtVkw7IE1VOYFnrKahsmPF9L55Tib9IQRvk027w==";
-
};
-
}
-
{
-
name = "backform___backform_0.2.0.tgz";
-
path = fetchurl {
-
name = "backform___backform_0.2.0.tgz";
-
url = "https://registry.yarnpkg.com/backform/-/backform-0.2.0.tgz";
-
sha512 = "QYwlItiVqb4CDELHyBC+TM4UcoG6Mw/al+PUDUVbQ7OJojpQHaa2TV8uJHhMR6o/Xq4FGt+52qIZLp36dletfw==";
-
};
-
}
-
{
-
name = "backgrid_filter___backgrid_filter_0.3.7.tgz";
-
path = fetchurl {
-
name = "backgrid_filter___backgrid_filter_0.3.7.tgz";
-
url = "https://registry.yarnpkg.com/backgrid-filter/-/backgrid-filter-0.3.7.tgz";
-
sha512 = "HKWOXXd/dES5Ll3R1+vsfPYO7yVQ0V4+h8cPirFqci4oKTyyZVJupXM2fINhqm0On9dvHijHje8h4X+Wg621gw==";
-
};
-
}
-
{
-
name = "backgrid_select_all___backgrid_select_all_0.3.5.tgz";
-
path = fetchurl {
-
name = "backgrid_select_all___backgrid_select_all_0.3.5.tgz";
-
url = "https://registry.yarnpkg.com/backgrid-select-all/-/backgrid-select-all-0.3.5.tgz";
-
sha512 = "bwMQi5d8AnBSZDiV4nWrXcOSmEODbxB6/70mSHG8cGoDfjgW5X7mLiXlmlgEP3VsA1avFD6VvCvpAKZ4BS5f9Q==";
-
};
-
}
-
{
-
name = "backgrid___backgrid_0.3.8.tgz";
-
path = fetchurl {
-
name = "backgrid___backgrid_0.3.8.tgz";
-
url = "https://registry.yarnpkg.com/backgrid/-/backgrid-0.3.8.tgz";
-
sha512 = "Klzo941ahoj8Kqd0tRsau+VfXddV3YnQTwb6wVwIaaQxoJ9ORykQy2MNit1MUBnZO6IValYJPvCQyvZhnV6Lfg==";
-
};
-
}
-
{
name = "backo2___backo2_1.0.2.tgz";
path = fetchurl {
name = "backo2___backo2_1.0.2.tgz";
···
};
+
name = "bin_build___bin_build_3.0.0.tgz";
+
path = fetchurl {
+
name = "bin_build___bin_build_3.0.0.tgz";
+
url = "https://registry.yarnpkg.com/bin-build/-/bin-build-3.0.0.tgz";
+
sha512 = "jcUOof71/TNAI2uM5uoUaDq2ePcVBQ3R/qhxAz1rX7UfvduAL/RXD3jXzvn8cVcDJdGVkiR1shal3OH0ImpuhA==";
+
};
+
}
+
{
+
name = "bin_check___bin_check_4.1.0.tgz";
+
path = fetchurl {
+
name = "bin_check___bin_check_4.1.0.tgz";
+
url = "https://registry.yarnpkg.com/bin-check/-/bin-check-4.1.0.tgz";
+
sha512 = "b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==";
+
};
+
}
+
{
+
name = "bin_version_check___bin_version_check_4.0.0.tgz";
+
path = fetchurl {
+
name = "bin_version_check___bin_version_check_4.0.0.tgz";
+
url = "https://registry.yarnpkg.com/bin-version-check/-/bin-version-check-4.0.0.tgz";
+
sha512 = "sR631OrhC+1f8Cvs8WyVWOA33Y8tgwjETNPyyD/myRBXLkfS/vl74FmH/lFcRl9KY3zwGh7jFhvyk9vV3/3ilQ==";
+
};
+
}
+
{
+
name = "bin_version___bin_version_3.1.0.tgz";
+
path = fetchurl {
+
name = "bin_version___bin_version_3.1.0.tgz";
+
url = "https://registry.yarnpkg.com/bin-version/-/bin-version-3.1.0.tgz";
+
sha512 = "Mkfm4iE1VFt4xd4vH+gx+0/71esbfus2LsnCGe8Pi4mndSPyT+NGES/Eg99jx8/lUGWfu3z2yuB/bt5UB+iVbQ==";
+
};
+
}
+
{
+
name = "bin_wrapper___bin_wrapper_4.1.0.tgz";
+
path = fetchurl {
+
name = "bin_wrapper___bin_wrapper_4.1.0.tgz";
+
url = "https://registry.yarnpkg.com/bin-wrapper/-/bin-wrapper-4.1.0.tgz";
+
sha512 = "hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q==";
+
};
+
}
+
{
name = "binary_extensions___binary_extensions_2.2.0.tgz";
path = fetchurl {
name = "binary_extensions___binary_extensions_2.2.0.tgz";
···
name = "bindings___bindings_1.5.0.tgz";
url = "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz";
sha512 = "p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==";
+
};
+
}
+
{
+
name = "bl___bl_1.2.3.tgz";
+
path = fetchurl {
+
name = "bl___bl_1.2.3.tgz";
+
url = "https://registry.yarnpkg.com/bl/-/bl-1.2.3.tgz";
+
sha512 = "pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==";
};
···
};
+
name = "buffer_alloc_unsafe___buffer_alloc_unsafe_1.1.0.tgz";
+
path = fetchurl {
+
name = "buffer_alloc_unsafe___buffer_alloc_unsafe_1.1.0.tgz";
+
url = "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz";
+
sha512 = "TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==";
+
};
+
}
+
{
+
name = "buffer_alloc___buffer_alloc_1.2.0.tgz";
+
path = fetchurl {
+
name = "buffer_alloc___buffer_alloc_1.2.0.tgz";
+
url = "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz";
+
sha512 = "CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==";
+
};
+
}
+
{
+
name = "buffer_crc32___buffer_crc32_0.2.13.tgz";
+
path = fetchurl {
+
name = "buffer_crc32___buffer_crc32_0.2.13.tgz";
+
url = "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz";
+
sha512 = "VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==";
+
};
+
}
+
{
+
name = "buffer_fill___buffer_fill_1.0.0.tgz";
+
path = fetchurl {
+
name = "buffer_fill___buffer_fill_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz";
+
sha512 = "T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==";
+
};
+
}
+
{
name = "buffer_from___buffer_from_1.1.2.tgz";
path = fetchurl {
name = "buffer_from___buffer_from_1.1.2.tgz";
···
name = "buffer_xor___buffer_xor_1.0.3.tgz";
url = "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz";
sha512 = "571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==";
+
};
+
}
+
{
+
name = "buffer___buffer_5.7.1.tgz";
+
path = fetchurl {
+
name = "buffer___buffer_5.7.1.tgz";
+
url = "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz";
+
sha512 = "EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==";
};
···
};
+
name = "cacheable_request___cacheable_request_2.1.4.tgz";
+
path = fetchurl {
+
name = "cacheable_request___cacheable_request_2.1.4.tgz";
+
url = "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-2.1.4.tgz";
+
sha512 = "vag0O2LKZ/najSoUwDbVlnlCFvhBE/7mGTY2B5FgCBDcRD+oVV1HYTOwM6JZfMg/hIcM6IwnTZ1uQQL5/X3xIQ==";
+
};
+
}
+
{
name = "cached_path_relative___cached_path_relative_1.1.0.tgz";
path = fetchurl {
name = "cached_path_relative___cached_path_relative_1.1.0.tgz";
···
name = "caniuse_lite___caniuse_lite_1.0.30001346.tgz";
url = "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001346.tgz";
sha512 = "q6ibZUO2t88QCIPayP/euuDREq+aMAxFE5S70PkrLh0iTDj/zEhgvJRKC2+CvXY6EWc6oQwUR48lL5vCW6jiXQ==";
+
};
+
}
+
{
+
name = "caw___caw_2.0.1.tgz";
+
path = fetchurl {
+
name = "caw___caw_2.0.1.tgz";
+
url = "https://registry.yarnpkg.com/caw/-/caw-2.0.1.tgz";
+
sha512 = "Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==";
};
···
};
+
name = "clone_response___clone_response_1.0.2.tgz";
+
path = fetchurl {
+
name = "clone_response___clone_response_1.0.2.tgz";
+
url = "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz";
+
sha512 = "yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==";
+
};
+
}
+
{
name = "closest___closest_0.0.1.tgz";
path = fetchurl {
name = "closest___closest_0.0.1.tgz";
···
name = "concat_stream___concat_stream_1.6.2.tgz";
url = "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz";
sha512 = "27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==";
+
};
+
}
+
{
+
name = "config_chain___config_chain_1.1.13.tgz";
+
path = fetchurl {
+
name = "config_chain___config_chain_1.1.13.tgz";
+
url = "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz";
+
sha512 = "qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==";
};
···
};
+
name = "content_disposition___content_disposition_0.5.4.tgz";
+
path = fetchurl {
+
name = "content_disposition___content_disposition_0.5.4.tgz";
+
url = "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz";
+
sha512 = "FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==";
+
};
+
}
+
{
name = "content_type___content_type_1.0.4.tgz";
path = fetchurl {
name = "content_type___content_type_1.0.4.tgz";
···
};
+
name = "cross_spawn___cross_spawn_5.1.0.tgz";
+
path = fetchurl {
+
name = "cross_spawn___cross_spawn_5.1.0.tgz";
+
url = "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz";
+
sha512 = "pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==";
+
};
+
}
+
{
+
name = "cross_spawn___cross_spawn_6.0.5.tgz";
+
path = fetchurl {
+
name = "cross_spawn___cross_spawn_6.0.5.tgz";
+
url = "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz";
+
sha512 = "eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==";
+
};
+
}
+
{
name = "cross_spawn___cross_spawn_7.0.3.tgz";
path = fetchurl {
name = "cross_spawn___cross_spawn_7.0.3.tgz";
···
};
+
name = "decode_uri_component___decode_uri_component_0.2.0.tgz";
+
path = fetchurl {
+
name = "decode_uri_component___decode_uri_component_0.2.0.tgz";
+
url = "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz";
+
sha512 = "hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==";
+
};
+
}
+
{
+
name = "decompress_response___decompress_response_3.3.0.tgz";
+
path = fetchurl {
+
name = "decompress_response___decompress_response_3.3.0.tgz";
+
url = "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz";
+
sha512 = "BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==";
+
};
+
}
+
{
+
name = "decompress_tar___decompress_tar_4.1.1.tgz";
+
path = fetchurl {
+
name = "decompress_tar___decompress_tar_4.1.1.tgz";
+
url = "https://registry.yarnpkg.com/decompress-tar/-/decompress-tar-4.1.1.tgz";
+
sha512 = "JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==";
+
};
+
}
+
{
+
name = "decompress_tarbz2___decompress_tarbz2_4.1.1.tgz";
+
path = fetchurl {
+
name = "decompress_tarbz2___decompress_tarbz2_4.1.1.tgz";
+
url = "https://registry.yarnpkg.com/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz";
+
sha512 = "s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==";
+
};
+
}
+
{
+
name = "decompress_targz___decompress_targz_4.1.1.tgz";
+
path = fetchurl {
+
name = "decompress_targz___decompress_targz_4.1.1.tgz";
+
url = "https://registry.yarnpkg.com/decompress-targz/-/decompress-targz-4.1.1.tgz";
+
sha512 = "4z81Znfr6chWnRDNfFNqLwPvm4db3WuZkqV+UgXQzSngG3CEKdBkw5jrv3axjjL96glyiiKjsxJG3X6WBZwX3w==";
+
};
+
}
+
{
+
name = "decompress_unzip___decompress_unzip_4.0.1.tgz";
+
path = fetchurl {
+
name = "decompress_unzip___decompress_unzip_4.0.1.tgz";
+
url = "https://registry.yarnpkg.com/decompress-unzip/-/decompress-unzip-4.0.1.tgz";
+
sha512 = "1fqeluvxgnn86MOh66u8FjbtJpAFv5wgCT9Iw8rcBqQcCo5tO8eiJw7NNTrvt9n4CRBVq7CstiS922oPgyGLrw==";
+
};
+
}
+
{
+
name = "decompress___decompress_4.2.1.tgz";
+
path = fetchurl {
+
name = "decompress___decompress_4.2.1.tgz";
+
url = "https://registry.yarnpkg.com/decompress/-/decompress-4.2.1.tgz";
+
sha512 = "e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==";
+
};
+
}
+
{
name = "deep_diff___deep_diff_1.0.2.tgz";
path = fetchurl {
name = "deep_diff___deep_diff_1.0.2.tgz";
···
};
+
name = "download___download_6.2.5.tgz";
+
path = fetchurl {
+
name = "download___download_6.2.5.tgz";
+
url = "https://registry.yarnpkg.com/download/-/download-6.2.5.tgz";
+
sha512 = "DpO9K1sXAST8Cpzb7kmEhogJxymyVUd5qz/vCOSyvwtp2Klj2XcDt5YUuasgxka44SxF0q5RriKIwJmQHG2AuA==";
+
};
+
}
+
{
+
name = "download___download_7.1.0.tgz";
+
path = fetchurl {
+
name = "download___download_7.1.0.tgz";
+
url = "https://registry.yarnpkg.com/download/-/download-7.1.0.tgz";
+
sha512 = "xqnBTVd/E+GxJVrX5/eUJiLYjCGPwMpdL+jGhGU57BvtcA7wwhtHVbXBeUk51kOpW3S7Jn3BQbN9Q1R1Km2qDQ==";
+
};
+
}
+
{
name = "duplexer2___duplexer2_0.1.4.tgz";
path = fetchurl {
name = "duplexer2___duplexer2_0.1.4.tgz";
url = "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz";
sha512 = "asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==";
+
};
+
}
+
{
+
name = "duplexer3___duplexer3_0.1.5.tgz";
+
path = fetchurl {
+
name = "duplexer3___duplexer3_0.1.5.tgz";
+
url = "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.5.tgz";
+
sha512 = "1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==";
};
···
name = "encoding___encoding_0.1.13.tgz";
url = "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz";
sha512 = "ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==";
+
};
+
}
+
{
+
name = "end_of_stream___end_of_stream_1.4.4.tgz";
+
path = fetchurl {
+
name = "end_of_stream___end_of_stream_1.4.4.tgz";
+
url = "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz";
+
sha512 = "+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==";
};
···
};
+
name = "exec_buffer___exec_buffer_3.2.0.tgz";
+
path = fetchurl {
+
name = "exec_buffer___exec_buffer_3.2.0.tgz";
+
url = "https://registry.yarnpkg.com/exec-buffer/-/exec-buffer-3.2.0.tgz";
+
sha512 = "wsiD+2Tp6BWHoVv3B+5Dcx6E7u5zky+hUwOHjuH2hKSLR3dvRmX8fk8UD8uqQixHs4Wk6eDmiegVrMPjKj7wpA==";
+
};
+
}
+
{
+
name = "execa___execa_0.7.0.tgz";
+
path = fetchurl {
+
name = "execa___execa_0.7.0.tgz";
+
url = "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz";
+
sha512 = "RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==";
+
};
+
}
+
{
+
name = "execa___execa_1.0.0.tgz";
+
path = fetchurl {
+
name = "execa___execa_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz";
+
sha512 = "adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==";
+
};
+
}
+
{
+
name = "execa___execa_4.1.0.tgz";
+
path = fetchurl {
+
name = "execa___execa_4.1.0.tgz";
+
url = "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz";
+
sha512 = "j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==";
+
};
+
}
+
{
name = "execa___execa_5.1.1.tgz";
path = fetchurl {
name = "execa___execa_5.1.1.tgz";
···
};
+
name = "execa___execa_6.1.0.tgz";
+
path = fetchurl {
+
name = "execa___execa_6.1.0.tgz";
+
url = "https://registry.yarnpkg.com/execa/-/execa-6.1.0.tgz";
+
sha512 = "QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==";
+
};
+
}
+
{
+
name = "executable___executable_4.1.1.tgz";
+
path = fetchurl {
+
name = "executable___executable_4.1.1.tgz";
+
url = "https://registry.yarnpkg.com/executable/-/executable-4.1.1.tgz";
+
sha512 = "8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==";
+
};
+
}
+
{
name = "exports_loader___exports_loader_2.0.0.tgz";
path = fetchurl {
name = "exports_loader___exports_loader_2.0.0.tgz";
url = "https://registry.yarnpkg.com/exports-loader/-/exports-loader-2.0.0.tgz";
sha512 = "k/VFrVEUmotfkk8vZ+njG5NEXpr5Ee+BonV+AYINV2hNo3o+/UB8nEuCUQk2k6IyWIoobmXoTFO0igxrQcMV4Q==";
+
};
+
}
+
{
+
name = "ext_list___ext_list_2.2.2.tgz";
+
path = fetchurl {
+
name = "ext_list___ext_list_2.2.2.tgz";
+
url = "https://registry.yarnpkg.com/ext-list/-/ext-list-2.2.2.tgz";
+
sha512 = "u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==";
+
};
+
}
+
{
+
name = "ext_name___ext_name_5.0.0.tgz";
+
path = fetchurl {
+
name = "ext_name___ext_name_5.0.0.tgz";
+
url = "https://registry.yarnpkg.com/ext-name/-/ext-name-5.0.0.tgz";
+
sha512 = "yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==";
};
···
};
+
name = "fd_slicer___fd_slicer_1.1.0.tgz";
+
path = fetchurl {
+
name = "fd_slicer___fd_slicer_1.1.0.tgz";
+
url = "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz";
+
sha512 = "cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==";
+
};
+
}
+
{
name = "file_entry_cache___file_entry_cache_6.0.1.tgz";
path = fetchurl {
name = "file_entry_cache___file_entry_cache_6.0.1.tgz";
···
};
+
name = "file_type___file_type_5.2.0.tgz";
+
path = fetchurl {
+
name = "file_type___file_type_5.2.0.tgz";
+
url = "https://registry.yarnpkg.com/file-type/-/file-type-5.2.0.tgz";
+
sha512 = "Iq1nJ6D2+yIO4c8HHg4fyVb8mAJieo1Oloy1mLLaB2PvezNedhBVm+QU7g0qM42aiMbRXTxKKwGD17rjKNJYVQ==";
+
};
+
}
+
{
name = "file_type___file_type_12.4.2.tgz";
path = fetchurl {
name = "file_type___file_type_12.4.2.tgz";
···
};
+
name = "file_type___file_type_3.9.0.tgz";
+
path = fetchurl {
+
name = "file_type___file_type_3.9.0.tgz";
+
url = "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz";
+
sha512 = "RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA==";
+
};
+
}
+
{
+
name = "file_type___file_type_4.4.0.tgz";
+
path = fetchurl {
+
name = "file_type___file_type_4.4.0.tgz";
+
url = "https://registry.yarnpkg.com/file-type/-/file-type-4.4.0.tgz";
+
sha512 = "f2UbFQEk7LXgWpi5ntcO86OeA/cC80fuDDDaX/fZ2ZGel+AF7leRQqBBW1eJNiiQkrZlAoM6P+VYP5P6bOlDEQ==";
+
};
+
}
+
{
+
name = "file_type___file_type_6.2.0.tgz";
+
path = fetchurl {
+
name = "file_type___file_type_6.2.0.tgz";
+
url = "https://registry.yarnpkg.com/file-type/-/file-type-6.2.0.tgz";
+
sha512 = "YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==";
+
};
+
}
+
{
+
name = "file_type___file_type_8.1.0.tgz";
+
path = fetchurl {
+
name = "file_type___file_type_8.1.0.tgz";
+
url = "https://registry.yarnpkg.com/file-type/-/file-type-8.1.0.tgz";
+
sha512 = "qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ==";
+
};
+
}
+
{
name = "file_uri_to_path___file_uri_to_path_1.0.0.tgz";
path = fetchurl {
name = "file_uri_to_path___file_uri_to_path_1.0.0.tgz";
···
name = "filename_reserved_regex___filename_reserved_regex_2.0.0.tgz";
url = "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz";
sha512 = "lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==";
+
};
+
}
+
{
+
name = "filenamify___filenamify_2.1.0.tgz";
+
path = fetchurl {
+
name = "filenamify___filenamify_2.1.0.tgz";
+
url = "https://registry.yarnpkg.com/filenamify/-/filenamify-2.1.0.tgz";
+
sha512 = "ICw7NTT6RsDp2rnYKVd8Fu4cr6ITzGy3+u4vUujPkabyaz+03F24NWEX7fs5fp+kBonlaqPH8fAO2NM+SXt/JA==";
};
···
};
+
name = "find_versions___find_versions_3.2.0.tgz";
+
path = fetchurl {
+
name = "find_versions___find_versions_3.2.0.tgz";
+
url = "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz";
+
sha512 = "P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==";
+
};
+
}
+
{
name = "flat_cache___flat_cache_3.0.4.tgz";
path = fetchurl {
name = "flat_cache___flat_cache_3.0.4.tgz";
···
name = "fraction.js___fraction.js_4.1.1.tgz";
url = "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.1.1.tgz";
sha512 = "MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==";
+
};
+
}
+
{
+
name = "from2___from2_2.3.0.tgz";
+
path = fetchurl {
+
name = "from2___from2_2.3.0.tgz";
+
url = "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz";
+
sha512 = "OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==";
+
};
+
}
+
{
+
name = "fs_constants___fs_constants_1.0.0.tgz";
+
path = fetchurl {
+
name = "fs_constants___fs_constants_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz";
+
sha512 = "y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==";
};
···
};
+
name = "get_proxy___get_proxy_2.1.0.tgz";
+
path = fetchurl {
+
name = "get_proxy___get_proxy_2.1.0.tgz";
+
url = "https://registry.yarnpkg.com/get-proxy/-/get-proxy-2.1.0.tgz";
+
sha512 = "zmZIaQTWnNQb4R4fJUEp/FC51eZsc6EkErspy3xtIYStaq8EB/hDIWipxsal+E8rz0qD7f2sL/NA9Xee4RInJw==";
+
};
+
}
+
{
+
name = "get_stream___get_stream_3.0.0.tgz";
+
path = fetchurl {
+
name = "get_stream___get_stream_3.0.0.tgz";
+
url = "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz";
+
sha512 = "GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==";
+
};
+
}
+
{
+
name = "get_stream___get_stream_2.3.1.tgz";
+
path = fetchurl {
+
name = "get_stream___get_stream_2.3.1.tgz";
+
url = "https://registry.yarnpkg.com/get-stream/-/get-stream-2.3.1.tgz";
+
sha512 = "AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==";
+
};
+
}
+
{
+
name = "get_stream___get_stream_4.1.0.tgz";
+
path = fetchurl {
+
name = "get_stream___get_stream_4.1.0.tgz";
+
url = "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz";
+
sha512 = "GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==";
+
};
+
}
+
{
+
name = "get_stream___get_stream_5.2.0.tgz";
+
path = fetchurl {
+
name = "get_stream___get_stream_5.2.0.tgz";
+
url = "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz";
+
sha512 = "nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==";
+
};
+
}
+
{
name = "get_stream___get_stream_6.0.1.tgz";
path = fetchurl {
name = "get_stream___get_stream_6.0.1.tgz";
···
};
+
name = "got___got_7.1.0.tgz";
+
path = fetchurl {
+
name = "got___got_7.1.0.tgz";
+
url = "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz";
+
sha512 = "Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==";
+
};
+
}
+
{
+
name = "got___got_8.3.2.tgz";
+
path = fetchurl {
+
name = "got___got_8.3.2.tgz";
+
url = "https://registry.yarnpkg.com/got/-/got-8.3.2.tgz";
+
sha512 = "qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==";
+
};
+
}
+
{
+
name = "graceful_fs___graceful_fs_4.2.10.tgz";
+
path = fetchurl {
+
name = "graceful_fs___graceful_fs_4.2.10.tgz";
+
url = "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz";
+
sha512 = "9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==";
+
};
+
}
+
{
name = "graceful_fs___graceful_fs_4.2.8.tgz";
path = fetchurl {
name = "graceful_fs___graceful_fs_4.2.8.tgz";
···
};
+
name = "has_symbol_support_x___has_symbol_support_x_1.4.2.tgz";
+
path = fetchurl {
+
name = "has_symbol_support_x___has_symbol_support_x_1.4.2.tgz";
+
url = "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz";
+
sha512 = "3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==";
+
};
+
}
+
{
name = "has_symbols___has_symbols_1.0.2.tgz";
path = fetchurl {
name = "has_symbols___has_symbols_1.0.2.tgz";
url = "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz";
sha512 = "chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==";
+
};
+
}
+
{
+
name = "has_to_string_tag_x___has_to_string_tag_x_1.4.1.tgz";
+
path = fetchurl {
+
name = "has_to_string_tag_x___has_to_string_tag_x_1.4.1.tgz";
+
url = "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz";
+
sha512 = "vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==";
};
···
};
+
name = "http_cache_semantics___http_cache_semantics_3.8.1.tgz";
+
path = fetchurl {
+
name = "http_cache_semantics___http_cache_semantics_3.8.1.tgz";
+
url = "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz";
+
sha512 = "5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==";
+
};
+
}
+
{
name = "http_cache_semantics___http_cache_semantics_4.1.0.tgz";
path = fetchurl {
name = "http_cache_semantics___http_cache_semantics_4.1.0.tgz";
···
};
+
name = "human_signals___human_signals_1.1.1.tgz";
+
path = fetchurl {
+
name = "human_signals___human_signals_1.1.1.tgz";
+
url = "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz";
+
sha512 = "SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==";
+
};
+
}
+
{
name = "human_signals___human_signals_2.1.0.tgz";
path = fetchurl {
name = "human_signals___human_signals_2.1.0.tgz";
···
};
+
name = "human_signals___human_signals_3.0.1.tgz";
+
path = fetchurl {
+
name = "human_signals___human_signals_3.0.1.tgz";
+
url = "https://registry.yarnpkg.com/human-signals/-/human-signals-3.0.1.tgz";
+
sha512 = "rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==";
+
};
+
}
+
{
name = "humanize_ms___humanize_ms_1.2.1.tgz";
path = fetchurl {
name = "humanize_ms___humanize_ms_1.2.1.tgz";
···
};
+
name = "imagemin_mozjpeg___imagemin_mozjpeg_10.0.0.tgz";
+
path = fetchurl {
+
name = "imagemin_mozjpeg___imagemin_mozjpeg_10.0.0.tgz";
+
url = "https://registry.yarnpkg.com/imagemin-mozjpeg/-/imagemin-mozjpeg-10.0.0.tgz";
+
sha512 = "DK85QNOjS3/GzWYfNB3CACMZD10sIQgFDv1+WTOnZljgltQTEyATjdyUVyjKu5q4sCESQdwvwq7WEZzJ5fFjlg==";
+
};
+
}
+
{
+
name = "imagemin_optipng___imagemin_optipng_8.0.0.tgz";
+
path = fetchurl {
+
name = "imagemin_optipng___imagemin_optipng_8.0.0.tgz";
+
url = "https://registry.yarnpkg.com/imagemin-optipng/-/imagemin-optipng-8.0.0.tgz";
+
sha512 = "CUGfhfwqlPjAC0rm8Fy+R2DJDBGjzy2SkfyT09L8rasnF9jSoHFqJ1xxSZWK6HVPZBMhGPMxCTL70OgTHlLF5A==";
+
};
+
}
+
{
+
name = "imagemin_pngquant___imagemin_pngquant_9.0.2.tgz";
+
path = fetchurl {
+
name = "imagemin_pngquant___imagemin_pngquant_9.0.2.tgz";
+
url = "https://registry.yarnpkg.com/imagemin-pngquant/-/imagemin-pngquant-9.0.2.tgz";
+
sha512 = "cj//bKo8+Frd/DM8l6Pg9pws1pnDUjgb7ae++sUX1kUVdv2nrngPykhiUOgFeE0LGY/LmUbCf4egCHC4YUcZSg==";
+
};
+
}
+
{
name = "imagemin___imagemin_7.0.1.tgz";
path = fetchurl {
name = "imagemin___imagemin_7.0.1.tgz";
···
name = "import_fresh___import_fresh_3.3.0.tgz";
url = "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz";
sha512 = "veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==";
+
};
+
}
+
{
+
name = "import_lazy___import_lazy_3.1.0.tgz";
+
path = fetchurl {
+
name = "import_lazy___import_lazy_3.1.0.tgz";
+
url = "https://registry.yarnpkg.com/import-lazy/-/import-lazy-3.1.0.tgz";
+
sha512 = "8/gvXvX2JMn0F+CDlSC4l6kOmVaLOO3XLkksI7CI3Ud95KDYJuYur2b9P/PUt/i/pDAMd/DulQsNbbbmRRsDIQ==";
};
···
};
+
name = "ini___ini_1.3.8.tgz";
+
path = fetchurl {
+
name = "ini___ini_1.3.8.tgz";
+
url = "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz";
+
sha512 = "JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==";
+
};
+
}
+
{
name = "inline_source_map___inline_source_map_0.6.2.tgz";
path = fetchurl {
name = "inline_source_map___inline_source_map_0.6.2.tgz";
···
name = "interpret___interpret_2.2.0.tgz";
url = "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz";
sha512 = "Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==";
+
};
+
}
+
{
+
name = "into_stream___into_stream_3.1.0.tgz";
+
path = fetchurl {
+
name = "into_stream___into_stream_3.1.0.tgz";
+
url = "https://registry.yarnpkg.com/into-stream/-/into-stream-3.1.0.tgz";
+
sha512 = "TcdjPibTksa1NQximqep2r17ISRiNE9fwlfbg3F8ANdvP5/yrFTew86VcO//jk4QTaMlbjypPBq76HN2zaKfZQ==";
};
···
};
+
name = "is_jpg___is_jpg_3.0.0.tgz";
+
path = fetchurl {
+
name = "is_jpg___is_jpg_3.0.0.tgz";
+
url = "https://registry.yarnpkg.com/is-jpg/-/is-jpg-3.0.0.tgz";
+
sha512 = "Vcd67KWHZblEKEBrtP25qLZ8wN9ICoAhl1pKUqD7SM7hf2qtuRl7loDgP5Zigh2oN/+7uj+KVyC0eRJvgOEFeQ==";
+
};
+
}
+
{
name = "is_lambda___is_lambda_1.0.1.tgz";
path = fetchurl {
name = "is_lambda___is_lambda_1.0.1.tgz";
url = "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz";
sha512 = "z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==";
+
};
+
}
+
{
+
name = "is_natural_number___is_natural_number_4.0.1.tgz";
+
path = fetchurl {
+
name = "is_natural_number___is_natural_number_4.0.1.tgz";
+
url = "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz";
+
sha512 = "Y4LTamMe0DDQIIAlaer9eKebAlDSV6huy+TWhJVPlzZh2o4tRP5SQWFlLn5N0To4mDD22/qdOq+veo1cSISLgQ==";
};
···
};
+
name = "is_object___is_object_1.0.2.tgz";
+
path = fetchurl {
+
name = "is_object___is_object_1.0.2.tgz";
+
url = "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz";
+
sha512 = "2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==";
+
};
+
}
+
{
name = "is_plain_obj___is_plain_obj_1.1.0.tgz";
path = fetchurl {
name = "is_plain_obj___is_plain_obj_1.1.0.tgz";
···
};
+
name = "is_png___is_png_2.0.0.tgz";
+
path = fetchurl {
+
name = "is_png___is_png_2.0.0.tgz";
+
url = "https://registry.yarnpkg.com/is-png/-/is-png-2.0.0.tgz";
+
sha512 = "4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g==";
+
};
+
}
+
{
name = "is_regex___is_regex_1.1.4.tgz";
path = fetchurl {
name = "is_regex___is_regex_1.1.4.tgz";
···
};
+
name = "is_retry_allowed___is_retry_allowed_1.2.0.tgz";
+
path = fetchurl {
+
name = "is_retry_allowed___is_retry_allowed_1.2.0.tgz";
+
url = "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz";
+
sha512 = "RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==";
+
};
+
}
+
{
name = "is_shared_array_buffer___is_shared_array_buffer_1.0.1.tgz";
path = fetchurl {
name = "is_shared_array_buffer___is_shared_array_buffer_1.0.1.tgz";
···
};
+
name = "is_stream___is_stream_1.1.0.tgz";
+
path = fetchurl {
+
name = "is_stream___is_stream_1.1.0.tgz";
+
url = "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz";
+
sha512 = "uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==";
+
};
+
}
+
{
name = "is_stream___is_stream_2.0.1.tgz";
path = fetchurl {
name = "is_stream___is_stream_2.0.1.tgz";
···
};
+
name = "is_stream___is_stream_3.0.0.tgz";
+
path = fetchurl {
+
name = "is_stream___is_stream_3.0.0.tgz";
+
url = "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz";
+
sha512 = "LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==";
+
};
+
}
+
{
name = "is_string___is_string_1.0.7.tgz";
path = fetchurl {
name = "is_string___is_string_1.0.7.tgz";
···
};
+
name = "isurl___isurl_1.0.0.tgz";
+
path = fetchurl {
+
name = "isurl___isurl_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/isurl/-/isurl-1.0.0.tgz";
+
sha512 = "1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==";
+
};
+
}
+
{
name = "jake___jake_10.8.5.tgz";
path = fetchurl {
name = "jake___jake_10.8.5.tgz";
···
name = "json_bignumber___json_bignumber_1.0.2.tgz";
url = "https://registry.yarnpkg.com/json-bignumber/-/json-bignumber-1.0.2.tgz";
sha512 = "CfvvCybXLMo3+ZW4gkSOM1OF+f6rWTeZ5AZvYHcmcEPzK0z4EDR9XrdQoARGoozw3+qdS4DLe+Q/et4NstxrNA==";
+
};
+
}
+
{
+
name = "json_buffer___json_buffer_3.0.0.tgz";
+
path = fetchurl {
+
name = "json_buffer___json_buffer_3.0.0.tgz";
+
url = "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz";
+
sha512 = "CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==";
};
···
};
+
name = "keyv___keyv_3.0.0.tgz";
+
path = fetchurl {
+
name = "keyv___keyv_3.0.0.tgz";
+
url = "https://registry.yarnpkg.com/keyv/-/keyv-3.0.0.tgz";
+
sha512 = "eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==";
+
};
+
}
+
{
name = "kind_of___kind_of_6.0.3.tgz";
path = fetchurl {
name = "kind_of___kind_of_6.0.3.tgz";
···
};
+
name = "lowercase_keys___lowercase_keys_1.0.0.tgz";
+
path = fetchurl {
+
name = "lowercase_keys___lowercase_keys_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz";
+
sha512 = "RPlX0+PHuvxVDZ7xX+EBVAp4RsVxP/TdDSN2mJYdiq1Lc4Hz7EUSjUI7RZrKKlmrIzVhf6Jo2stj7++gVarS0A==";
+
};
+
}
+
{
+
name = "lowercase_keys___lowercase_keys_1.0.1.tgz";
+
path = fetchurl {
+
name = "lowercase_keys___lowercase_keys_1.0.1.tgz";
+
url = "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz";
+
sha512 = "G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==";
+
};
+
}
+
{
+
name = "lru_cache___lru_cache_4.1.5.tgz";
+
path = fetchurl {
+
name = "lru_cache___lru_cache_4.1.5.tgz";
+
url = "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz";
+
sha512 = "sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==";
+
};
+
}
+
{
name = "lru_cache___lru_cache_6.0.0.tgz";
path = fetchurl {
name = "lru_cache___lru_cache_6.0.0.tgz";
···
};
-
name = "lunr___lunr_0.7.2.tgz";
+
name = "make_dir___make_dir_1.3.0.tgz";
path = fetchurl {
-
name = "lunr___lunr_0.7.2.tgz";
-
url = "https://registry.yarnpkg.com/lunr/-/lunr-0.7.2.tgz";
-
sha512 = "qXxxSzrWOhFu4EhyvYqCGMv1nJsTy5OGQN3GtClGbRSaqJ/1XASk41nF2jjxzKTS8kjU0QybhOgGgGo6HUZqSQ==";
+
name = "make_dir___make_dir_1.3.0.tgz";
+
url = "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz";
+
sha512 = "2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==";
};
···
};
+
name = "mime_db___mime_db_1.52.0.tgz";
+
path = fetchurl {
+
name = "mime_db___mime_db_1.52.0.tgz";
+
url = "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz";
+
sha512 = "sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==";
+
};
+
}
+
{
name = "mime_types___mime_types_2.1.33.tgz";
path = fetchurl {
name = "mime_types___mime_types_2.1.33.tgz";
···
name = "mimic_fn___mimic_fn_2.1.0.tgz";
url = "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz";
sha512 = "OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==";
+
};
+
}
+
{
+
name = "mimic_fn___mimic_fn_4.0.0.tgz";
+
path = fetchurl {
+
name = "mimic_fn___mimic_fn_4.0.0.tgz";
+
url = "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz";
+
sha512 = "vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==";
+
};
+
}
+
{
+
name = "mimic_response___mimic_response_1.0.1.tgz";
+
path = fetchurl {
+
name = "mimic_response___mimic_response_1.0.1.tgz";
+
url = "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz";
+
sha512 = "j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==";
};
···
};
-
name = "moment_timezone___moment_timezone_0.5.34.tgz";
+
name = "moment_timezone___moment_timezone_0.5.37.tgz";
path = fetchurl {
-
name = "moment_timezone___moment_timezone_0.5.34.tgz";
-
url = "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.34.tgz";
-
sha512 = "3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==";
+
name = "moment_timezone___moment_timezone_0.5.37.tgz";
+
url = "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.37.tgz";
+
sha256 = "1w1sq8m21v1widzhy1dfrf2ngv9a5yhq06igjsjlpl23vxmfmfir";
};
···
name = "mousetrap___mousetrap_1.6.5.tgz";
url = "https://registry.yarnpkg.com/mousetrap/-/mousetrap-1.6.5.tgz";
sha512 = "QNo4kEepaIBwiT8CDhP98umTetp+JNfQYBWvC1pc6/OAibuXtRcxZ58Qz8skvEHYvURne/7R8T5VoOI7rDsEUA==";
+
};
+
}
+
{
+
name = "mozjpeg___mozjpeg_8.0.0.tgz";
+
path = fetchurl {
+
name = "mozjpeg___mozjpeg_8.0.0.tgz";
+
url = "https://registry.yarnpkg.com/mozjpeg/-/mozjpeg-8.0.0.tgz";
+
sha512 = "Ca2Yhah9hG0Iutgsn8MOrAl37P9ThnKsJatjXoWdUO+8X8GeG/6ahvHZrTyqvbs6leMww1SauWUCao/L9qBuFQ==";
};
···
};
+
name = "nice_try___nice_try_1.0.5.tgz";
+
path = fetchurl {
+
name = "nice_try___nice_try_1.0.5.tgz";
+
url = "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz";
+
sha512 = "1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==";
+
};
+
}
+
{
name = "node_gyp___node_gyp_9.1.0.tgz";
path = fetchurl {
name = "node_gyp___node_gyp_9.1.0.tgz";
···
};
+
name = "normalize_url___normalize_url_2.0.1.tgz";
+
path = fetchurl {
+
name = "normalize_url___normalize_url_2.0.1.tgz";
+
url = "https://registry.yarnpkg.com/normalize-url/-/normalize-url-2.0.1.tgz";
+
sha512 = "D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==";
+
};
+
}
+
{
name = "normalize_url___normalize_url_6.1.0.tgz";
path = fetchurl {
name = "normalize_url___normalize_url_6.1.0.tgz";
···
};
+
name = "npm_conf___npm_conf_1.1.3.tgz";
+
path = fetchurl {
+
name = "npm_conf___npm_conf_1.1.3.tgz";
+
url = "https://registry.yarnpkg.com/npm-conf/-/npm-conf-1.1.3.tgz";
+
sha512 = "Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==";
+
};
+
}
+
{
+
name = "npm_run_path___npm_run_path_2.0.2.tgz";
+
path = fetchurl {
+
name = "npm_run_path___npm_run_path_2.0.2.tgz";
+
url = "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz";
+
sha512 = "lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==";
+
};
+
}
+
{
name = "npm_run_path___npm_run_path_4.0.1.tgz";
path = fetchurl {
name = "npm_run_path___npm_run_path_4.0.1.tgz";
url = "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz";
sha512 = "S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==";
+
};
+
}
+
{
+
name = "npm_run_path___npm_run_path_5.1.0.tgz";
+
path = fetchurl {
+
name = "npm_run_path___npm_run_path_5.1.0.tgz";
+
url = "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.1.0.tgz";
+
sha512 = "sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==";
};
···
};
+
name = "onetime___onetime_6.0.0.tgz";
+
path = fetchurl {
+
name = "onetime___onetime_6.0.0.tgz";
+
url = "https://registry.yarnpkg.com/onetime/-/onetime-6.0.0.tgz";
+
sha512 = "1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==";
+
};
+
}
+
{
name = "opener___opener_1.5.2.tgz";
path = fetchurl {
name = "opener___opener_1.5.2.tgz";
···
};
+
name = "optipng_bin___optipng_bin_7.0.1.tgz";
+
path = fetchurl {
+
name = "optipng_bin___optipng_bin_7.0.1.tgz";
+
url = "https://registry.yarnpkg.com/optipng-bin/-/optipng-bin-7.0.1.tgz";
+
sha512 = "W99mpdW7Nt2PpFiaO+74pkht7KEqkXkeRomdWXfEz3SALZ6hns81y/pm1dsGZ6ItUIfchiNIP6ORDr1zETU1jA==";
+
};
+
}
+
{
name = "os_browserify___os_browserify_0.3.0.tgz";
path = fetchurl {
name = "os_browserify___os_browserify_0.3.0.tgz";
url = "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz";
sha512 = "gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==";
+
};
+
}
+
{
+
name = "os_filter_obj___os_filter_obj_2.0.0.tgz";
+
path = fetchurl {
+
name = "os_filter_obj___os_filter_obj_2.0.0.tgz";
+
url = "https://registry.yarnpkg.com/os-filter-obj/-/os-filter-obj-2.0.0.tgz";
+
sha512 = "uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==";
};
···
};
+
name = "ow___ow_0.17.0.tgz";
+
path = fetchurl {
+
name = "ow___ow_0.17.0.tgz";
+
url = "https://registry.yarnpkg.com/ow/-/ow-0.17.0.tgz";
+
sha512 = "i3keDzDQP5lWIe4oODyDFey1qVrq2hXKTuTH2VpqwpYtzPiKZt2ziRI4NBQmgW40AnV5Euz17OyWweCb+bNEQA==";
+
};
+
}
+
{
+
name = "p_cancelable___p_cancelable_0.3.0.tgz";
+
path = fetchurl {
+
name = "p_cancelable___p_cancelable_0.3.0.tgz";
+
url = "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz";
+
sha512 = "RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==";
+
};
+
}
+
{
+
name = "p_cancelable___p_cancelable_0.4.1.tgz";
+
path = fetchurl {
+
name = "p_cancelable___p_cancelable_0.4.1.tgz";
+
url = "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.1.tgz";
+
sha512 = "HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ==";
+
};
+
}
+
{
+
name = "p_event___p_event_1.3.0.tgz";
+
path = fetchurl {
+
name = "p_event___p_event_1.3.0.tgz";
+
url = "https://registry.yarnpkg.com/p-event/-/p-event-1.3.0.tgz";
+
sha512 = "hV1zbA7gwqPVFcapfeATaNjQ3J0NuzorHPyG8GPL9g/Y/TplWVBVoCKCXL6Ej2zscrCEv195QNWJXuBH6XZuzA==";
+
};
+
}
+
{
+
name = "p_event___p_event_2.3.1.tgz";
+
path = fetchurl {
+
name = "p_event___p_event_2.3.1.tgz";
+
url = "https://registry.yarnpkg.com/p-event/-/p-event-2.3.1.tgz";
+
sha512 = "NQCqOFhbpVTMX4qMe8PF8lbGtzZ+LCiN7pcNrb/413Na7+TRoe1xkKUzuWa/YEJdGQ0FvKtj35EEbDoVPO2kbA==";
+
};
+
}
+
{
+
name = "p_finally___p_finally_1.0.0.tgz";
+
path = fetchurl {
+
name = "p_finally___p_finally_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz";
+
sha512 = "LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==";
+
};
+
}
+
{
+
name = "p_is_promise___p_is_promise_1.1.0.tgz";
+
path = fetchurl {
+
name = "p_is_promise___p_is_promise_1.1.0.tgz";
+
url = "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz";
+
sha512 = "zL7VE4JVS2IFSkR2GQKDSPEVxkoH43/p7oEnwpdCndKYJO0HVeRB7fA8TJwuLOTBREtK0ea8eHaxdwcpob5dmg==";
+
};
+
}
+
{
name = "p_limit___p_limit_2.3.0.tgz";
path = fetchurl {
name = "p_limit___p_limit_2.3.0.tgz";
···
};
+
name = "p_map_series___p_map_series_1.0.0.tgz";
+
path = fetchurl {
+
name = "p_map_series___p_map_series_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/p-map-series/-/p-map-series-1.0.0.tgz";
+
sha512 = "4k9LlvY6Bo/1FcIdV33wqZQES0Py+iKISU9Uc8p8AjWoZPnFKMpVIVD3s0EYn4jzLh1I+WeUZkJ0Yoa4Qfw3Kg==";
+
};
+
}
+
{
name = "p_map___p_map_4.0.0.tgz";
path = fetchurl {
name = "p_map___p_map_4.0.0.tgz";
···
name = "p_series___p_series_1.1.0.tgz";
url = "https://registry.yarnpkg.com/p-series/-/p-series-1.1.0.tgz";
sha512 = "356covArc9UCfj2twY/sxCJKGMzzO+pJJtucizsPC6aS1xKSTBc9PQrQhvFR3+7F+fa2KBKdJjdIcv6NEWDcIQ==";
+
};
+
}
+
{
+
name = "p_timeout___p_timeout_1.2.1.tgz";
+
path = fetchurl {
+
name = "p_timeout___p_timeout_1.2.1.tgz";
+
url = "https://registry.yarnpkg.com/p-timeout/-/p-timeout-1.2.1.tgz";
+
sha512 = "gb0ryzr+K2qFqFv6qi3khoeqMZF/+ajxQipEF6NteZVnvz9tzdsfAVj3lYtn1gAXvH5lfLwfxEII799gt/mRIA==";
+
};
+
}
+
{
+
name = "p_timeout___p_timeout_2.0.1.tgz";
+
path = fetchurl {
+
name = "p_timeout___p_timeout_2.0.1.tgz";
+
url = "https://registry.yarnpkg.com/p-timeout/-/p-timeout-2.0.1.tgz";
+
sha512 = "88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==";
};
···
};
+
name = "path_key___path_key_2.0.1.tgz";
+
path = fetchurl {
+
name = "path_key___path_key_2.0.1.tgz";
+
url = "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz";
+
sha512 = "fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==";
+
};
+
}
+
{
name = "path_key___path_key_3.1.1.tgz";
path = fetchurl {
name = "path_key___path_key_3.1.1.tgz";
url = "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz";
sha512 = "ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==";
+
};
+
}
+
{
+
name = "path_key___path_key_4.0.0.tgz";
+
path = fetchurl {
+
name = "path_key___path_key_4.0.0.tgz";
+
url = "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz";
+
sha512 = "haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==";
};
···
};
+
name = "pend___pend_1.2.0.tgz";
+
path = fetchurl {
+
name = "pend___pend_1.2.0.tgz";
+
url = "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz";
+
sha512 = "F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==";
+
};
+
}
+
{
name = "performance_now___performance_now_2.1.0.tgz";
path = fetchurl {
name = "performance_now___performance_now_2.1.0.tgz";
···
};
+
name = "pify___pify_2.3.0.tgz";
+
path = fetchurl {
+
name = "pify___pify_2.3.0.tgz";
+
url = "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz";
+
sha512 = "udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==";
+
};
+
}
+
{
+
name = "pify___pify_3.0.0.tgz";
+
path = fetchurl {
+
name = "pify___pify_3.0.0.tgz";
+
url = "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz";
+
sha512 = "C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==";
+
};
+
}
+
{
+
name = "pify___pify_4.0.1.tgz";
+
path = fetchurl {
+
name = "pify___pify_4.0.1.tgz";
+
url = "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz";
+
sha512 = "uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==";
+
};
+
}
+
{
+
name = "pinkie_promise___pinkie_promise_2.0.1.tgz";
+
path = fetchurl {
+
name = "pinkie_promise___pinkie_promise_2.0.1.tgz";
+
url = "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz";
+
sha512 = "0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==";
+
};
+
}
+
{
+
name = "pinkie___pinkie_2.0.4.tgz";
+
path = fetchurl {
+
name = "pinkie___pinkie_2.0.4.tgz";
+
url = "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz";
+
sha512 = "MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==";
+
};
+
}
+
{
name = "pkg_dir___pkg_dir_4.2.0.tgz";
path = fetchurl {
name = "pkg_dir___pkg_dir_4.2.0.tgz";
url = "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz";
sha512 = "HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==";
+
};
+
}
+
{
+
name = "pngquant_bin___pngquant_bin_6.0.1.tgz";
+
path = fetchurl {
+
name = "pngquant_bin___pngquant_bin_6.0.1.tgz";
+
url = "https://registry.yarnpkg.com/pngquant-bin/-/pngquant-bin-6.0.1.tgz";
+
sha512 = "Q3PUyolfktf+hYio6wsg3SanQzEU/v8aICg/WpzxXcuCMRb7H2Q81okfpcEztbMvw25ILjd3a87doj2N9kvbpQ==";
};
···
};
+
name = "prepend_http___prepend_http_1.0.4.tgz";
+
path = fetchurl {
+
name = "prepend_http___prepend_http_1.0.4.tgz";
+
url = "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz";
+
sha512 = "PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==";
+
};
+
}
+
{
+
name = "prepend_http___prepend_http_2.0.0.tgz";
+
path = fetchurl {
+
name = "prepend_http___prepend_http_2.0.0.tgz";
+
url = "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz";
+
sha512 = "ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==";
+
};
+
}
+
{
name = "process_nextick_args___process_nextick_args_2.0.1.tgz";
path = fetchurl {
name = "process_nextick_args___process_nextick_args_2.0.1.tgz";
···
name = "prop_types___prop_types_15.8.1.tgz";
url = "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz";
sha512 = "oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==";
+
};
+
}
+
{
+
name = "proto_list___proto_list_1.2.4.tgz";
+
path = fetchurl {
+
name = "proto_list___proto_list_1.2.4.tgz";
+
url = "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz";
+
sha512 = "vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==";
+
};
+
}
+
{
+
name = "pseudomap___pseudomap_1.0.2.tgz";
+
path = fetchurl {
+
name = "pseudomap___pseudomap_1.0.2.tgz";
+
url = "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz";
+
sha512 = "b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==";
};
···
};
+
name = "pump___pump_3.0.0.tgz";
+
path = fetchurl {
+
name = "pump___pump_3.0.0.tgz";
+
url = "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz";
+
sha512 = "LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==";
+
};
+
}
+
{
name = "punycode___punycode_1.3.2.tgz";
path = fetchurl {
name = "punycode___punycode_1.3.2.tgz";
···
name = "qs___qs_6.7.0.tgz";
url = "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz";
sha512 = "VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==";
+
};
+
}
+
{
+
name = "query_string___query_string_5.1.1.tgz";
+
path = fetchurl {
+
name = "query_string___query_string_5.1.1.tgz";
+
url = "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz";
+
sha512 = "gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==";
};
···
path =
let
repo = fetchgit {
-
url = "https://github.com/adityatoshniwal/react-data-grid.git/";
-
rev = "8d9bc16ddd7c419acfbbd1c1cc2b70eb9f5b453c";
-
sha256 = "1cp419hpl766jrz2wc48iifif221qmaxa028v3hx311dhd8m96k9";
+
url = "https://github.com/EnterpriseDB/react-data-grid.git/";
+
rev = "200d2f5e02de694e3e9ffbe177c279bc40240fb8";
+
sha256 = "0s4k8s8ackr5lrvhv7ljbhd90679wh34p2wv71xqn8yy1ykjwm15";
};
in
runCommand "react-data-grid.git" { buildInputs = [gnutar]; } ''
···
};
+
name = "responselike___responselike_1.0.2.tgz";
+
path = fetchurl {
+
name = "responselike___responselike_1.0.2.tgz";
+
url = "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz";
+
sha512 = "/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==";
+
};
+
}
+
{
name = "ret___ret_0.1.15.tgz";
path = fetchurl {
name = "ret___ret_0.1.15.tgz";
···
name = "rifm___rifm_0.7.0.tgz";
url = "https://registry.yarnpkg.com/rifm/-/rifm-0.7.0.tgz";
sha512 = "DSOJTWHD67860I5ojetXdEQRIBvF6YcpNe53j0vn1vp9EUb9N80EiZTxgP+FkDKorWC8PZw052kTF4C1GOivCQ==";
+
};
+
}
+
{
+
name = "rimraf___rimraf_2.7.1.tgz";
+
path = fetchurl {
+
name = "rimraf___rimraf_2.7.1.tgz";
+
url = "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz";
+
sha512 = "uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==";
};
···
};
+
name = "seek_bzip___seek_bzip_1.0.6.tgz";
+
path = fetchurl {
+
name = "seek_bzip___seek_bzip_1.0.6.tgz";
+
url = "https://registry.yarnpkg.com/seek-bzip/-/seek-bzip-1.0.6.tgz";
+
sha512 = "e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==";
+
};
+
}
+
{
name = "select2___select2_4.0.13.tgz";
path = fetchurl {
name = "select2___select2_4.0.13.tgz";
url = "https://registry.yarnpkg.com/select2/-/select2-4.0.13.tgz";
sha512 = "1JeB87s6oN/TDxQQYCvS5EFoQyvV6eYMZZ0AeA4tdFDYWN3BAGZ8npr17UBFddU0lgAt3H0yjX3X6/ekOj1yjw==";
+
};
+
}
+
{
+
name = "semver_regex___semver_regex_2.0.0.tgz";
+
path = fetchurl {
+
name = "semver_regex___semver_regex_2.0.0.tgz";
+
url = "https://registry.yarnpkg.com/semver-regex/-/semver-regex-2.0.0.tgz";
+
sha512 = "mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==";
+
};
+
}
+
{
+
name = "semver_truncate___semver_truncate_1.1.2.tgz";
+
path = fetchurl {
+
name = "semver_truncate___semver_truncate_1.1.2.tgz";
+
url = "https://registry.yarnpkg.com/semver-truncate/-/semver-truncate-1.1.2.tgz";
+
sha512 = "V1fGg9i4CL3qesB6U0L6XAm4xOJiHmt4QAacazumuasc03BvtFGIMCduv01JWQ69Nv+JST9TqhSCiJoxoY031w==";
};
···
};
+
name = "shebang_command___shebang_command_1.2.0.tgz";
+
path = fetchurl {
+
name = "shebang_command___shebang_command_1.2.0.tgz";
+
url = "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz";
+
sha512 = "EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==";
+
};
+
}
+
{
name = "shebang_command___shebang_command_2.0.0.tgz";
path = fetchurl {
name = "shebang_command___shebang_command_2.0.0.tgz";
url = "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz";
sha512 = "kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==";
+
};
+
}
+
{
+
name = "shebang_regex___shebang_regex_1.0.0.tgz";
+
path = fetchurl {
+
name = "shebang_regex___shebang_regex_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz";
+
sha512 = "wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==";
};
···
-
name = "SlickGrid.git";
-
path =
-
let
-
repo = fetchgit {
-
url = "https://github.com/6pac/SlickGrid.git";
-
rev = "4f8c6f498d0b82391fdf382beb8ef114ed7408e7";
-
sha256 = "1d8gha5h60dlgmv36nlrgn5502hq64a3nhdl0pyn8017y470qdry";
-
};
-
in
-
runCommand "SlickGrid.git" { buildInputs = [gnutar]; } ''
-
# Set u+w because tar-fs can't unpack archives with read-only dirs
-
# https://github.com/mafintosh/tar-fs/issues/79
-
tar cf $out --mode u+w -C ${repo} .
-
'';
-
}
-
{
name = "smart_buffer___smart_buffer_4.2.0.tgz";
path = fetchurl {
name = "smart_buffer___smart_buffer_4.2.0.tgz";
···
name = "socks___socks_2.7.0.tgz";
url = "https://registry.yarnpkg.com/socks/-/socks-2.7.0.tgz";
sha512 = "scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA==";
+
};
+
}
+
{
+
name = "sort_keys_length___sort_keys_length_1.0.1.tgz";
+
path = fetchurl {
+
name = "sort_keys_length___sort_keys_length_1.0.1.tgz";
+
url = "https://registry.yarnpkg.com/sort-keys-length/-/sort-keys-length-1.0.1.tgz";
+
sha512 = "GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==";
+
};
+
}
+
{
+
name = "sort_keys___sort_keys_1.1.2.tgz";
+
path = fetchurl {
+
name = "sort_keys___sort_keys_1.1.2.tgz";
+
url = "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz";
+
sha512 = "vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==";
+
};
+
}
+
{
+
name = "sort_keys___sort_keys_2.0.0.tgz";
+
path = fetchurl {
+
name = "sort_keys___sort_keys_2.0.0.tgz";
+
url = "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz";
+
sha512 = "/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==";
···
+
name = "strict_uri_encode___strict_uri_encode_1.1.0.tgz";
+
path = fetchurl {
+
name = "strict_uri_encode___strict_uri_encode_1.1.0.tgz";
+
url = "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz";
+
sha512 = "R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==";
+
};
+
}
+
{
name = "string_width___string_width_4.2.3.tgz";
path = fetchurl {
name = "string_width___string_width_4.2.3.tgz";
···
+
name = "strip_dirs___strip_dirs_2.1.0.tgz";
+
path = fetchurl {
+
name = "strip_dirs___strip_dirs_2.1.0.tgz";
+
url = "https://registry.yarnpkg.com/strip-dirs/-/strip-dirs-2.1.0.tgz";
+
sha512 = "JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g==";
+
};
+
}
+
{
+
name = "strip_eof___strip_eof_1.0.0.tgz";
+
path = fetchurl {
+
name = "strip_eof___strip_eof_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz";
+
sha512 = "7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==";
+
};
+
}
+
{
name = "strip_final_newline___strip_final_newline_2.0.0.tgz";
path = fetchurl {
name = "strip_final_newline___strip_final_newline_2.0.0.tgz";
···
+
name = "strip_final_newline___strip_final_newline_3.0.0.tgz";
+
path = fetchurl {
+
name = "strip_final_newline___strip_final_newline_3.0.0.tgz";
+
url = "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz";
+
sha512 = "dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==";
+
};
+
}
+
{
name = "strip_indent___strip_indent_4.0.0.tgz";
path = fetchurl {
name = "strip_indent___strip_indent_4.0.0.tgz";
···
name = "strip_json_comments___strip_json_comments_3.1.1.tgz";
url = "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz";
sha512 = "6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==";
+
};
+
}
+
{
+
name = "strip_outer___strip_outer_1.0.1.tgz";
+
path = fetchurl {
+
name = "strip_outer___strip_outer_1.0.1.tgz";
+
url = "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz";
+
sha512 = "k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==";
···
+
name = "tar_stream___tar_stream_1.6.2.tgz";
+
path = fetchurl {
+
name = "tar_stream___tar_stream_1.6.2.tgz";
+
url = "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.2.tgz";
+
sha512 = "rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==";
+
};
+
}
+
{
name = "tar___tar_6.1.11.tgz";
path = fetchurl {
name = "tar___tar_6.1.11.tgz";
url = "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz";
sha512 = "an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==";
+
};
+
}
+
{
+
name = "temp_dir___temp_dir_1.0.0.tgz";
+
path = fetchurl {
+
name = "temp_dir___temp_dir_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz";
+
sha512 = "xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==";
+
};
+
}
+
{
+
name = "tempfile___tempfile_2.0.0.tgz";
+
path = fetchurl {
+
name = "tempfile___tempfile_2.0.0.tgz";
+
url = "https://registry.yarnpkg.com/tempfile/-/tempfile-2.0.0.tgz";
+
sha512 = "ZOn6nJUgvgC09+doCEF3oB+r3ag7kUvlsXEGX069QRD60p+P3uP7XG9N2/at+EyIRGSN//ZY3LyEotA1YpmjuA==";
···
+
name = "timed_out___timed_out_4.0.1.tgz";
+
path = fetchurl {
+
name = "timed_out___timed_out_4.0.1.tgz";
+
url = "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz";
+
sha512 = "G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==";
+
};
+
}
+
{
name = "timers_browserify___timers_browserify_1.4.2.tgz";
path = fetchurl {
name = "timers_browserify___timers_browserify_1.4.2.tgz";
···
-
name = "tippy.js___tippy.js_6.3.5.tgz";
+
name = "tmp___tmp_0.2.1.tgz";
path = fetchurl {
-
name = "tippy.js___tippy.js_6.3.5.tgz";
-
url = "https://registry.yarnpkg.com/tippy.js/-/tippy.js-6.3.5.tgz";
-
sha512 = "B9hAQ5KNF+jDJRg6cRysV6Y3J+5fiNfD60GuXR5TP0sfrcltpgdzVc7f1wMtjQ3W0+Xsy80CDvk0Z+Vr0cM4sQ==";
+
name = "tmp___tmp_0.2.1.tgz";
+
url = "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz";
+
sha512 = "76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==";
-
name = "tmp___tmp_0.2.1.tgz";
+
name = "to_buffer___to_buffer_1.1.1.tgz";
path = fetchurl {
-
name = "tmp___tmp_0.2.1.tgz";
-
url = "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz";
-
sha512 = "76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==";
+
name = "to_buffer___to_buffer_1.1.1.tgz";
+
url = "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.1.1.tgz";
+
sha512 = "lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==";
···
name = "trim_newlines___trim_newlines_4.0.2.tgz";
url = "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-4.0.2.tgz";
sha512 = "GJtWyq9InR/2HRiLZgpIKv+ufIKrVrvjQWEj7PxAXNc5dwbNJkqhAUoAGgzRmULAnoOM5EIpveYd3J2VeSAIew==";
+
};
+
}
+
{
+
name = "trim_repeated___trim_repeated_1.0.0.tgz";
+
path = fetchurl {
+
name = "trim_repeated___trim_repeated_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz";
+
sha512 = "pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==";
···
+
name = "tunnel_agent___tunnel_agent_0.6.0.tgz";
+
path = fetchurl {
+
name = "tunnel_agent___tunnel_agent_0.6.0.tgz";
+
url = "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz";
+
sha512 = "McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==";
+
};
+
}
+
{
name = "type_check___type_check_0.4.0.tgz";
path = fetchurl {
name = "type_check___type_check_0.4.0.tgz";
···
+
name = "type_fest___type_fest_0.11.0.tgz";
+
path = fetchurl {
+
name = "type_fest___type_fest_0.11.0.tgz";
+
url = "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz";
+
sha512 = "OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==";
+
};
+
}
+
{
name = "type_fest___type_fest_0.20.2.tgz";
path = fetchurl {
name = "type_fest___type_fest_0.20.2.tgz";
···
name = "unbox_primitive___unbox_primitive_1.0.1.tgz";
url = "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz";
sha512 = "tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==";
+
};
+
}
+
{
+
name = "unbzip2_stream___unbzip2_stream_1.4.3.tgz";
+
path = fetchurl {
+
name = "unbzip2_stream___unbzip2_stream_1.4.3.tgz";
+
url = "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz";
+
sha512 = "mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==";
···
+
name = "url_parse_lax___url_parse_lax_1.0.0.tgz";
+
path = fetchurl {
+
name = "url_parse_lax___url_parse_lax_1.0.0.tgz";
+
url = "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz";
+
sha512 = "BVA4lR5PIviy2PMseNd2jbFQ+jwSwQGdJejf5ctd1rEXt0Ypd7yanUK9+lYechVlN5VaTJGsu2U/3MDDu6KgBA==";
+
};
+
}
+
{
+
name = "url_parse_lax___url_parse_lax_3.0.0.tgz";
+
path = fetchurl {
+
name = "url_parse_lax___url_parse_lax_3.0.0.tgz";
+
url = "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz";
+
sha512 = "NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==";
+
};
+
}
+
{
+
name = "url_to_options___url_to_options_1.0.1.tgz";
+
path = fetchurl {
+
name = "url_to_options___url_to_options_1.0.1.tgz";
+
url = "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz";
+
sha512 = "0kQLIzG4fdk/G5NONku64rSH/x32NOA39LVQqlK8Le6lvTF6GGRJpqaQFGgU+CLwySIqBSMdwYM0sYcW9f6P4A==";
+
};
+
}
+
{
name = "url___url_0.11.0.tgz";
path = fetchurl {
name = "url___url_0.11.0.tgz";
···
name = "utrie___utrie_1.0.1.tgz";
url = "https://registry.yarnpkg.com/utrie/-/utrie-1.0.1.tgz";
sha512 = "JPaDXF3vzgZxfeEwutdGzlrNoVFL5UvZcbO6Qo9D4GoahrieUPoMU8GCpVpR7MQqcKhmShIh8VlbEN3PLM3EBg==";
+
};
+
}
+
{
+
name = "uuid___uuid_3.4.0.tgz";
+
path = fetchurl {
+
name = "uuid___uuid_3.4.0.tgz";
+
url = "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz";
+
sha512 = "HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==";
···
+
name = "yallist___yallist_2.1.2.tgz";
+
path = fetchurl {
+
name = "yallist___yallist_2.1.2.tgz";
+
url = "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz";
+
sha512 = "ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==";
+
};
+
}
+
{
name = "yallist___yallist_4.0.0.tgz";
path = fetchurl {
name = "yallist___yallist_4.0.0.tgz";
···
name = "yarn_audit_html___yarn_audit_html_4.0.0.tgz";
url = "https://registry.yarnpkg.com/yarn-audit-html/-/yarn-audit-html-4.0.0.tgz";
sha512 = "PZW+M6b6BW4hBU6AuUnxFSOVOq6Gnrh+krBdzcX3OjWNqiDh8ovhiB6pTYEeR13jL8J9VXk/1POn2XljicWZNA==";
+
};
+
}
+
{
+
name = "yauzl___yauzl_2.10.0.tgz";
+
path = fetchurl {
+
name = "yauzl___yauzl_2.10.0.tgz";
+
url = "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz";
+
sha512 = "p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==";
+2 -2
pkgs/tools/admin/uacme/default.nix
···
}:
stdenv.mkDerivation rec {
pname = "uacme";
-
version = "1.7.2";
+
version = "1.7.3";
src = fetchFromGitHub {
owner = "ndilieto";
repo = "uacme";
rev = "v${version}";
-
hash = "sha256-mbH5Z/ieV4fiLCLWag1aLPNA89sexd5upNF3KHTfhKM=";
+
hash = "sha256-kgS+QOB63Q1cNa4gk527G4hHFdiCL6JqmoVQRAVMUDw=";
};
configureFlags = [ "--with-openssl" ];
-7
pkgs/tools/misc/elfcat/Cargo.lock
···
-
# This file is automatically @generated by Cargo.
-
# It is not intended for manual editing.
-
version = 3
-
-
[[package]]
-
name = "elfcat"
-
version = "0.1.8"
+3 -3
pkgs/tools/misc/fclones/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "fclones";
-
version = "0.29.0";
+
version = "0.29.1";
src = fetchFromGitHub {
owner = "pkolaczk";
repo = pname;
rev = "v${version}";
-
sha256 = "sha256-0R9UB4xW5LYSA3rJIhJkYCEIN3Fn3eQaqZS1OP4kXNg=";
+
sha256 = "sha256-spWfZx2br7gSLS0xaUBvMgvA326ISh16i/s0K3m1HCI=";
};
-
cargoSha256 = "sha256-elpMupN5Ah40+kWzXYDg+PUs0taOxdVhiPMO749H9fA=";
+
cargoSha256 = "sha256-qwjwauM2ejeMEbajVD8Deuhl/qMcB7MsvjR2CYGaF+M=";
buildInputs = lib.optionals stdenv.isDarwin [
AppKit
+2 -2
pkgs/tools/misc/gh-dash/default.nix
···
buildGoModule rec {
pname = "gh-dash";
-
version = "3.4.0";
+
version = "3.4.1";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
-
sha256 = "sha256-HVGwq3v+VSViPoxeeXRz4F4iyY+auMkP9BdEombalE8=";
+
sha256 = "sha256-NGUuUBCoLKyyFdTw7n/PY486JEcrTsed4/iuB9iUTLE=";
};
vendorSha256 = "sha256-BbrHvphTQLvUKanmO4GrNpkT0MSlY7+WMJiyXV7dFB8=";
+6 -3
pkgs/tools/misc/steampipe/default.nix
···
buildGoModule rec {
pname = "steampipe";
-
version = "0.15.3";
+
version = "0.16.4";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
-
sha256 = "sha256-7TIEdT+s6Am2hPiMPKH+YioNfsCmLVZg6BQiO94Xiu0=";
+
sha256 = "sha256-awZlA02lKYpFdvCsGUC8Blv8FHek5XskkljseDGjDmk=";
};
-
vendorSha256 = "sha256-x57IvMKSE2F5bGTC8ao+wLJmYlz8nMh4SoMhtGlwQyE=";
+
vendorSha256 = "sha256-6l3bBxGhdZGIXmdzgF44TGZQqT6gSUHSwOAE2SlgLgg=";
proxyVendor = true;
patchPhase = ''
+
runHook prePatch
# Patch test that relies on looking up homedir in user struct to prefer ~
substituteInPlace pkg/steampipeconfig/shared_test.go \
--replace '"github.com/turbot/go-kit/helpers"' "" \
--replace 'filepaths.SteampipeDir, _ = helpers.Tildefy("~/.steampipe")' 'filepaths.SteampipeDir = "~/.steampipe"';
+
runHook postPatch
'';
nativeBuildInputs = [ installShellFiles ];
···
description = "select * from cloud;";
license = licenses.agpl3;
maintainers = with maintainers; [ hardselius ];
+
changelog = "https://github.com/turbot/steampipe/blob/v${version}/CHANGELOG.md";
};
}
+2 -2
pkgs/tools/networking/dnsproxy/default.nix
···
buildGoModule rec {
pname = "dnsproxy";
-
version = "0.45.1";
+
version = "0.45.2";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
-
sha256 = "sha256-sBLZHBbBUF2qpmgRbMahVOcoZOURZRMfW8hAebuxXRs=";
+
sha256 = "sha256-2lPGKLmLDP39qtyb88MiCBVjbztrBFqqy5hc7iOK3QE=";
};
vendorSha256 = null;
+2 -2
pkgs/tools/networking/minidlna/default.nix
···
-
{ lib, stdenv, fetchgit, autoreconfHook, ffmpeg, flac, libvorbis, libogg, libid3tag, libexif, libjpeg, sqlite, gettext, nixosTests }:
+
{ lib, stdenv, fetchgit, autoreconfHook, ffmpeg, flac, libvorbis, libogg, libid3tag, libexif, libjpeg, sqlite, gettext, nixosTests, zlib }:
let
pname = "minidlna";
···
nativeBuildInputs = [ autoreconfHook ];
-
buildInputs = [ ffmpeg flac libvorbis libogg libid3tag libexif libjpeg sqlite gettext ];
+
buildInputs = [ ffmpeg flac libvorbis libogg libid3tag libexif libjpeg sqlite gettext zlib ];
postInstall = ''
mkdir -p $out/share/man/man{5,8}
+8 -1
pkgs/tools/networking/pdsh/default.nix
···
-
{ lib, stdenv, fetchurl, perl, readline, rsh, ssh, slurm, slurmSupport ? false }:
+
{ lib, stdenv, fetchurl, autoreconfHook, perl, readline, rsh, ssh, slurm, slurmSupport ? false }:
stdenv.mkDerivation rec {
pname = "pdsh";
···
buildInputs = [ perl readline ssh ]
++ (lib.optional slurmSupport slurm);
+
+
nativeBuildInputs = [ autoreconfHook ];
+
+
# Do not use git to derive a version.
+
postPatch = ''
+
sed -i 's/m4_esyscmd(\[git describe.*/[${version}])/' configure.ac
+
'';
preConfigure = ''
configureFlagsArray=(
+3 -2
pkgs/tools/security/gnupg/23.nix
···
, libgpg-error, libiconv, npth, gettext, texinfo, buildPackages
, guiSupport ? stdenv.isDarwin, enableMinimal ? false
, adns, bzip2, gnutls, libusb1, openldap
-
, tpm2-tss, pcsclite, pinentry, readline, sqlite, zlib
+
, tpm2-tss, pinentry, readline, sqlite, zlib
+
, withPcsc ? !enableMinimal, pcsclite
}:
assert guiSupport -> enableMinimal == false;
···
];
postPatch = ''
sed -i 's,\(hkps\|https\)://keyserver.ubuntu.com,hkps://keys.openpgp.org,g' configure configure.ac doc/dirmngr.texi doc/gnupg.info-1
-
'' + lib.optionalString (stdenv.isLinux && (!enableMinimal)) ''
+
'' + lib.optionalString (stdenv.isLinux && withPcsc) ''
sed -i 's,"libpcsclite\.so[^"]*","${lib.getLib pcsclite}/lib/libpcsclite.so",g' scd/scdaemon.c
'';
+6 -7
pkgs/tools/security/gowitness/default.nix
···
-
{ lib
-
, buildGoModule
-
, fetchFromGitHub
-
}:
+
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "gowitness";
-
version = "2.4.0";
+
version = "2.4.2";
src = fetchFromGitHub {
owner = "sensepost";
repo = pname;
rev = version;
-
hash = "sha256-6O4pGsUu9tG3VAIGaD9aauXaVMhvK+HpEjByE0AwVnE=";
+
sha256 = "sha256-e4J+W5VHVy/ngC5FDsDBStIaIR7jODWPt8VGTfAse44=";
};
-
vendorSha256 = "sha256-6FgYDiz050ZlC1XBz7dKkVFKY7gkGhIm0ND23tMwxC8=";
+
vendorSha256 = "sha256-NFQbulW07sljskjLn6A4f+PMMCJxploYqAHE+K7XxH8=";
+
+
ldflags = [ "-s" "-w" ];
meta = with lib; {
description = "Web screenshot utility";
+2 -2
pkgs/tools/security/iaito/default.nix
···
stdenv.mkDerivation rec {
pname = "iaito";
-
version = "5.7.4";
+
version = "5.7.6";
src = fetchFromGitHub {
owner = "radareorg";
repo = pname;
rev = version;
-
sha256 = "sha256-T9+YQQDcXHFogD7FVkippsde7+0bKodwwABCqrKjcH4=";
+
sha256 = "sha256-PnIOoWPYLK30lMmLVctihCs7GBo0rTN8yetWAr21h9w=";
};
nativeBuildInputs = [ meson ninja pkg-config python3 qttools wrapQtAppsHook ];
+2 -2
pkgs/tools/system/thermald/default.nix
···
stdenv.mkDerivation rec {
pname = "thermald";
-
version = "2.5";
+
version = "2.5.1";
outputs = [ "out" "devdoc" ];
···
owner = "intel";
repo = "thermal_daemon";
rev = "v${version}";
-
sha256 = "sha256-j66uBbTZhHFXhDSDI0IseoyF/rCEl/B87YjorfZIHX8=";
+
sha256 = "sha256-j3WurlNJ67iXBt+jn1iGGtGup8m6OYQtqJTYwUkJ4Ro=";
};
nativeBuildInputs = [
+1
pkgs/top-level/aliases.nix
···
pbis-open = throw "pbis-open has been removed, because it is no longer maintained upstream"; # added 2021-12-15
pdf-redact-tools = throw "pdf-redact-tools has been removed from nixpkgs because the upstream has abandoned the project"; # Added 2022-01-01
pdfmod = throw "pdfmod has been removed"; # Added 2022-01-15
+
pdfstudio = throw "'pdfstudio' has been replaced with 'pdfstudio<year>', where '<year>' is the year from the PDF Studio version number, because each license is specific to a given year"; # Added 2022-09-04
peach = asouldocs; # Added 2022-08-28
pentablet-driver = xp-pen-g430-driver; # Added 2022-06-23
perlXMLParser = throw "'perlXMLParser' has been renamed to/replaced by 'perlPackages.XMLParser'"; # Converted to throw 2022-02-22
+17 -9
pkgs/top-level/all-packages.nix
···
element-desktop = callPackage ../applications/networking/instant-messengers/element/element-desktop.nix {
inherit (darwin.apple_sdk.frameworks) Security AppKit CoreServices;
-
electron = electron_19;
+
electron = electron_20;
};
element-desktop-wayland = writeScriptBin "element-desktop" ''
#!/bin/sh
···
statserial = callPackage ../tools/misc/statserial { };
-
steampipe = callPackage ../tools/misc/steampipe { };
+
steampipe = callPackage ../tools/misc/steampipe {
+
buildGoModule = buildGo119Module;
+
};
step-ca = callPackage ../tools/security/step-ca {
inherit (darwin.apple_sdk.frameworks) PCSC;
···
wxGTK31-gtk2 = wxGTK31.override { withGtk2 = true; };
wxGTK31-gtk3 = wxGTK31.override { withGtk2 = false; };
+
wxGTK32 = callPackage ../development/libraries/wxwidgets/wxGTK32.nix {
+
inherit (darwin.stubs) setfile;
+
inherit (darwin.apple_sdk.frameworks) AGL Carbon Cocoa Kernel QTKit AVFoundation AVKit WebKit;
+
};
+
wxSVG = callPackage ../development/libraries/wxSVG {
wxGTK = wxGTK30-gtk3;
inherit (darwin.apple_sdk.frameworks) Cocoa;
···
foxitreader = libsForQt512.callPackage ../applications/misc/foxitreader { };
-
pdfstudio = import ../applications/misc/pdfstudio {
-
program = "pdfstudio";
-
inherit callPackage fetchurl libgccjit;
+
pdfstudio2021 = callPackage ../applications/misc/pdfstudio {
+
year = "2021";
-
pdfstudioviewer = import ../applications/misc/pdfstudio {
+
pdfstudio2022 = callPackage ../applications/misc/pdfstudio {
+
year = "2022";
+
};
+
+
pdfstudioviewer = callPackage ../applications/misc/pdfstudio {
program = "pdfstudioviewer";
-
inherit callPackage fetchurl libgccjit;
aeolus = callPackage ../applications/audio/aeolus { };
···
gotestwaf = callPackage ../tools/security/gotestwaf { };
gowitness = callPackage ../tools/security/gowitness {
-
# pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
-
buildGoModule = buildGo117Module;
+
buildGoModule = buildGo119Module;
guetzli = callPackage ../applications/graphics/guetzli { };
-7
pkgs/top-level/octave-packages.nix
···
makeScope newScope (self:
let
-
inherit (octave) blas lapack gfortran python texinfo gnuplot;
-
callPackage = self.callPackage;
buildOctavePackage = callPackage ../development/interpreters/octave/build-octave-package.nix {
inherit lib stdenv;
inherit octave;
inherit computeRequiredOctavePackages;
-
};
-
-
wrapOctave = callPackage ../development/interpreters/octave/wrap-octave.nix {
-
inherit octave;
-
inherit (pkgs) makeSetupHook makeWrapper;
};
# Given a list of required Octave package derivations, get a list of