This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathdeps.ts
More file actions
30 lines (24 loc) · 1.39 KB
/
deps.ts
File metadata and controls
30 lines (24 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
export {
assertEquals,
assertThrows,
} from 'https://deno.land/std@0.151.0/testing/asserts.ts';;
export * as Path from "https://deno.land/std@0.151.0/path/mod.ts";
export * as FS from "https://deno.land/std@0.151.0/fs/mod.ts";
export * as Log from "https://deno.land/std@0.151.0/log/mod.ts";
export * as QueryString from "https://deno.land/x/querystring@v1.0.2/mod.js";
export {
sortBy
} from "https://raw.githubusercontent.com/lodash/lodash/4.17.21-es/lodash.js";
export { Type, type Static } from "https://deno.land/x/typebox@0.28.10/src/typebox.ts";
export * as Typebox from "https://deno.land/x/typebox@0.28.10/src/typebox.ts";
export { default as Ajv } from "https://esm.sh/v86/ajv@8.11.0";
export { default as AjvFormats } from "https://esm.sh/v86/ajv-formats@2.1.1";
export * as Cliffy from "https://deno.land/x/cliffy@v0.25.6/mod.ts";
export { default as stripIndent } from "https://esm.sh/v86/strip-indent@4.0.0";
export { default as YAML } from "https://esm.sh/v86/js-yaml@4.1.0";
export { default as pipe } from "https://deno.land/x/froebel@v0.20.0/pipe.ts";
export { openAWebsite } from "https://deno.land/x/open_a_website@0.1.1/mod.ts";
export { isURL } from "https://deno.land/x/is_url/mod.ts";
export { sleep } from "https://deno.land/x/sleep@v1.2.1/mod.ts";
export { tgz } from "https://deno.land/x/compress@v0.4.4/mod.ts";
export { download } from "https://deno.land/x/download@v1.0.1/mod.ts";