nodePackages.diff2html-cli: init at 5.2.9

This commit is contained in:
Malo Bourgon 2023-04-13 15:47:35 -07:00
parent 432cd8cfae
commit a2510be022
3 changed files with 76 additions and 0 deletions

View File

@ -44,6 +44,7 @@
clubhouse-cli = "club";
conventional-changelog-cli = "conventional-changelog";
cpy-cli = "cpy";
diff2html-cli = "diff2html";
dockerfile-language-server-nodejs = "docker-langserver";
fast-cli = "fast";
fauna-shell = "fauna";

View File

@ -120,6 +120,7 @@
, "degit"
, "dhcp"
, "diagnostic-languageserver"
, "diff2html-cli"
, "dockerfile-language-server-nodejs"
, "elasticdump"
, "@electron-forge/cli"

View File

@ -100864,6 +100864,80 @@ in
bypassCache = true;
reconstructLock = true;
};
diff2html-cli = nodeEnv.buildNodePackage {
name = "diff2html-cli";
packageName = "diff2html-cli";
version = "5.2.9";
src = fetchurl {
url = "https://registry.npmjs.org/diff2html-cli/-/diff2html-cli-5.2.9.tgz";
sha512 = "XnmHoandwNeT7dW8bVnims4Jgeb70Rgg34ruUFSxDq9UH04fM42coF5InrATCerXIL8fWGH4qx4da/IqdeI4iw==";
};
dependencies = [
sources."abbrev-1.1.1"
sources."ansi-regex-5.0.1"
sources."ansi-styles-4.3.0"
sources."arch-2.2.0"
sources."clipboardy-2.3.0"
sources."cliui-8.0.1"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
sources."cross-spawn-6.0.5"
sources."define-lazy-prop-2.0.0"
sources."diff-5.1.0"
sources."diff2html-3.4.34"
sources."emoji-regex-8.0.0"
sources."encoding-0.1.13"
sources."end-of-stream-1.4.4"
sources."escalade-3.1.1"
sources."execa-1.0.0"
sources."get-caller-file-2.0.5"
sources."get-stream-4.1.0"
sources."hogan.js-3.0.2"
sources."iconv-lite-0.6.3"
sources."is-docker-2.2.1"
sources."is-fullwidth-code-point-3.0.0"
sources."is-stream-1.1.0"
sources."is-wsl-2.2.0"
sources."isexe-2.0.0"
sources."mkdirp-0.3.0"
sources."nice-try-1.0.5"
sources."node-fetch-2.6.9"
sources."nopt-1.0.10"
sources."npm-run-path-2.0.2"
sources."once-1.4.0"
sources."open-8.4.2"
sources."p-finally-1.0.0"
sources."path-key-2.0.1"
sources."pump-3.0.0"
sources."require-directory-2.1.1"
sources."safer-buffer-2.1.2"
sources."semver-5.7.1"
sources."shebang-command-1.2.0"
sources."shebang-regex-1.0.0"
sources."signal-exit-3.0.7"
sources."string-width-4.2.3"
sources."strip-ansi-6.0.1"
sources."strip-eof-1.0.0"
sources."tr46-0.0.3"
sources."webidl-conversions-3.0.1"
sources."whatwg-url-5.0.0"
sources."which-1.3.1"
sources."wrap-ansi-7.0.0"
sources."wrappy-1.0.2"
sources."y18n-5.0.8"
sources."yargs-17.7.1"
sources."yargs-parser-21.1.1"
];
buildInputs = globalBuildInputs;
meta = {
description = "Fast Diff to colorized HTML";
homepage = "https://diff2html.xyz/index.html#cli";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
dockerfile-language-server-nodejs = nodeEnv.buildNodePackage {
name = "dockerfile-language-server-nodejs";
packageName = "dockerfile-language-server-nodejs";