-
Notifications
You must be signed in to change notification settings - Fork 0
/
import_map.json
34 lines (34 loc) Β· 1.52 KB
/
import_map.json
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
{
"imports": {
"@fluentci.io/dagger": "https://sdk.fluentci.io/v0.1.9/mod.ts",
"@dagger.io/dagger": "https://esm.sh/v128/*@dagger.io/[email protected]",
"graphql-tag": "https://esm.sh/v128/[email protected]",
"graphql-request": "https://esm.sh/v128/[email protected]",
"fluent_gitlab_ci": "https://deno.land/x/[email protected]/mod.ts",
"fluent_github_actions": "https://deno.land/x/[email protected]/mod.ts",
"fluent_circleci": "https://deno.land/x/[email protected]/mod.ts",
"fluent_azure_pipelines": "https://deno.land/x/[email protected]/mod.ts",
"fluent_aws_codepipeline": "https://deno.land/x/[email protected]/mod.ts",
"url": "node:url",
"readline": "node:readline",
"process": "node:process",
"path": "node:path",
"os": "node:os",
"fs": "node:fs",
"crypto": "node:crypto"
},
"scopes": {
"https://esm.sh/v128/": {
"@lifeomic/axios-fetch": "https://esm.sh/v128/@lifeomic/[email protected]",
"adm-zip": "https://esm.sh/v128/[email protected]",
"env-paths": "https://esm.sh/v128/[email protected]",
"execa": "https://esm.sh/v128/[email protected]",
"graphql-request": "https://esm.sh/v128/[email protected]",
"graphql-tag": "https://esm.sh/v128/[email protected]",
"graphql": "https://esm.sh/v128/[email protected]",
"node-color-log": "https://esm.sh/v128/[email protected]",
"node-fetch": "https://esm.sh/v128/[email protected]",
"tar": "https://esm.sh/v128/[email protected]"
}
}
}