nodePackages.elm-test: init at 0.18.9

This commit is contained in:
Ollie Charles 2017-11-14 15:07:27 +00:00
parent 097b2823cb
commit 9b90330c1d
3 changed files with 1255 additions and 885 deletions

View File

@ -697,13 +697,13 @@ let
sha1 = "450d4dc9fa70de732762fbd2d4a28981419a0ccf"; sha1 = "450d4dc9fa70de732762fbd2d4a28981419a0ccf";
}; };
}; };
"clone-1.0.2" = { "clone-1.0.3" = {
name = "clone"; name = "clone";
packageName = "clone"; packageName = "clone";
version = "1.0.2"; version = "1.0.3";
src = fetchurl { src = fetchurl {
url = "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz"; url = "https://registry.npmjs.org/clone/-/clone-1.0.3.tgz";
sha1 = "260b7a99ebb1edfe247538175f783243cb19d149"; sha1 = "298d7e2231660f40c003c2ed3140decf3f53085f";
}; };
}; };
"clone-stats-0.0.1" = { "clone-stats-0.0.1" = {
@ -2443,13 +2443,13 @@ let
sha1 = "e8381cbebb5b5fd0ca8d2b09f6a0181a158db34d"; sha1 = "e8381cbebb5b5fd0ca8d2b09f6a0181a158db34d";
}; };
}; };
"ws-1.1.4" = { "ws-1.1.5" = {
name = "ws"; name = "ws";
packageName = "ws"; packageName = "ws";
version = "1.1.4"; version = "1.1.5";
src = fetchurl { src = fetchurl {
url = "https://registry.npmjs.org/ws/-/ws-1.1.4.tgz"; url = "https://registry.npmjs.org/ws/-/ws-1.1.5.tgz";
sha1 = "57f40d036832e5f5055662a397c4de76ed66bf61"; sha512 = "3iv2yz706h7wyg563jsfjdykkkxs8j49vz60r6qx5by0npfhs98rgc114kdqs15sc52mldscc22bkfpkrs08cwlqaxx8lfdjn5alwm3";
}; };
}; };
"yargs-3.32.0" = { "yargs-3.32.0" = {
@ -4350,7 +4350,7 @@ in
}) })
(sources."vinyl-0.5.3" // { (sources."vinyl-0.5.3" // {
dependencies = [ dependencies = [
sources."clone-1.0.2" sources."clone-1.0.3"
sources."clone-stats-0.0.1" sources."clone-stats-0.0.1"
]; ];
}) })
@ -4602,7 +4602,7 @@ in
dependencies = [ dependencies = [
(sources."defaults-1.0.3" // { (sources."defaults-1.0.3" // {
dependencies = [ dependencies = [
sources."clone-1.0.2" sources."clone-1.0.3"
]; ];
}) })
(sources."glob-stream-3.1.18" // { (sources."glob-stream-3.1.18" // {
@ -5764,7 +5764,7 @@ in
sources."isexe-2.0.0" sources."isexe-2.0.0"
]; ];
}) })
(sources."ws-1.1.4" // { (sources."ws-1.1.5" // {
dependencies = [ dependencies = [
sources."options-0.0.6" sources."options-0.0.6"
sources."ultron-1.0.2" sources."ultron-1.0.2"
@ -5816,7 +5816,7 @@ in
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
description = "Web Inspector based nodeJS debugger"; description = "Web Inspector based nodeJS debugger";
homepage = https://github.com/node-inspector/node-inspector; homepage = http://github.com/node-inspector/node-inspector;
}; };
production = true; production = true;
}; };

View File

@ -12,6 +12,7 @@
, "dnschain" , "dnschain"
, "docker-registry-server" , "docker-registry-server"
, "elasticdump" , "elasticdump"
, "elm-test"
, "emoj" , "emoj"
, "eslint" , "eslint"
, "eslint_d" , "eslint_d"

File diff suppressed because it is too large Load Diff