forked from wvbe/docxml
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathimports.json
More file actions
21 lines (20 loc) · 815 Bytes
/
Copy pathimports.json
File metadata and controls
21 lines (20 loc) · 815 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.9.0/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.20",
"std/fmt/colors": "jsr:@std/fmt@1.0.10/colors",
"std/path": "jsr:@std/path@1.1.6",
"std/path/posix/basename": "jsr:@std/path@1.1.6/posix/basename",
"std/path/posix/dirname": "jsr:@std/path@1.1.6/posix/dirname",
"std/path/posix/join": "jsr:@std/path@1.1.6/posix/join",
"std/path/posix/relative": "jsr:@std/path@1.1.6/posix/relative",
"std/path/posix/resolve": "jsr:@std/path@1.1.6/posix/resolve",
"std/testing/bdd": "jsr:@std/testing@1.0.20/bdd",
"typescript": "npm:typescript@6.0.3",
"xml_renderer": "./vendor/xml_renderer/mod.ts"
}
}