-
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/async@1.0.12",
"bytes/": "jsr:/@std/bytes@1.0.5/",
"crypto/": "jsr:/@std/crypto@1.0.4/",
"encoding/": "jsr:/@std/encoding@1.0.9/",
"fmt/": "jsr:/@std/fmt@1.0.6/",
"fs/": "jsr:/@std/fs@1.0.16/",
"http/": "jsr:/@std/http@1.0.14/",
"path": "jsr:@std/path@1.0.8",
"path/posix": "jsr:@std/path@1.0.8/posix",
"streams/": "jsr:/@std/streams@1.0.9/",
"tar": "jsr:/@std/tar@0.1.6",
"tar/": "jsr:/@std/tar@0.1.6/",
"uuid/": "jsr:/@std/uuid@1.0.6/",
"https://deno.land/std@0.91.0/path/mod.ts": "jsr:/@std/path@1.0.8",
"https://deno.land/std@0.91.0/path/": "jsr:/@std/path@1.0.8/",
"testing/": "jsr:/@std/testing@0.224.0/",
"flags": "jsr:/@std/flags@0.224.0",
"datetime/": "jsr:/@std/datetime@0.225.4/",
"dotenv": "jsr:/@std/dotenv@0.225.3",
"dotenv/": "jsr:/@std/dotenv@0.225.3/",
"io": "jsr:/@std/io@0.224.0",
"io/": "jsr:/@std/io@0.224.0/",
"log": "jsr:/@std/log@0.224.0",
"log/": "jsr:/@std/log@0.224.0/",
"zod": "npm:/zod@3.24.4",
"yaml": "https://cdn.skypack.dev/js-yaml@4.1.1",
"events/": "https://deno.land/x/events@v1.0.0/",
"cache/": "https://deno.land/x/cache@0.2.12/",
"cliffy/": "https://deno.land/x/cliffy@v1.0.0-rc.3/",
"deno_dom/": "https://deno.land/x/deno_dom@v0.1.41/",
"xmlp/": "https://deno.land/x/xmlp@v0.2.8/",
"xml/": "https://deno.land/x/xml@2.1.1/",
"another_cookiejar/": "https://deno.land/x/another_cookiejar@v5.0.3/",
"semver/": "https://deno.land/x/semver@v1.4.0/",
"media_types/": "https://deno.land/x/media_types@v2.10.1/",
"dayjs/": "https://cdn.skypack.dev/dayjs@1.8.21/",
"moment-guess": "https://cdn.skypack.dev/moment-guess@1.2.4",
"ansi_up": "https://cdn.skypack.dev/ansi_up@v6.0.2",
"lodash/": "npm:/lodash@4.17.21/",
"acorn-class-fields": "npm:/acorn-class-fields@1.0.0",
"acorn/acorn": "https://cdn.skypack.dev/acorn@8.4.0",
"acorn/walk": "https://cdn.skypack.dev/acorn-walk@8.2.0",
"binary-search-bounds": "https://cdn.skypack.dev/binary-search-bounds@2.0.5",
"blueimpMd5": "https://cdn.skypack.dev/blueimp-md5@2.19.0",
"diff": "https://cdn.skypack.dev/diff@5.0.0",
"observablehq/parser": "https://cdn.skypack.dev/@observablehq/parser@4.5.0",
"js-yaml": "https://cdn.skypack.dev/js-yaml@4.1.0",
"slimdom": "https://cdn.skypack.dev/slimdom@4.2.0",
"fontoxpath": "https://cdn.skypack.dev/fontoxpath@3.29.1",
"scss-parser": "https://cdn.skypack.dev/scss-parser@1.0.6",
"puppeteer": "https://deno.land/x/puppeteer@9.0.2/mod.ts",
"pagefind": "npm:/pagefind@1.3.0",
"pdfjs-dist": "npm:pdfjs-dist@4.9.155",
"https://deno.land/std@0.196.0/console/unicode_width.ts": "https://deno.land/std@0.224.0/console/unicode_width.ts",
"https://deno.land/std@0.161.0/": "https://deno.land/std@0.217.0/",
"https://deno.land/std@0.101.0/": "https://deno.land/std@0.217.0/",
"https://deno.land/std@0.105.0/": "https://deno.land/std@0.217.0/",
"https://deno.land/std@0.93.0/encoding/base64.ts": "https://deno.land/std@0.196.0/encoding/base64.ts",
"https://deno.land/std@0.93.0/path/mod.ts": "https://deno.land/std@0.204.0/path/mod.ts",
"https://deno.land/std@0.93.0/": "https://deno.land/std@0.217.0/",
"https://deno.land/std@0.91.0/fs/exists.ts": "https://deno.land/std@0.217.0/fs/exists.ts",
"https://deno.land/std@0.91.0/fs/ensure_dir.ts": "https://deno.land/std@0.217.0/fs/ensure_dir.ts"
}
}