deno.land / x / denon@2.5.0 / deps.ts

نووسراو ببینە
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.
// provide better logging, see src/log.tsexport * as log from "https://deno.land/x/branch@0.1.6/mod.ts";
// colors for a pretty cliexport { blue, bold, gray, green, italic, red, reset, setColorEnabled, yellow,} from "https://deno.land/std@0.125.0/fmt/colors.ts";
// configuration readingexport { exists, existsSync, walk, // ... and one type of file monitoring} from "https://deno.land/std@0.125.0/fs/mod.ts";
// configuration parsing (YAML)export { JSON_SCHEMA, parse as parseYaml,} from "https://deno.land/std@0.125.0/encoding/yaml.ts";
// file watching and directory matchingexport { dirname, extname, globToRegExp, relative, resolve,} from "https://deno.land/std@0.125.0/path/mod.ts";
// event controlexport { deferred, delay } from "https://deno.land/std@0.125.0/async/mod.ts";
// permission managementexport { grant } from "https://deno.land/std@0.125.0/permissions/mod.ts";
denon

Version Info

Tagged at
2 years ago