forked from denoland/std
-
Notifications
You must be signed in to change notification settings - Fork 0
/
import_map.json
56 lines (53 loc) · 2.07 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
52
53
54
55
56
{
"imports": {
"@deno/graph": "jsr:@deno/graph@^0.82",
"@deno/doc": "jsr:@deno/doc@0.148",
"graphviz": "npm:node-graphviz@^0.1.1",
"@std/semver": "jsr:@std/semver",
"@std/fs": "jsr:@std/fs",
"@std/path": "jsr:@std/path",
"@std/async": "jsr:@std/async",
"@std/fmt": "jsr:@std/fmt",
"@std/collections": "jsr:@std/collections",
"@std/expect": "jsr:@std/expect",
"@std/assert": "jsr:@std/assert",
"@std/dotenv": "jsr:@std/dotenv",
"@std/jsonc": "jsr:@std/jsonc",
"@std/ulid": "jsr:@std/ulid",
"@std/cli": "jsr:@std/cli",
"@std/io": "jsr:@std/io",
"@std/testing": "jsr:@std/testing",
"@artifact/files": "jsr:@artifact/files@^0.0.1",
"@artifact/openai": "jsr:@artifact/openai@^0.0.1",
"@artifact/dumb-bot": "jsr:@artifact/dumb-bot@^0.0.16",
"@artifact/reasoner": "jsr:@artifact/reasoner@^0.0.2",
"@artifact/fixture": "jsr:@artifact/fixture@^0.0.1",
"@artifact/hamr": "jsr:@artifact/hamr@^0.0.1",
"@artifact/info": "jsr:@artifact/info@^0.0.1",
"@artifact/evals": "jsr:@artifact/evals@^0.0.1",
"@artifact/napp-tools": "jsr:@artifact/napp-tools@^0.0.1",
"@apideck/better-ajv-errors": "npm:@apideck/better-ajv-errors",
"@kitsonk/kv-toolbox": "jsr:@kitsonk/kv-toolbox",
"@noble/hashes": "npm:@noble/hashes",
"@noble/secp256k1": "npm:@noble/secp256k1",
"@scure/base": "npm:@scure/base",
"ajv": "npm:ajv",
"benchmark": "npm:benchmark",
"chalk": "npm:chalk",
"debug": "npm:debug",
"diff3": "npm:diff3",
"fast-deep-equal": "npm:fast-deep-equal/es6/index.js",
"imagescript": "npm:imagescript",
"isomorphic-git": "npm:isomorphic-git",
"it-pushable": "npm:it-pushable",
"lodash.merge": "npm:lodash.merge",
"multiformats": "npm:multiformats",
"openai": "jsr:@openai/openai",
"serialize-error": "npm:serialize-error",
"youtube-caption-extractor": "npm:youtube-caption-extractor",
"zod": "npm:zod",
"zod-to-json-schema": "npm:zod-to-json-schema",
"gpt-tokenizer": "npm:gpt-tokenizer",
"humanize-number": "npm:humanize-number"
}
}