forked from webauthn-open-source/fido2-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
import_map.json
19 lines (17 loc) · 870 Bytes
/
import_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"imports": {
"tldts": "https://unpkg.com/[email protected]/dist/index.esm.min.js",
"punycode": "https://deno.land/x/[email protected]/punycode.js",
"jose": "https://deno.land/x/[email protected]/index.ts?module",
"asn1js": "https://unpkg.com/[email protected]?module",
"cbor-x": "https://deno.land/x/[email protected]/index.js?module",
"std/": "https://deno.land/[email protected]/",
"pkijs": "https://unpkg.com/[email protected]?module",
"@hexagon/base64": "https://deno.land/x/[email protected]/dist/base64.min.mjs",
"test_suite": "https://deno.land/x/[email protected]/mod.ts",
"chai": "./test/helpers/chai-deno-shim.js",
"chai-as-promised": "./test/helpers/chai-deno-shim.js",
"@peculiar/webcrypto": "./test/helpers/not-used-by-deno.js",
"crypto": "./test/helpers/not-used-by-deno.js"
}
}