nodePackages.he: init at 1.2.0

This commit is contained in:
Joe Hermaszewski 2020-05-01 12:53:43 +08:00 committed by Dmitry Kalinkin
parent 74ff4f65ca
commit d6c0115cee
No known key found for this signature in database
GPG key ID: 06AF1D3C38F04E0E
2 changed files with 19 additions and 0 deletions

View file

@ -81,6 +81,7 @@
, "gtop"
, "gulp"
, "gulp-cli"
, "he"
, "html-minifier"
, "htmlhint"
, "http-server"

View file

@ -62544,6 +62544,24 @@ in
bypassCache = true;
reconstructLock = true;
};
he = nodeEnv.buildNodePackage {
name = "he";
packageName = "he";
version = "1.2.0";
src = fetchurl {
url = "https://registry.npmjs.org/he/-/he-1.2.0.tgz";
sha512 = "F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==";
};
buildInputs = globalBuildInputs;
meta = {
description = "A robust HTML entities encoder/decoder with full Unicode support.";
homepage = https://mths.be/he;
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
html-minifier = nodeEnv.buildNodePackage {
name = "html-minifier";
packageName = "html-minifier";