forked from wvbe/docxml
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathimports.json
More file actions
21 lines (19 loc) · 775 Bytes
/
imports.json
File metadata and controls
21 lines (19 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"imports": {
"@util-path": "./lib/utilities/src/path.ts",
"eslint/config": "npm:eslint@10.0.2/config",
"fontoxpath": "npm:fontoxpath@3.34.0",
"jszip": "npm:jszip@3.10.1",
"slimdom": "npm:slimdom@4.3.5",
"std/expect": "jsr:@std/expect@1.0.18",
"std/fmt/colors": "jsr:@std/fmt@1.0.9/colors",
"std/path": "jsr:@std/path@1.1.4",
"std/path/posix/basename": "jsr:@std/path@1.1.4/posix/basename",
"std/path/posix/dirname": "jsr:@std/path@1.1.4/posix/dirname",
"std/path/posix/join": "jsr:@std/path@1.1.4/posix/join",
"std/path/posix/relative": "jsr:@std/path@1.1.4/posix/relative",
"std/path/posix/resolve": "jsr:@std/path@1.1.4/posix/resolve",
"std/testing/bdd": "jsr:@std/testing@1.0.17/bdd",
"xml_renderer": "./vendor/xml_renderer/mod.ts"
}
}