# HG changeset patch # User Marcin Kuzminski # Date 2018-07-31 16:43:54 # Node ID ee25bd66650783091ce9dee26f26f38169613909 # Parent 2123969c5ae042866703218947dbace6a83b165f js: added QR library. diff --git a/package.json b/package.json --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "jquery": "1.11.3", "favico.js": "^0.3.10", "clipboard": "^2.0.1", + "qrious": "^4.0.2", "moment": "^2.18.1", "mousetrap": "^1.6.1", "appenlight-client": "git+https://git@github.com/AppEnlight/appenlight-client-js.git#0.5.1" diff --git a/pkgs/node-packages.nix b/pkgs/node-packages.nix --- a/pkgs/node-packages.nix +++ b/pkgs/node-packages.nix @@ -2192,6 +2192,15 @@ let sha1 = "c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"; }; }; + "qrious-4.0.2" = { + name = "qrious"; + packageName = "qrious"; + version = "4.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/qrious/-/qrious-4.0.2.tgz"; + sha512 = "xWPJIrK1zu5Ypn898fBp8RHkT/9ibquV2Kv24S/JY9VYEhMBMKur1gHVsOiNUh7PHP9uCgejjpZUHUIXXKoU/g=="; + }; + }; "qs-0.5.6" = { name = "qs"; packageName = "qs"; @@ -3267,6 +3276,7 @@ let sources."proto-list-1.2.4" sources."prr-1.0.1" sources."punycode-1.4.1" + sources."qrious-4.0.2" sources."qs-6.4.0" (sources."readable-stream-2.3.6" // { dependencies = [