stockholm/krebs/5pkgs/simple/go-shortener/node-packages.nix

88 lines
2.8 KiB
Nix
Raw Normal View History

2020-04-21 16:34:45 +00:00
# This file has been generated by node2nix 1.7.0. Do not edit!
2018-04-05 14:36:12 +00:00
{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
let
sources = {
2020-04-21 16:34:45 +00:00
"denque-1.4.1" = {
name = "denque";
packageName = "denque";
version = "1.4.1";
2018-04-05 14:36:12 +00:00
src = fetchurl {
2020-04-21 16:34:45 +00:00
url = "https://registry.npmjs.org/denque/-/denque-1.4.1.tgz";
sha512 = "OfzPuSZKGcgr96rf1oODnfjqBFmr1DVoc/TrItj3Ohe0Ah1C5WX5Baquw/9U9KovnQ88EqmJbD66rKYUQYN1tQ==";
2018-04-05 14:36:12 +00:00
};
};
2020-04-21 16:34:45 +00:00
"redis-commands-1.5.0" = {
2018-04-05 14:36:12 +00:00
name = "redis-commands";
packageName = "redis-commands";
2020-04-21 16:34:45 +00:00
version = "1.5.0";
2018-04-05 14:36:12 +00:00
src = fetchurl {
2020-04-21 16:34:45 +00:00
url = "https://registry.npmjs.org/redis-commands/-/redis-commands-1.5.0.tgz";
sha512 = "6KxamqpZ468MeQC3bkWmCB1fp56XL64D4Kf0zJSwDZbVLLm7KFkoIcHrgRvQ+sk8dnhySs7+yBg94yIkAK7aJg==";
2018-04-05 14:36:12 +00:00
};
};
2020-04-21 16:34:45 +00:00
"redis-errors-1.2.0" = {
name = "redis-errors";
packageName = "redis-errors";
version = "1.2.0";
src = fetchurl {
url = "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz";
sha1 = "eb62d2adb15e4eaf4610c04afe1529384250abad";
};
};
"redis-parser-3.0.0" = {
2018-04-05 14:36:12 +00:00
name = "redis-parser";
packageName = "redis-parser";
2020-04-21 16:34:45 +00:00
version = "3.0.0";
2018-04-05 14:36:12 +00:00
src = fetchurl {
2020-04-21 16:34:45 +00:00
url = "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz";
sha1 = "b66d828cdcafe6b4b8a428a7def4c6bcac31c8b4";
2018-04-05 14:36:12 +00:00
};
};
};
in
{
formidable = nodeEnv.buildNodePackage {
name = "formidable";
packageName = "formidable";
2020-04-21 16:34:45 +00:00
version = "1.2.2";
2018-04-05 14:36:12 +00:00
src = fetchurl {
2020-04-21 16:34:45 +00:00
url = "https://registry.npmjs.org/formidable/-/formidable-1.2.2.tgz";
sha512 = "V8gLm+41I/8kguQ4/o1D3RIHRmhYFG4pnNyonvua+40rqcEmT4+V71yaZ3B457xbbgCsCfjSPi65u/W6vK1U5Q==";
2018-04-05 14:36:12 +00:00
};
buildInputs = globalBuildInputs;
meta = {
description = "A node.js module for parsing form data, especially file uploads.";
2020-04-21 16:34:45 +00:00
homepage = https://github.com/node-formidable/formidable;
2018-04-05 14:36:12 +00:00
license = "MIT";
};
production = true;
bypassCache = true;
2020-04-21 16:34:45 +00:00
reconstructLock = true;
2018-04-05 14:36:12 +00:00
};
redis = nodeEnv.buildNodePackage {
name = "redis";
packageName = "redis";
2020-04-21 16:34:45 +00:00
version = "3.0.2";
2018-04-05 14:36:12 +00:00
src = fetchurl {
2020-04-21 16:34:45 +00:00
url = "https://registry.npmjs.org/redis/-/redis-3.0.2.tgz";
sha512 = "PNhLCrjU6vKVuMOyFu7oSP296mwBkcE6lrAjruBYG5LgdSqtRBoVQIylrMyVZD/lkF24RSNNatzvYag6HRBHjQ==";
2018-04-05 14:36:12 +00:00
};
dependencies = [
2020-04-21 16:34:45 +00:00
sources."denque-1.4.1"
sources."redis-commands-1.5.0"
sources."redis-errors-1.2.0"
sources."redis-parser-3.0.0"
2018-04-05 14:36:12 +00:00
];
buildInputs = globalBuildInputs;
meta = {
2020-04-21 16:34:45 +00:00
description = "A high performance Redis client.";
homepage = https://github.com/NodeRedis/node-redis;
2018-04-05 14:36:12 +00:00
license = "MIT";
};
production = true;
bypassCache = true;
2020-04-21 16:34:45 +00:00
reconstructLock = true;
2018-04-05 14:36:12 +00:00
};
}