Skip to main content
Module

x/aleph/deps.ts

The Full-stack Framework in Deno.
Very Popular
Go to Latest
File

export { Tar, Untar } from 'https://deno.land/std@0.70.0/archive/tar.ts'export * as colors from 'https://deno.land/std@0.70.0/fmt/colors.ts'export { ensureDir } from 'https://deno.land/std@0.70.0/fs/ensure_dir.ts'export { ensureFile } from 'https://deno.land/std@0.70.0/fs/ensure_file.ts'export { walk } from 'https://deno.land/std@0.70.0/fs/walk.ts'export { Sha1 } from 'https://deno.land/std@0.70.0/hash/sha1.ts'export * from 'https://deno.land/std@0.70.0/http/server.ts'export { fromStreamReader } from 'https://deno.land/std@0.70.0/io/mod.ts'export * as path from 'https://deno.land/std@0.70.0/path/mod.ts'export * as ws from 'https://deno.land/std@0.70.0/ws/mod.ts'export { gzipDecode, gzipEncode } from 'https://deno.land/x/wasm_gzip@v1.0.0/mod.ts'export { minify } from 'https://esm.sh/[terser@5.3.2,typescript@4.0.3]/terser'export { default as ts } from 'https://esm.sh/[terser@5.3.2,typescript@4.0.3]/typescript'export { default as AnsiUp } from './vendor/ansi-up/ansi-up.ts'export { default as less } from './vendor/less/less.js'import './vendor/clean-css-builds/v4.2.2.js'