forked from medigy/governance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.ts
21 lines (20 loc) · 1.56 KB
/
deps.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Dependencies needed by multiple modules in this library; if a dependency
// is required only for a single module, those will be in <module>/deps.ts
// subdirectory
export * as fs from "https://deno.land/[email protected]/fs/mod.ts";
export * as path from "https://deno.land/[email protected]/path/mod.ts";
export * as docopt from "https://denopkg.com/Eyal-Shalev/[email protected]/src/docopt.ts";
export * as governedInstr from "https://denopkg.com/gov-suite/[email protected]/core/mod.ts";
export * as govnDataCLI from "https://denopkg.com/gov-suite/[email protected]/cli.ts";
export * as govnData from "https://denopkg.com/gov-suite/[email protected]/mod.ts";
export * as serializeJS from "https://denopkg.com/shah/[email protected]/src/index.ts";
export * as serializeJsStringify from "https://denopkg.com/shah/[email protected]/src/stringify.ts";
export * as serializeJsTypes from "https://denopkg.com/shah/[email protected]/src/types.ts";
export * as inflect from "https://denopkg.com/shah/[email protected]/mod.ts";
export * as inspect from "https://denopkg.com/shah/[email protected]/mod.ts";
export * as inspText from "https://denopkg.com/shah/[email protected]/text/mod.ts";
export * as nihLhcForms from "https://denopkg.com/shah/[email protected]/mod.ts";
// export * as inspect from "../../shah/ts-inspect/mod.ts";
// export * as inspText from "../../shah/ts-inspect/text/mod.ts";
// export * as nihLhcForms from "../../shah/ts-lhncbc-lforms/mod.ts";
export * as safety from "https://denopkg.com/shah/[email protected]/mod.ts";