nodePackages.he: init at 1.2.0
This commit is contained in:
parent
74ff4f65ca
commit
d6c0115cee
|
@ -81,6 +81,7 @@
|
|||
, "gtop"
|
||||
, "gulp"
|
||||
, "gulp-cli"
|
||||
, "he"
|
||||
, "html-minifier"
|
||||
, "htmlhint"
|
||||
, "http-server"
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue