Skip to main content
Module

x/velociraptor/deps.ts

The npm-style script runner for Deno
Go to Latest
File
export { stringSimilarity } from "https://unpkg.com/string-similarity-js@2.1.2/src/string-similarity.ts";export { parse as parseYaml } from "https://deno.land/std@v1.0.0-rc1/encoding/yaml.ts";export { readJsonSync } from "https://deno.land/std@v1.0.0-rc1/fs/read_json.ts";export { readFileStrSync } from "https://deno.land/std@v1.0.0-rc1/fs/read_file_str.ts";export { existsSync } from "https://deno.land/std@v1.0.0-rc1/fs/exists.ts";export * as path from "https://deno.land/std@v1.0.0-rc1/path/mod.ts";export * as logger from "https://deno.land/std@v1.0.0-rc1/log/mod.ts";export { blue, yellow, red, bold, gray,} from "https://deno.land/std@v1.0.0-rc1/fmt/colors.ts";export { ConsoleHandler } from "https://deno.land/std@v1.0.0-rc1/log/handlers.ts";export { LogRecord } from "https://deno.land/std@v1.0.0-rc1/log/logger.ts";export { isWindows } from "https://deno.land/std@v1.0.0-rc1/path/constants.ts";