forked from denoland/std
-
Notifications
You must be signed in to change notification settings - Fork 1
/
import_map.json
51 lines (50 loc) · 2.06 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
46
47
48
49
50
51
{
"imports": {
"@deno/graph": "jsr:@deno/graph@^0.82",
"@deno/doc": "jsr:@deno/[email protected]",
"npm:/typescript": "npm:[email protected]",
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/",
"graphviz": "npm:node-graphviz@^0.1.1",
"@std/archive": "jsr:@std/archive@^0.225.3",
"@std/assert": "jsr:@std/assert@^1.0.5",
"@std/async": "jsr:@std/async@^1.0.5",
"@std/bytes": "jsr:@std/bytes@^1.0.2",
"@std/cache": "jsr:@std/cache@^0.1.3",
"@std/cli": "jsr:@std/cli@^1.0.6",
"@std/collections": "jsr:@std/collections@^1.0.6",
"@std/crypto": "jsr:@std/crypto@^1.0.3",
"@std/csv": "jsr:@std/csv@^1.0.3",
"@std/data-structures": "jsr:@std/data-structures@^1.0.4",
"@std/datetime": "jsr:@std/datetime@^0.225.2",
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
"@std/encoding": "jsr:@std/encoding@^1.0.5",
"@std/expect": "jsr:@std/expect@^1.0.3",
"@std/fmt": "jsr:@std/fmt@^1.0.2",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.3",
"@std/html": "jsr:@std/html@^1.0.3",
"@std/http": "jsr:@std/http@^1.0.6",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.4",
"@std/internal": "jsr:@std/internal@^1.0.3",
"@std/io": "jsr:@std/io@^0.224.8",
"@std/json": "jsr:@std/json@^1.0.0",
"@std/jsonc": "jsr:@std/jsonc@^1.0.1",
"@std/log": "jsr:@std/log@^0.224.7",
"@std/media-types": "jsr:@std/media-types@^1.0.3",
"@std/msgpack": "jsr:@std/msgpack@^1.0.2",
"@std/net": "jsr:@std/net@^1.0.4",
"@std/path": "jsr:@std/path@^1.0.6",
"@std/regexp": "jsr:@std/regexp@^1.0.0",
"@std/random": "jsr:@std/random@^0.1.0",
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.5",
"@std/tar": "jsr:@std/tar@^0.1.1",
"@std/testing": "jsr:@std/testing@^1.0.2",
"@std/text": "jsr:@std/text@^1.0.6",
"@std/toml": "jsr:@std/toml@^1.0.1",
"@std/ulid": "jsr:@std/ulid@^1.0.0",
"@std/uuid": "jsr:@std/uuid@^1.0.4",
"@std/webgpu": "jsr:@std/webgpu@^0.224.7",
"@std/yaml": "jsr:@std/yaml@^1.0.5"
}
}