summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/go-shortener/node-packages.nix
blob: 613e31ba052be5085f4aa8cb4315dc87d28db81b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# This file has been generated by node2nix 1.7.0. Do not edit!

{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:

let
  sources = {
    "denque-1.4.1" = {
      name = "denque";
      packageName = "denque";
      version = "1.4.1";
      src = fetchurl {
        url = "https://registry.npmjs.org/denque/-/denque-1.4.1.tgz";
        sha512 = "OfzPuSZKGcgr96rf1oODnfjqBFmr1DVoc/TrItj3Ohe0Ah1C5WX5Baquw/9U9KovnQ88EqmJbD66rKYUQYN1tQ==";
      };
    };
    "redis-commands-1.5.0" = {
      name = "redis-commands";
      packageName = "redis-commands";
      version = "1.5.0";
      src = fetchurl {
        url = "https://registry.npmjs.org/redis-commands/-/redis-commands-1.5.0.tgz";
        sha512 = "6KxamqpZ468MeQC3bkWmCB1fp56XL64D4Kf0zJSwDZbVLLm7KFkoIcHrgRvQ+sk8dnhySs7+yBg94yIkAK7aJg==";
      };
    };
    "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" = {
      name = "redis-parser";
      packageName = "redis-parser";
      version = "3.0.0";
      src = fetchurl {
        url = "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz";
        sha1 = "b66d828cdcafe6b4b8a428a7def4c6bcac31c8b4";
      };
    };
  };
in
{
  formidable = nodeEnv.buildNodePackage {
    name = "formidable";
    packageName = "formidable";
    version = "1.2.2";
    src = fetchurl {
      url = "https://registry.npmjs.org/formidable/-/formidable-1.2.2.tgz";
      sha512 = "V8gLm+41I/8kguQ4/o1D3RIHRmhYFG4pnNyonvua+40rqcEmT4+V71yaZ3B457xbbgCsCfjSPi65u/W6vK1U5Q==";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "A node.js module for parsing form data, especially file uploads.";
      homepage = https://github.com/node-formidable/formidable;
      license = "MIT";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
  redis = nodeEnv.buildNodePackage {
    name = "redis";
    packageName = "redis";
    version = "3.0.2";
    src = fetchurl {
      url = "https://registry.npmjs.org/redis/-/redis-3.0.2.tgz";
      sha512 = "PNhLCrjU6vKVuMOyFu7oSP296mwBkcE6lrAjruBYG5LgdSqtRBoVQIylrMyVZD/lkF24RSNNatzvYag6HRBHjQ==";
    };
    dependencies = [
      sources."denque-1.4.1"
      sources."redis-commands-1.5.0"
      sources."redis-errors-1.2.0"
      sources."redis-parser-3.0.0"
    ];
    buildInputs = globalBuildInputs;
    meta = {
      description = "A high performance Redis client.";
      homepage = https://github.com/NodeRedis/node-redis;
      license = "MIT";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}