Skip to main content
Module

x/velociraptor/deps.ts

The npm-style script runner for Deno
Go to Latest
File
export { default as levenshtein } from "https://deno.land/x/levenshtein@v1.0.1/mod.ts";export { parse as parseYaml } from "https://deno.land/std@0.75.0/encoding/yaml.ts";export { moveSync } from "https://deno.land/std@0.75.0/fs/move.ts";export { existsSync } from "https://deno.land/std@0.75.0/fs/exists.ts";export { ensureDirSync } from "https://deno.land/std@0.75.0/fs/ensure_dir.ts";export * as path from "https://deno.land/std@0.75.0/path/mod.ts";export * as logger from "https://deno.land/std@0.75.0/log/mod.ts";export { blue, bold, gray, red, yellow,} from "https://deno.land/std@0.75.0/fmt/colors.ts";export { ConsoleHandler } from "https://deno.land/std@0.75.0/log/handlers.ts";export { LogRecord } from "https://deno.land/std@0.75.0/log/logger.ts";export type { LevelName } from "https://deno.land/std@0.75.0/log/levels.ts";export { Command, CompletionsCommand, StringType,} from "https://deno.land/x/cliffy@v0.15.0/command/mod.ts";