DenReg/cli/deps.ts

11 lines
656 B
TypeScript
Raw Normal View History

2020-08-02 21:49:14 +00:00
export * as Compress from "https://deno.hibas123.de/raw/@denreg-tar/mod.ts";
2020-09-14 21:47:48 +00:00
export * as Ini from "https://deno.land/x/ini@v2.1.0/mod.ts";
2023-11-28 15:10:33 +00:00
export * as CliffyPrompt from "https://deno.land/x/cliffy@v1.0.0-rc.3/prompt/mod.ts";
export * as CliffyCommand from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/mod.ts";
export * as Cliffy from "https://deno.land/x/cliffy@v0.18.2/mod.ts";
2021-04-28 09:47:52 +00:00
export * as Base64 from "https://deno.land/std@0.95.0/encoding/base64.ts";
export * as FS from "https://deno.land/std@0.95.0/fs/mod.ts";
export * as Colors from "https://deno.land/std@0.95.0/fmt/colors.ts";
export * as Path from "https://deno.land/std@0.95.0/path/mod.ts";