-
Notifications
You must be signed in to change notification settings - Fork 12
/
import_map.json
45 lines (45 loc) · 2.12 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
35
36
37
38
39
40
41
42
43
44
45
{
"imports": {
"@david/dax": "jsr:@david/[email protected]",
"@std/archive/": "jsr:/@std/archive@^0.225.0/",
"@std/assert": "jsr:@std/assert@^1.0.6",
"@std/assert/": "jsr:/@std/assert@^1.0.6/",
"@std/cli/": "jsr:/@std/cli@^1.0.4/",
"@std/collections/": "jsr:/@std/collections@^1.0.5/",
"@std/encoding/": "jsr:/@std/encoding@^1.0.2/",
"@std/fs": "jsr:@std/fs@^1.0.1",
"@std/fs/": "jsr:/@std/fs@^1.0.1/",
"@std/http/": "jsr:/@std/http@^1.0.3/",
"@std/io/": "jsr:/@std/io@^0.224.5/",
"@std/path": "jsr:@std/path@^1.0.2",
"@std/path/": "jsr:/@std/path@^1.0.2/",
"@std/uuid": "jsr:@std/uuid@^1.0.1",
"aws-sdk/client-s3": "https://esm.sh/@aws-sdk/[email protected]?pin=v135",
"aws-sdk/lib-storage": "https://esm.sh/@aws-sdk/[email protected]?pin=v135",
"aws-sdk/s3-request-presigner": "https://esm.sh/@aws-sdk/[email protected]?pin=v135",
"dispose": "https://deno.land/x/[email protected]/mod.ts",
"graphql": "npm:[email protected]",
"jwt": "https://deno.land/x/[email protected]/mod.ts",
"monads": "https://deno.land/x/[email protected]/mod.ts",
"native": "./src/typegate/engine/bindings.ts",
"redis": "https://deno.land/x/[email protected]/mod.ts",
"zod": "https://deno.land/x/[email protected]/mod.ts",
"@std/crypto": "jsr:@std/crypto@^1.0.2",
"@std/log": "jsr:@std/log@^0.224.5",
"@std/semver": "jsr:@std/semver@^1.0.1",
"@std/url": "jsr:@std/url@^0.225.0",
"@std/async_old/": "https://deno.land/[email protected]/async/",
"chance": "npm:[email protected]",
"compress/": "https://deno.land/x/[email protected]/",
"dataloader": "npm:[email protected]",
"graphql/ast": "npm:[email protected]/language/ast.js",
"graphql/characters": "npm:[email protected]/language/characterClasses.js",
"levenshtein": "https://deno.land/x/[email protected]/mod.ts",
"lodash": "npm:[email protected]",
"oauth2_client": "https://deno.land/x/[email protected]/mod.ts",
"sentry": "npm:@sentry/[email protected]",
"swc": "https://deno.land/x/[email protected]/mod.ts",
"swc/types": "https://esm.sh/@swc/[email protected]/types.d.ts?pin=v131",
"validator": "npm:[email protected]"
}
}