deno.land / std@0.166.0 / node / _tools / import_map.json

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
{ "scopes": { "test/common/": { "module": "../module.ts" }, "test/parallel/": { "assert": "../assert.ts", "node:assert": "../assert.ts", "child_process": "../child_process.ts", "events": "../events.ts", "fs": "../fs.ts", "node:fs": "../fs.ts", "node:fs/promises": "../fs/promises.ts", "http": "../http.ts", "internal/errors": "../internal/errors.ts", "internal/readline/utils": "../internal/readline/utils.mjs", "net": "../net.ts", "path": "../path.ts", "node:path": "../path.ts", "perf_hooks": "../perf_hooks.ts", "node:process": "../process.ts", "node:readline": "../readline.ts", "readline/promises": "../readline/promises.ts", "stream": "../stream.ts", "node:stream": "../stream.ts", "stream/web": "../stream/web.ts", "node:timers": "../timers.ts", "timers/promises": "../timers/promises.ts", "url": "../url.ts", "node:util": "../util.ts", "worker_threads": "../worker_threads.ts" } }}
std

Version Info

Tagged at
a year ago