-
Notifications
You must be signed in to change notification settings - Fork 432
Expand file tree
/
Copy pathimport_map.json
More file actions
74 lines (66 loc) · 3.42 KB
/
import_map.json
File metadata and controls
74 lines (66 loc) · 3.42 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"imports": {
"async": "jsr:/@std/[email protected]",
"bytes/": "jsr:/@std/[email protected]/",
"crypto/": "jsr:/@std/[email protected]/",
"encoding/": "jsr:/@std/[email protected]/",
"fmt/": "jsr:/@std/[email protected]/",
"fs/": "jsr:/@std/[email protected]/",
"http/": "jsr:/@std/[email protected]/",
"path": "jsr:@std/[email protected]",
"path/posix": "jsr:@std/[email protected]/posix",
"streams/": "jsr:/@std/[email protected]/",
"tar": "jsr:/@std/[email protected]",
"tar/": "jsr:/@std/[email protected]/",
"uuid/": "jsr:/@std/[email protected]/",
"https://deno.land/[email protected]/path/mod.ts": "jsr:/@std/[email protected]",
"https://deno.land/[email protected]/path/": "jsr:/@std/[email protected]/",
"testing/": "jsr:/@std/[email protected]/",
"flags": "jsr:/@std/[email protected]",
"datetime/": "jsr:/@std/[email protected]/",
"dotenv": "jsr:/@std/[email protected]",
"dotenv/": "jsr:/@std/[email protected]/",
"io": "jsr:/@std/[email protected]",
"io/": "jsr:/@std/[email protected]/",
"log": "jsr:/@std/[email protected]",
"log/": "jsr:/@std/[email protected]/",
"zod": "npm:/[email protected]",
"yaml": "https://cdn.skypack.dev/[email protected]",
"events/": "https://deno.land/x/[email protected]/",
"cache/": "https://deno.land/x/[email protected]/",
"cliffy/": "https://deno.land/x/[email protected]/",
"deno_dom/": "https://deno.land/x/[email protected]/",
"xmlp/": "https://deno.land/x/[email protected]/",
"xml/": "https://deno.land/x/[email protected]/",
"another_cookiejar/": "https://deno.land/x/[email protected]/",
"semver/": "https://deno.land/x/[email protected]/",
"media_types/": "https://deno.land/x/[email protected]/",
"dayjs/": "https://cdn.skypack.dev/[email protected]/",
"moment-guess": "https://cdn.skypack.dev/[email protected]",
"ansi_up": "https://cdn.skypack.dev/[email protected]",
"lodash/": "npm:/[email protected]/",
"acorn-class-fields": "npm:/[email protected]",
"acorn/acorn": "https://cdn.skypack.dev/[email protected]",
"acorn/walk": "https://cdn.skypack.dev/[email protected]",
"binary-search-bounds": "https://cdn.skypack.dev/[email protected]",
"blueimpMd5": "https://cdn.skypack.dev/[email protected]",
"diff": "https://cdn.skypack.dev/[email protected]",
"observablehq/parser": "https://cdn.skypack.dev/@observablehq/[email protected]",
"js-yaml": "https://cdn.skypack.dev/[email protected]",
"slimdom": "https://cdn.skypack.dev/[email protected]",
"fontoxpath": "https://cdn.skypack.dev/[email protected]",
"scss-parser": "https://cdn.skypack.dev/[email protected]",
"puppeteer": "https://deno.land/x/[email protected]/mod.ts",
"pagefind": "npm:/[email protected]",
"pdfjs-dist": "npm:[email protected]",
"https://deno.land/[email protected]/console/unicode_width.ts": "https://deno.land/[email protected]/console/unicode_width.ts",
"https://deno.land/[email protected]/": "https://deno.land/[email protected]/",
"https://deno.land/[email protected]/": "https://deno.land/[email protected]/",
"https://deno.land/[email protected]/": "https://deno.land/[email protected]/",
"https://deno.land/[email protected]/encoding/base64.ts": "https://deno.land/[email protected]/encoding/base64.ts",
"https://deno.land/[email protected]/path/mod.ts": "https://deno.land/[email protected]/path/mod.ts",
"https://deno.land/[email protected]/": "https://deno.land/[email protected]/",
"https://deno.land/[email protected]/fs/exists.ts": "https://deno.land/[email protected]/fs/exists.ts",
"https://deno.land/[email protected]/fs/ensure_dir.ts": "https://deno.land/[email protected]/fs/ensure_dir.ts"
}
}