Merge pull request #200010 from terlar/add-localtunnel

This commit is contained in:
Sandro 2022-11-08 02:22:18 +01:00 committed by GitHub
commit 281d598b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 0 deletions

View File

@ -57,6 +57,7 @@
kaput-cli = "kaput";
leetcode-cli = "leetcode";
less = "lessc";
localtunnel = "lt";
lua-fmt = "luafmt";
markdownlint-cli = "markdownlint";
near-cli = "near";

View File

@ -209,6 +209,7 @@
, "less-plugin-clean-css"
, "live-server"
, "livedown"
, "localtunnel"
, "lodash"
, "lua-fmt"
, "lv_font_conv"

View File

@ -121329,6 +121329,47 @@ in
bypassCache = true;
reconstructLock = true;
};
localtunnel = nodeEnv.buildNodePackage {
name = "localtunnel";
packageName = "localtunnel";
version = "2.0.2";
src = fetchurl {
url = "https://registry.npmjs.org/localtunnel/-/localtunnel-2.0.2.tgz";
sha512 = "n418Cn5ynvJd7m/N1d9WVJISLJF/ellZnfsLnx8WBWGzxv/ntNcFkJ1o6se5quUhCplfLGBNL5tYHiq5WF3Nug==";
};
dependencies = [
sources."ansi-regex-5.0.1"
sources."ansi-styles-4.3.0"
sources."axios-0.21.4"
sources."cliui-7.0.4"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
sources."debug-4.3.2"
sources."emoji-regex-8.0.0"
sources."escalade-3.1.1"
sources."follow-redirects-1.15.2"
sources."get-caller-file-2.0.5"
sources."is-fullwidth-code-point-3.0.0"
sources."ms-2.1.2"
sources."openurl-1.1.1"
sources."require-directory-2.1.1"
sources."string-width-4.2.3"
sources."strip-ansi-6.0.1"
sources."wrap-ansi-7.0.0"
sources."y18n-5.0.8"
sources."yargs-17.1.1"
sources."yargs-parser-20.2.9"
];
buildInputs = globalBuildInputs;
meta = {
description = "Expose localhost to the world";
homepage = "https://github.com/localtunnel/localtunnel#readme";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
lodash = nodeEnv.buildNodePackage {
name = "lodash";
packageName = "lodash";